@font-face {
    font-family: 'TT Norms';
    src: url('./fonts/TTNorms-Regular.woff2') format('woff2'),
    url('./fonts/TTNorms-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mort Modern 07';
    src: url('./fonts/MortModern-07Light.woff2') format('woff2'),
    url('./fonts/MortModern-07Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: 'TT Norms', serif;
}
header {
    background-image: url('./assets/header.jpg');
    background-size: cover;
    padding: 3rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav {
    background-color: #2A2A2A;
}
.nav ul {
    margin: 0 auto;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav ul li {
    color: white;
    display: inline-flex;
    padding: 0 2rem;
    margin: 0 1rem;
    text-transform: uppercase;
}
.nav ul li a {
    color: white;
    text-decoration: none;
}
.banner {
    background-image: url('./assets/banner.jpg');
    background-size: cover;
    background-position: center;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.banner h2 {
    color: white;
    font-weight: lighter;
    width: 65%;
    margin: 0 auto 4rem;
    font-size: 2.7rem;
    font-family: 'Mort Modern 07', serif;
}
.banner .button {
    background-color: #705C4D;
    color: white;
    padding: 1rem 2rem;
    text-decoration: none;
    font-size: 1.25rem;
}
.content h3 {
    color: #705C4D;
    text-transform: uppercase;
}
.content p {
    width: 75%;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 25px;
}
.development,
.offices,
.location,
footer {
    background-color: black;
    color: white;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 3rem 0;
}
.development p,
.offices p,
.location p {
    margin-bottom: 3rem;
}
.kitchen,
.lobby {
    height: 700px;
    background-size: cover;
    background-position: center;
    display: inline-flex;
    margin-top: 1.5rem;
}
.kitchen {
    background-image: url('./assets/kitchen.jpg');
    width: 33%;
    justify-content: flex-start;
    margin-right: 5px;
}
.lobby {
    background-image: url('./assets/lobby.jpg');
    width: 65%;
    justify-content: flex-end;
    margin-left: 5px;
}
.outside {
    background: url('./assets/outside.jpg') center center;
    background-size: cover;
    height: 700px;
    width: 100%;
}
.larger_outside {
    width: 66%;
    display: inline-flex;
    justify-content: flex-start;
    float: left;
    margin-top: 1.5rem;
}
.smaller_outside {
    width: 33%;
    display: inline-flex;
    justify-content: flex-end;
    float: right;
    margin-top: 1.5rem;
}
.smaller_outside.top {
    height: 290px;
    padding-bottom: 5px;
    overflow: hidden;
}
.smaller_outside.bottom {
    height: 390px;
    padding-top: 15px;
    overflow: hidden;
    margin-top: 0;
}
.outside_two {
    background: url('./assets/outside2.jpg') center center;
    background-size: cover;
    width: 100%;
    height: 300px;
}
.outside_three {
    background: url('./assets/outside3.jpg') center center;
    background-size: cover;
    width: 100%;
    height: 400px;
}
.location img {
    width: 100%;
}
footer {
    padding: 3rem 0;
    font-family: 'Mort Modern 07', serif;
}
footer .content p {
    text-transform: initial;
    width: 100%;
    font-size: 2rem;
}
footer a {
    color: white;
    text-decoration: none;
}
