@font-face {
  font-family: "Calisto MT";
  src: url("../fonts/calisto-mt.woff") format("woff");
}

body, .infowindow {
    
    font-family: "Calisto MT";
    background-color: #feecd6;
    
}

#logo > i {
    padding: .3em;
    font-size: 1.3em
}

.small {
    font-size:72%;
    font-weight: bold;
}

a:hover, a:focus {
    
    text-decoration: none;
    
}

.nav-btn {
    min-width: 38px
}

#map {
    height: 500px
}

footer h3 {
    
    color: white !important;
    
}

footer a {
    color: white;
}

footer a:hover {
    color: #fff;
}

.follow-us {
    font-size: 2.8em
}

.modal-backdrop {
    z-index: 1040 !important
}

.grecaptcha-badge { visibility: hidden; }


.navbar .dropdown-menu {

    background-color: #feecd6;

}