* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}

/* ========== HEADER ========== */
/* header */
#header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    height: 70px;
    width: 100%;
    padding: 15px 0;
    background: #03244c;
    border-bottom: 5px solid #343A3A;
}

/* Header Left - Dropdown Menu*/
.header-left {
    float: left;
    width: 5%;
    padding-top: 10px;
}
.sidebar {
    height:100%;
    color:#fff; 
    background-color:inherit;
    font-size:48px;
    z-index:3;
    display:none;
    left:0;
    position:relative;
    animation:animateleft 0.4s;
}
.sidebar-open {
    border:none;
    display:inline-block;
    padding: 10px 16px;
    vertical-align:middle;
    overflow:hidden;
    text-decoration:none;
    background-color:inherit;
    text-align:left;
    cursor:pointer;
    white-space:nowrap;
    color:#fff; 
    background-color:inherit;
    font: size 36px;
    width:auto;
    left:0;
}
.fa-bars {
    color: white;
    font-size: 28px;
    padding: auto;
}
.fa-bars-blue {
    color: #47b2e4;
    font-size: 28px;
    padding: auto;
}
.sidebar-close {
    position:absolute;
    left:0;
    top:0;
    display:inline-block;
    vertical-align:middle;
    overflow:hidden;
    border:none;
    color:#fff; 
    background-color:inherit;
    font-size: 48px;
    padding: 0 12px;
    text-decoration:none;
    text-align:left;
    cursor:pointer;
    white-space:nowrap;
}
.fa-xmark {
    background-color: #03244c;
}
.bar-block {
    position: absolute;
    top: 50px;
    background-color: #03244C;
    z-index: 3;
    border:none;
    width: 150px;
    padding: 0 20px 20px 0;
}
.bar-item {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: white;
    text-align:left;
    padding: 10px 0 0 30px;
    margin: 0;
    text-decoration:none;
    background-color:inherit;
    cursor:pointer;
}
.bar-item a {
    padding: 0;
}
@keyframes animateleft {
from {
    left:-300px;
    opacity:0;
} 
to {
    left:0;
    opacity:1;
}
}

/* Header Center - Logo */
.header-center {
    width: 90%; /* stet to 90% when side menus are added */
    margin: auto;
    padding-top: 10px;
}
.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    line-height: 1;
    text-decoration: none;
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: 0.2em;
    color: #fff;
    opacity: 1;
}
.logo a {
    color: #fff;
    text-decoration: none;
    opacity: 1;
}

/* Navigation Menu */
.navbar {
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    font-size: 12px;
    letter-spacing: 0.25em;
    opacity: 1;
}
.navbar-item-first {
    padding: 0;
}
.navbar-item {
    padding-left: 17px;
}
.navbar-item-bullet {
    padding-left: 17px;
    display: flex;
    align-items: center;
    color:gray
}
.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.navbar li {
    color: #fff;
}
.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: #47b2e4;
}

/* Header Right*/
.header-right {
    position: fixed;
    top: 0;
    right: 0;
    width: 5%;
    height: 70px;
    text-align: right;
    padding: 50px 20px 0 0;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 0.125em;
}

/* =============== HOME PAGE =============== */
/* Video */
.intro {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}


/* =============== DEVELOPMENT.php =============== */
/* Main Content */
.development-content {
    margin-top: 100px;
    padding: 0 auto;
}
.development-heading {
    margin: 20px 10% 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    text-align: left;
    font-weight: bold;
}
.development-text {
    margin: 20px 15% 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.25;
}
.development-text a:visited {
    color: blue;
}
.development-text li {
    margin: 20px 10% 20px;
    list-style: none;
}
.development-subheading {
    margin: 40px 15% 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.25;
    font-weight: bold;
    text-decoration: underline;
}
.development-video {
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
}
.development-partners {
    width: 100%;
    height: fit-content;
}
.development-partners a {
    text-decoration: none;
}

