body {
    font-family: 'Roboto Slab', serif;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:300px;
    position:relative;
    height: 332.78px;
    border-radius: 10px;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:332.78px;
    width:100%;
    position:absolute;
}

.underline {
    text-decoration-line: underline;
    text-underline-offset: 7px;
}

/* @media only screen and (max-width: 768px) {
    .navbar .navbar-brand img {
        height: 100px;
    }
} */

@media only screen and (max-width: 992px) {
    #nav {
        border: none !important;
    }
}
