html {
    scroll-behavior: smooth;
}

h1 {
    text-transform: uppercase;
    font-size: 2.5em;
    text-align: center;
}

body { 
    margin: 0;
    padding: 0;
    font-family: 'Playfair Display', serif;
    background: #000;
}

header {
    width: 100%;
}

header h1 {
    color: #fff;
    margin: 0;
    padding: 3vh 0;
}

header .hero {
    height: 75vh;
    min-height: 500px;
    width: 90vw;
    margin: 0 auto 5vh auto;
    border-radius: 30px;
    background: url(images/hero.jpg) center top;
    background-size: cover;
    overflow: hidden;
}

header .hero .color {
    background-color: rgba(0, 0, 0, 0.41);
    display: flex;
    width: 100%;
    height: 100%;
}

header .hero .color .text {
    align-self: flex-end;
    margin: 45px auto;
    font-weight: 700;
}

header .hero .color h1 {
    display: block;
    width: 80%;
    max-width: 750px;
    margin: 0 auto;
    padding: 0;
    line-height: 40px;
    font-size: 3em;
}

header .hero .color .button a {
    display: block;
    width: 40vw;
    max-width: 250px;
    margin: 2vh auto;
    text-align: center;
    background: #23636d;
    padding: 1vh;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    border-radius: 1em;
    text-transform: uppercase;
    scroll-behavior: smooth;
}

header .hero .color .button a:hover {
    background: #123238;
    color: #b7b7b7;
}

.learnmore {
    display: block;
    width: 40vw;
    max-width: 250px;
    margin: 2vh auto;
    text-align: center;
    background: #23636d;
    padding: 1vh;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    border-radius: 1em;
    text-transform: uppercase;
}

.theunits {
    background: #fff;
    margin: 2vh 0;
    padding: 4vh 0;
}

.theunits .unitshero {
    width: 95%;
    max-width: 750px;
    height: 50vh;
    max-height: 300px;
    margin: 0 auto 3vh auto;
    background: url(images/3bedlr.jpg) center center;
    background-size: cover;
}

.theunits h1 {
    margin: 0 auto 3vh auto;
    padding: 0;
    color: #000;
}

.theunits p {
    width: 90%;
    max-width: 750px;
    margin: 0 auto 2vh auto;
}

.theunits h2 {
    font-size: 1.25em;
    width: 90%;
    max-width: 750px;
    margin: 3vh auto 1vh auto;
}

.location {
    margin: 2vh 0;
    padding: 4vh 0;
}

.location h1 {
    margin: 0 auto 3vh auto;
    padding: 0;
}

.location p {
    width: 90%;
    max-width: 750px;
    margin: 0 auto 2vh auto;
    color: #fff;
}

.location h2 {
    font-size: 1.25em;
    width: 90%;
    max-width: 750px;
    margin: 3vh auto 1vh auto;
    color: #fff;
}

.location .locationimg{
    width: 95%;
    max-width: 750px;
    height: 50vh;
    max-height: 300px;
    margin: 0 auto 3vh auto;
    background: url(images/location.jpg) center center;
    background-size: cover;
}

.management {
    margin: 2vh 0;
    padding: 4vh 0;
    background: rgb(235, 165, 175);
}

.management h1 {
    margin: 0 auto 3vh auto;
    padding: 0;
}

.management h2 {
    font-size: 1.25em;
    width: 90%;
    max-width: 750px;
    margin: 3vh auto 1vh auto;
    color: #fff;
    text-align: center;
}

.management img{
    display: block;
    width: 75%;
    max-width: 500px;
    height: auto;
    max-height: 300px;
    margin: 0 auto 3vh auto;
    background-size: cover;
}

.contact {
    margin: 2vh 0;
    padding: 4vh 0;
}

.contact h1 {
    margin: 0 auto 3vh auto;
    padding: 0;
}

.contact h2 {
    font-size: 1.25em;
    width: 90%;
    max-width: 750px;
    margin: 3vh auto 1vh auto;
    color: #fff;
    text-align: center;
}

.contact p {
    width: 90%;
    max-width: 750px;
    margin: 0 auto 2vh auto;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
}

.contact p a {
    text-decoration: none;
    color: #44adbd;
}

.contact p a:hover {
    color: #123238;
}

.contact .contactimg{
    width: 95%;
    max-width: 750px;
    height: 50vh;
    max-height: 300px;
    margin: 0 auto 3vh auto;
    background: url(images/contact.jpg) center bottom;
    background-size: cover;
}

footer {
    background: #fff;
    margin: 2vh 0 0 0;
    padding: 4vh 0;
}

footer p {
    text-align: center;
}

footer img {
    display: block;
    width: 40%;
    max-width: 250px;
    margin: 0 auto;
    padding: 0;
}