.development-partners-title {
    width: 70%;
    margin: 0 10%;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 32px;
    font-weight: bold;
    padding-top: 10px;
}
.development-partners-images {
    display: block;
    width: 70%;
    margin: 40px auto 40px;
}
.development-partners-images img {
    width:18%;
    margin-left: 2%;
}
.development-form {
    margin: 0px 15% 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.25;
}
.development-form form{
    margin: 0px;
}
.development-form input[type=text] {
    border: 1px solid black;
    border-radius: 2px;
    height: 20px;
}
.development-form input[type=submit] {
    font-size: 16px;
    border: 1px solid black;
    border-radius: 5px;
    height: 40px;
    width: 74px;
    background-color: #03244C;
    color: white;
}


/* =============== DEVELOPMENTQA.php =============== */
.developmentQA-subheading {
    margin: 40px 12.5% 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.25;
    font-weight: bold;
}
.developmentQA-question {
    margin: 20px 15% 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.25;
}
.developmentQA-answer {
    margin: 20px 20% 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.25;
    color:rgb(107, 107, 107);
}
.developmentQA-answer a:visited{
    color: blue;
}
.developmentQA-form {
    margin: 0px 20% 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.25;
}
.developmentQA-form form{
    margin: 0px;
}
.developmentQA-form input[type=text] {
    border: 1px solid black;
    border-radius: 2px;
    height: 20px;
}
.developmentQA-form input[type=submit] {
    font-size: 16px;
    border: 1px solid black;
    border-radius: 5px;
    height: 40px;
    width: 74px;
    background-color: #03244C;
    color: white;
}



/* =============== DIRECTORY.php =============== */
.directory-content {
    margin-top: 100px;
    padding: 0 auto;
}
.directory-heading {
    margin: 20px 10% 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    text-align: left;
    font-weight: bold;
}
.directory-description {
    margin: 20px 17.5% 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.25;
}
.directory-market {
    margin: 40px 12.5% 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.25;
    font-weight: bold;
}
.directory-category {
    margin: 20px 15% 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.25;
    font-weight: bold;
}
.directory-partner {
    margin: 20px 17.5% 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.25;
}




/* =============== TECHNOLOGY.php =============== */
.technology-partners {
    width: 100%;
    height: 150px;
    padding-bottom: 50px;
}


/* =============== LOCATIONS.php =============== */
.locations-content {
    margin-top: 100px;
    padding: 0 auto;
}
.locations-heading {
    margin: 20px 10%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    text-align: left;
    font-weight: bold;
}
.locations-text {
    margin: 15px 15% 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.25;
}
.locations-text img {
    float: left;
    height: 35px;
    margin-right: 10px;
}
.google-map {
    display: block;
    width: 80%;
    margin: auto;
    overflow: hidden;
}
.google-map iframe {
    margin-top: -150px;
}

/* =============== APARTMENTS.php =============== */
/* Main Content */
.apartments-content {
    margin-top: 90px;
    padding: 0 auto;
}

/* Top Image */
.office-image-box {
    width: 100%;
}
.office-top-image img {
    width: 100%;
    height: auto;
    margin: 0;
}

