@import url('https://fonts.googleapis.com/css2?family=Arvo:wght@400;700&display=swap');


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Arvo', serif;
}

.topnav {
    font-family: 'Arvo', serif;
}

.topnav {
    margin-top: 100px;
}


.choice1{
    content: "";
    background-image:url(images/homes-tile.jpg);
    height:100%;
    margin:0 auto;
    display:block;
    background-position: center;
    background-size:cover;
}
.choice2{
    background-image:url(images/condos-tile.jpg);
    height:100%;
    margin:0 auto;
    background-position: center;
    background-size:cover;
}
.choice3{
    background-image:url(images/long-term-tile.jpg);
    height:100%;
    margin:0 auto;
    background-position: center;
    background-size:cover;
}



.logo {
    width: 400px;
    margin: 15px 0 0 25px;
}

.dropdown .dropbtn {
    padding: 19px 16px;
}

.topnav a {
    padding: 19px 16px;
}