@font-face {
    font-family: 'MontserratLight';
    src: url('fonts/Montserrat-Light.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'MontserratMedium';
    src: url('fonts/Montserrat-Medium.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'MontserratRegular';
    src: url('fonts/Montserrat-Regular.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Maleah';
    src: url('fonts/Maleah-Regular.otf');
    font-display: swap;
}

html, body {
    width: 100%;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

body {
    background: #ffffff;
    font-family: 'Maleah';
    color: #4a5752;
    letter-spacing: 2px;
}

.main-content * {
    box-sizing: border-box;
}

h1, h2, h4 {
    font-family: 'Maleah';
    font-weight: normal;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 60px;
}

h4 {
    font-size: 20px;
}

p {
    font-family: 'Maleah';
    font-size: 18px;
}

.small-text {
    font-size: 14px;
}

.center-text {
    text-align: center;
}

.mid-section-text {
    text-transform: uppercase;
}

.main-content h2 {
    margin: 35px 0;
}

.main-content {
    position: relative;
    overflow: hidden;
    max-width: 1024px;
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
    background: #edebe8;
}

.main-content {
    width: 100%;
}

.image-wrapper {
    position: relative;
    max-width: 1024px;
}

.greygreenbg {
    background: #4b5753;
}

.greenbg {
    background: #4a5752;
}

.textcolor {
    color: #4a5752;
}

.lightbrownbg {
    background: #edebe8;
}

.brownbg {
    background: #cfc5b5;
}

.brown-text {
    color: #cfc5b5;
}

.color-primary {
    color: #aeaa9d;
}

.home-section {
    overflow: hidden;
}

.logo {
    margin: 100px auto;
    max-width: 600px;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

.icon-image img {
    max-width: 100px;
    margin: 0 auto;
}

.navigation {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navigation.home-nav {
    margin: 25px auto 100px;
}

.navigation a {
    font-family: 'Maleah';
    text-decoration: none;
    text-transform: uppercase;
    color: #aeaa9d;
    padding: 30px 20px;
    font-size: 16px;
}

a.active-item {
    background: #4a5752;
}

.floorplan-nav {
    background:
}

img#features-swoosh {
    position: absolute;
    top: 445px;
    left: -20%;
    max-width: 75%;
}

img#swoosh-bottom-right {
    position: absolute;
    top: 0;
    right: -700px;
}

img#lifestyle-swoosh {
    position: absolute;
    top: -100px;
    left: -38%;
    width: 1024px;
}


ul, ol {
    padding: 0;
    margin: 0;
}

ul li, ol li {
    display: list-item;
    margin: 0 0 0 15px;
    padding: 6px 0;
    font-size: 14px;
}

ul li {
    list-style: disc;
}

ol li::marker {
    font-weight: bolder;
    font-size: 16px;
}

footer {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 50px 0;
}

.footer-logo {
    position: absolute;
    right: 40px;
    top: 55px;
    max-width: 50px;
}

.header-logo {
    position: absolute;
    right: 40px;
    top: 55px;
    max-width: 50px;
}

.footer-nav a {
    color: #4a5752;
}

a {
    text-decoration: none;
    color: #4a5752;
}

.container {
    max-width: 80%;
    margin: 0 auto;
}

.grid, .button-w-arrow {
    display: grid;
}

.grid-template__2 {
    grid-template-columns: repeat(2, minmax(0, 0.5fr));
    align-items: top;
    grid-gap: 40px;
}

.grid-template-features {
    align-items: center;
    grid-template-columns: 65% 35%;
}

.feature-section {
    padding: 50px 40px 50px 100px;
}

.top-section {
    padding: 100px 50px 20px;
    margin: 0 auto;
    position: relative;
}


.top-section p {
    max-width: 720px;
    margin: 0 auto;
}
.general-padding {
    padding: 50px;
}

.top-section h1 {
    margin-bottom: 100px;
    position: relative;
    z-index: 5;
}

.map-section {
    display: none;
}

.map-section.active {
    display: block;
}


.navigation.top-white-nav {
    max-width: 845px;
    margin: 40px auto;
}
.navigation.top-white-nav a {
    background: #ffffff;
}

.navigation.top-white-nav a.active-item {
    background: #4a5752;
}
.navigation.floor-plan-nav {
    max-width: 900px;
    margin: 40px auto;
    display: grid;
    grid-template-columns: 150px auto 150px;
    color: #cfc5b5;
    justify-content: normal;
    grid-gap: 30px;
}

.floor-plan-bottom-nav {
    margin: 80px auto;
    max-width: 900px;
    display: grid;
    grid-template-columns: 150px auto 150px;
    color: #cfc5b5;
    align-items: center;
    text-align: center;
    grid-gap: 30px;
    font-size: 18px;
}

.floor-plan-bottom-nav a.arrow {
    display: flex;
    align-items: center;
}

.floor-plan-bottom-nav a.arrow img {
    height:10px;
    padding: 0 10px;
    width: auto;
}

.navigation.floor-plan-nav a.back-button {
    background: #cfc5b5;
    color: #4a5752;
    padding: 30px;
    text-align: center;
}

.navigation.floor-plan-nav .room-number {
    text-align: right;
    font-size: 40px;
    padding-right: 30px;
}

.bottom-next-section {
    position: relative;
    padding: 150px;
    text-align: center;
}

.button-w-arrow {
    grid-template-columns: auto 50px;
    align-items: center;
    grid-gap: 10px;
    max-width: 340px;
    margin: auto;
}

a.bottom-link {
    font-size: 40px;
}

.feature-list {
    padding: 100px 0;
}

.select-floor-plan {
    position: relative;
}

.select-floor-number {
    position: absolute;
    display: flex;
    border-radius: 50%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
}

.select-floor-number a {
    color: #cfc5b5;
    padding: 15px;
    text-align: center;
    display: block;
}

/* = MAIN FLOOR = */

.select-floor-number.one01 {
    right: 215px;
    top: 220px;
}

.select-floor-number.one03 {
    right: 215px;
    top: 320px;
}

.select-floor-number.one05 {
    right: 215px;
    top: 455px;
}

/* = 2ND FLOOR = */

.select-floor-number.two01 {
    right: 110px;
    top: 110px;
}

.select-floor-number.two02 {
    right: 310px;
    top: 110px;
}

.select-floor-number.two03 {
    right: 110px;
    top: 250px;
}

.select-floor-number.two04 {
    right: 310px;
    top: 260px;

}

.select-floor-number.two05 {
    right: 110px;
    top: 385px;
}

.select-floor-number.two06 {
    right: 310px;
    top: 450px;
}

.select-floor-number.two07 {
    right: 110px;
    top: 520px;
}

.select-floor-number.two08 {
    right: 460px;
    top: 450px;
}

.select-floor-number.two09 {
    right: 110px;
    top: 660px;
}

.select-floor-number.two10 {
    right: 600px;
    top: 450px;
}

.select-floor-number.two11 {
    right: 310px;
    top: 660px;
}

.select-floor-number.two13 {
    right: 460px;
    top: 660px;
}

.select-floor-number.two15 {
    right: 650px;
    top: 660px;
}







.floor-plan-direction {
    position: absolute;
    bottom: 270px;
    right: 50px;
    z-index: 5;
}