/* Scroll Arrows */
.arrow {
    position: absolute;
    top: 675px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.arrow span {
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 4px solid yellow;
    border-right: 4px solid yellow;
    transform: rotate(45deg);
    margin: -20px;
    animation: scroll 2s infinite;
}
.arrow span:nth-child(2) {
    animation-delay: -.2s;
    
}
.arrow span:nth-child(3) {
    animation-delay: -.4s;
    
}
@keyframes scroll {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

/* Apartment Amenities */
.apartment-amenities-row {
    width: 100%;
    margin-top: 30px;
}
.apartment-amenities-column-left {
    width: 45%;
    float: left;
    margin-left: 3.3%;
}
.apartment-amenities-column-left img {
    width: 100%;
    height: auto;
}
.apartment-amenities-column-right {
    width: 45%;
    float: left;
    margin-left: 3.3%;
}
.apartment-amenities-column-right img {
    width: 100%;
    height: auto;
}
.apartment-amenities-column-text {
    width: 100%;
    font-size: 32px;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    text-align: center;
    height: 32px;
    padding-top: 20px;
    margin-top: -5px;
    background-color: rgb(236, 236, 236);
}
.apartment-amenities-column-text-small {
    width: 100%;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    text-align: center;
    height: 32px;
    padding: 20px 0;
    margin-bottom: 50px;
    background-color: rgb(236, 236, 236);
}


/* First Large Graphic */
.apartments-row1 {
    margin: 0 auto;
    width: 95%;
    filter: drop-shadow(8px 8px 5px gray);
}
.apartments-row1:after {
    content: "";
    display: table;
    clear: both;
}
.apartments-column-left {
    background-image: url(images/apartments/pattern.jpg);
    text-align: left;
    float: left;
    width: 400px;
    height: 500px;
}
.apartments-column-left-text {
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: white;
    width: fit-content;
    padding-top: 50px;
    padding-left: 60px;
}
.apartments-column-left-text2 {
    font-family: 'Raleway', sans-serif;
    font-size: 44px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #66768F;
    width: fit-content;
    padding-top: 10px;
    padding-left: 60px;
}
.apartments-column-right {
    float: left;
    width: 50%;
}
.apartments-column-right img {
    height: 500px;
}

/* Subscription Based Amenities Description */
.apartments-intro-heading {
    margin-top: 30px;
    font-size: 48px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #1E3B5D;
    padding: 0 100px;
}
.apartments-intro-text {
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #1E3B5D;
}

/* Amenities Descriptions */
.apartments-row2 {
    margin: 30px auto 0 auto;
    width: 95%;
}
.apartments-row2:after {
    content: "";
    display: table;
    clear: both;
}
.apartments-3column {
    float: left;
    width: 30%;
    padding-left: 3%;
}
.apartments-3column img {
    width: 100%;
    filter: drop-shadow(8px 8px 5px gray);
}
.apartments-3column-heading {
    padding: 15px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #1E3B5D;
    text-align: center;
}
.apartments-3column-text {
    padding: 0px 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #2e5b90;
    text-align: left;
}

/* Second Large Graphic */
.apartments-row3 {
    margin: 45px auto 0 auto;
    width: 95%;
    filter: drop-shadow(8px 8px 5px gray);
}
.apartments-row3:after {
    content: "";
    display: table;
    clear: both;
}
.apartments-app-column-left {
    float: left;
    width: 50%;
}
.apartments-app-column-left img {
    height: 500px;
}
.apartments-app-column-right {
    background-image: url(images/apartments/pattern.jpg);
    text-align: right;
    float: right;
    width: 400px;
    height: 500px; /* Should be removed. Only for demonstration */
}
.apartments-app-column-right-text {
    float: right;
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: white;
    width: fit-content;
    padding-top: 50px;
    padding-right: 60px;
}
.apartments-app-column-right-text2 {
    clear: both;
    float: right;
    font-family: 'Raleway', sans-serif;
    font-size: 44px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #66768F;
    width: fit-content;
    padding-top: 10px;
    padding-right: 60px;
}

/* Amenity Mobile App Description */
.apartments-amenity-mobile-heading {
    margin-top: 60px;
    font-size: 48px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #1E3B5D;
    padding: 0 100px;
    clear: both;
}
.apartments-amenity-mobile-text {
    margin: 10px 100px;
    padding-bottom: 20px;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    color: #1E3B5D;
}


/* ========== HOTEL PAGE ========== */
/* Main Content */
.hotel-content {
    margin-top: 90px;
    padding: 0 auto;
}

/* Top Image */
.hotel-image-box {
    width: 100%;
    margin-top: 90px;
}
.hotel-top-image img {
    width: 100%;
    height: auto;
    margin: 0;
}
.hotel-image-text-box {
    position: absolute;
    background-image: url(images/hotel/pattern.jpg);
    text-align: left;
    float: left;
    width: fit-content;
    height: fit-content;
    z-index: 1;
    margin: -130px 0 0 1.5%;
}
.hotel-image-text {
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: white;
    width: fit-content;
    padding: 35px 60px;
}

/* Hotel Scroll Arrows */
.hotel-scroll {
    position: absolute;
    top: 675px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hotel-scroll span {
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 4px solid white;
    border-right: 4px solid white;
    transform: rotate(45deg);
    margin: -20px;
    animation: scroll 2s infinite;
}
.hotel-scroll span:nth-child(2) {
    animation-delay: -.2s;
    
}
.hotel-scroll span:nth-child(3) {
    animation-delay: -.4s;
}
@keyframes scroll {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-15px, -15px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(15px, 15px);
    }
}

/* Hotel Intro */
.hotel-intro-heading {
    display: block;
    padding-top: 40px;
    font-size: 48px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #1E3B5D;
}
.hotel-intro-text {
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #1E3B5D;
    margin-bottom: 40px;
}


/* 3 Column Amenities Lists */
.hotel-amenities-row {
    background-image: url("images/hotel/pattern-large.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 2.5%;
    width: 95%;
    height: 600px;
}
.hotel-amenities-row:after {
    content: "";
    display: table;
    clear: both;
}
.hotel-amenities-column {
    float: left;
    width: 30%;
    padding-left: 5%;
}
.column-padding {
    padding-left: 1.25%;
}
.hotel-amenities-column img {
    width: 400px;
}
.hotel-amenities-description {
    width: 400px;
    height: 300px;
    background-color: white;
    margin-top: -4px;
    color: #1E3B5D;
}
.hotel-amenities-title {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
}
.hotel-amenities-description ul {
    padding: 20px 0 0 110px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 1.5;
}
.hotel-amenities-description li {
    color: #1E3B5D;
}

/* On Demand Amenities */
.hotel-app-heading {
    display: block;
    padding-top: 40px;
    font-size: 48px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #1E3B5D;
}
.hotel-app-text {
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #1E3B5D;
}
.hotel-app-text-small {
    margin: 10px 100px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #1E3B5D;
    margin-bottom: 20px;
}

/* Bottom Image */
.hotel-bottom-image img {
    width: 100%;
    height: auto;
}
.hotel-image-bottom-box {
    position: absolute;
    right: 2.5%;
    background-image: url(images/hotel/pattern.jpg);
    width: fit-content;
    height: fit-content;
    z-index: 1;
    margin-top: -700px;
}
.hotel-image-bottom-text {
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: white;
    width: fit-content;
    padding: 35px 60px;
}


/* ========== AirBnb Page ========== */
/* Main Content */
.airbnb-content {
    margin-top: 90px;
    padding: 0 auto;
}

/* Top Image */
.airbnb-top-image-box {
    width: 100%;
}
.airbnb-top-image img {
    width: 100%;
    height: auto;
    margin: 0;
}
.airbnb-top-image-text-box {
    position: absolute;
    background-image: url(images/airbnb/pattern-wide-airbnb-red.jpg);
    text-align: left;
    float: left;
    width: fit-content;
    height: fit-content;
    z-index: 1;
    margin: -640px 0 0 2.5%;
    border-radius: 25px;
}
.airbnb-top-image-text {
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    letter-spacing: 0.05em;
    line-height: 1.25;
    color: white;
    width: fit-content;
    padding: 65px 60px 0 60px;
}
.airbnb-top-image-text-small {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: black;
    width: fit-content;
    padding: 10px 60px 65px 60px;
}

/* AirBnB Scroll Arrows */
.airbnb-scroll {
    position: absolute;
    top: 675px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.airbnb-scroll span {
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 4px solid #D1343B;
    border-right: 4px solid #D1343B;
    transform: rotate(45deg);
    margin: -20px;
    animation: scroll 2s infinite;
}
.airbnb-scroll span:nth-child(2) {
    animation-delay: -.2s;
    
}
.airbnb-scroll span:nth-child(3) {
    animation-delay: -.4s;
}
@keyframes scroll {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-15px, -15px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(15px, 15px);
    }
}

/* Top Image */
.airbnb-amenity-image-box {
    width: 100%;
}
.airbnb-amenity-image img {
    width: 100%;
    height: auto;
    margin: 0;
}

/* AirBnB Pattern Box */
.airbnb-pattern-box {
    width: 65%;
    min-width: 425px;
    height: 320px;
    margin: 30px 17.5%;
    background-image: url('images/airbnb/pattern-wide-dark-gray.jpg');
    border-radius: 25px;
}
.airbnb-pattern-box-row {
    width: 100%;
    height: 320px;
}
.airbnb-pattern-box-left {
    float: left;
    height: 320px;
    width: fit-content;
    padding: 30px 0 0 30px;
}
.airbnb-pattern-box-left img {
    height: 260px;
    border-radius: 25px;
}
.airbnb-pattern-box-right {
    float: left;
    width: 53%;
    padding: 30px 0 30px 30px;
}
.airbnb-pattern-box-heading {
    color: white;
    font-size: 32px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    padding-bottom: 8px;
}
.airbnb-pattern-box-text {
    color: white;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    line-height: 1.5;
    padding-left: 30px;
}

/* In-Unit Amenities */
.airbnb-in-unit-image-box {
    margin-left: 0;
    margin-top: 60px;
    margin-bottom: 40px;
}
.airbnb-in-unit-image img {
    width: auto;
    height: 550px;
}
.airbnb-in-unit-image-text-box {
    position: absolute;
    right: 20px;
    background-image: url(images/airbnb/pattern-wide-airbnb-red.jpg);
    text-align: left;
    float: right;
    width: 490px;
    height: 400px;
    z-index: 1;
    margin: -485px 0 0 2.5%;
    border-radius: 25px;
}
.airbnb-in-unit-image-text {
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    letter-spacing: 0.05em;
    line-height: 1.25;
    color: white;
    width: 100%;
    text-align: center;
    padding-top: 25px;
}
.airbnb-in-unit-image-text-small {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: black;
    width: fit-content;
    padding: 10px 30px 30px 30px;
}

/* AirBnB Section Heading */
.airbnb-section-heading {
    margin-top: 30px;
    font-size: 48px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #1E3B5D;
}
.airbnb-section-text {
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #1E3B5D;
    margin-bottom: 40px;
}

/* 3 Column Amenities Lists */
.airbnb-amenities-row {
    background-image: url("images/hotel/pattern-large.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 2.5%;
    width: 95%;
    height: 600px;
}
.airbnb-amenities-row:after {
    content: "";
    display: table;
    clear: both;
}
.airbnb-amenities-column {
    float: left;
    width: 30%;
    padding-left: 5%;
}
.column-padding {
    padding-left: 1.25%;
}
.airbnb-amenities-column img {
    width: 400px;
}
.airbnb-amenities-description {
    width: 400px;
    height: 300px;
    background-color: white;
    margin-top: -4px;
    color: #1E3B5D;
}
.airbnb-amenities-title {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
}
.airbnb-amenities-description ul {
    padding: 20px 0 0 110px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 1.5;
}
.airbnb-amenities-description li {
    color: #1E3B5D;
}


/* ========== Office Page ========== */
/* Main Content */
.office-content {
    margin-top: 90px;
    padding: 0 auto;
}

/* Top Image */
.office-image-box {
    width: 100%;
}
.office-top-image img {
    width: 100%;
    height: auto;
    margin: 0;
}

/* Hotel Scroll Arrows */
.office-scroll {
    position: absolute;
    top: 675px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.office-scroll span {
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 4px solid #03244C;
    border-right: 4px solid #03244C;
    transform: rotate(45deg);
    margin: -20px;
    animation: scroll 2s infinite;
}
.office-scroll span:nth-child(2) {
    animation-delay: -.2s;
    
}
.office-scroll span:nth-child(3) {
    animation-delay: -.4s;
    
}
@keyframes scroll {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-15px, -15px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(15px, 15px);
    }
}

/* Office Intro */
.office-intro-heading {
    margin-top: 30px;
    font-size: 48px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #1E3B5D;
}
.office-intro-text {
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #1E3B5D;
    margin-bottom: 30px;
}

/* Right Image */
.office-right-image-box {
    width: 82.5%;
    margin-top: 40px;
    margin-left: 15%;
    margin-right: 2.5%;
}
.office-right-image img {
    width: 100%;
    height: auto;
    margin: 0;
}
.office-right-image-text-box {
    position: absolute;
    background-color: rgb(236, 236, 236);
    text-align: left;
    float: left;
    width: 450px;
    height: fit-content;
    z-index: 1;
    margin: -625px 0 0 2.5%;
}
.office-right-image-text {
    font-family: 'Raleway', sans-serif;
    font-size: 37px;
    letter-spacing: 0.05em;
    line-height: 1.25;
    color: black;
    width: fit-content;
    padding: 65px 60px 0 60px;
}
.office-right-image-text-small {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #343A3A;
    width: fit-content;
    padding: 10px 60px 65px 60px;
}

/* Left Image */
.office-left-image-box {
    width: 82.5%;
    margin-top: 80px;
    margin-left: 2.5%;
    margin-right: 15%;
}
.office-left-image img {
    width: 100%;
    height: auto;
    margin: 0;
}
.office-left-image-text-box {
    position: absolute;
    right: 2.5%;
    background-color: rgb(236, 236, 236);
    text-align: left;
    float: left;
    width: 450px;
    height: fit-content;
    z-index: 1;
    margin: -625px 0 0 0;
}
.office-left-image-text {
    font-family: 'Raleway', sans-serif;
    font-size: 37px;
    letter-spacing: 0.05em;
    line-height: 1.25;
    color: black;
    width: fit-content;
    padding: 65px 60px 0 60px;
}
.office-left-image-text-small {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #343A3A;
    width: fit-content;
    padding: 10px 60px 65px 60px;
}

/* Amenities Title */
.office-amenities-heading {
    margin-top: 30px;
    font-size: 48px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #1E3B5D;
}
.office-amenities-text {
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #1E3B5D;
    margin-bottom: 30px;
}

/* Office Amenities */
.office-amenities-row {
    width: 100%;
    margin-top: 30px;
}
.office-amenities-column-left {
    width: 45%;
    float: left;
    margin-left: 3.3%;
}
.office-amenities-column-left img {
    width: 100%;
    height: auto;
}
.office-amenities-column-right {
    width: 45%;
    float: left;
    margin-left: 3.3%;
}
.office-amenities-column-right img {
    width: 100%;
    height: auto;
}
.office-amenities-column-text {
    width: 100%;
    font-size: 32px;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    text-align: center;
    height: 32px;
    padding: 20px 0;
    margin-top: -5px;
    margin-bottom: 50px;
    background-color: rgb(236, 236, 236);

}


/* ABOUT */
.youtube-video {
    width: fit-content;
    margin: 40px auto;
    text-align: center;
}



/* ========== MOBILE NAVIGATION ========== */
@media (max-width: 1000px) {
    #header {
        height: 64px;
    }
    .logo {
        font-size: 25px;
    }
    .navbar {
        font-size: 11px;
    }
    .intro {
        width: 100%;
        position:fixed;
        top: 85px;
    }

}
@media (max-width: 850px) {
    #header {
        height: 58px;
    }
    .logo {
        font-size: 20px;
    }
    .navbar {
        font-size: 9px;
    }
    .navbar-item {
        padding-left: 5px;
    }
    .navbar-item-bullet {
        padding-left: 5px;
    }
    
    .intro {
        width: 100%;
        position:fixed;
        top: 80px;
    }
}