html, body {
    font-family: 'Comic Neue', cursive !important;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#map {
  position: absolute !important;
    height: 100%;
    width: 100%;
    z-index: 0;
}
iframe {
    width: 100%;
    height: 150px;
    border: none;
}
.logo {
    max-width: 100px;
    height: auto;
}
.dropdown-menu{
  margin-left: -10px;
  min-width: 50px;
}
.nav-link{
  cursor: pointer;
}
.nav-link:hover{
  font-weight: bold;
}   
.modal-content{
    border-radius: 25px;
    border: 4px solid #1FC1D3;
}