/*@import url('https://fonts.googleapis.com/css?family=Farro&display=swap');

body, html {
    font-family: "Farro";
    overflow-x: hidden;
    padding: 0px;
}

.jimbo {
    height: 20vh;
    background-color: white !important;
}

.header{
    text-align: Center;
    /* background-color: red;
    border: 1px solid yellow; 
    font-family: "Farro";
    padding-top: 2%;
}

.title {
    text-align: center;
    font-size: 110%;
    font-family: "Farro";
} 
*/


.img {
    width: 100%;
}

div.hidden {
    display: none;
}

#map {
    height: 500px;
}