/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */
/* 
  Blue color used in the header: 2196F3
  Sand color used as background: FDF5E6 
*/

body,h1,h2,h3,h4,h5,h6 {
  font-family: "Lato", sans-serif;
}

.w3-bar,h1,button {
  font-family: "Montserrat", sans-serif;
}

.fa-anchor,.fa-coffee {
  font-size:200px;
}

h1.local-normal {
  font-weight: normal;
}

h1.local-thick {
  font-weight: 900;
}

img.responsive {
  width: 100%;
  height: auto;
}

img.thumbnail {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 100px;
  height: 100px;
}

div.date-display {
  font-style: italic;
  color: #666;
  font-variant:small-caps;
}

a.external:link, a.external:visited {
  background-color: #2196F3;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a.external:hover, a.external:active {
  background-color: #4682B4;
}