body {
    margin-top: 70px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.italic {
    font-style: italic;
}
#logo {
    height: 100px;
    width: 100px;
    position: absolute;
    z-index: 1;
    top: 0;
}

/* NAVIGATION */
.navbar {
    padding: 15px;
}

.nav-link {
    color: #1E362E;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

/* HEro section */

.sidebar {
    background: white;
}

.sidebar ul {
    padding: 0;
}

.sidebar ul li {
    list-style: none;
}

.sidebar li a {
    color: #080B1E !important;
}

@media(max-width: 992px) {
    .sidebar {
        display: none;
    }
}

@media(max-width: 768px) {
    .sidebar {
        display: none;
    }
}

.form-control {
    padding: 1.8em 1em;
}

.button {
    padding: 15px 20px;
    background: #B07708;
    border-radius: 44px;
    outline: none;
    border: none;
    color: white;
    font-weight: bold;
    margin-top: 10px;
}

#features {
    background: #1C3932;
    padding: 30px 20px;
    color: #fff;
    min-height: 300px;
}

.feature-img {
    height: 100px;
    width: 100px;
}

/* Subscribe form */

#subscribe-form {
    max-width: 600px;
}

/* Panoramic section */
#panorama {
    width: 100%;
    height: 700px;
}

#explore {
    margin-top: 0;
    min-height: 250px;
    background-color: #EBEAEA;
}

/* @media(max-width: 468px){
    #explore{
        padding: 0;
    }
} */


.section-heading:after {
    content: "";
    /* This is necessary for the pseudo element to work. */
    display: block;
    /* This will put the pseudo element on its own line. */
    margin: 0 auto;
    /* This will center the border. */
    width: 50%;
    /* Change this to whatever width you want. */
    padding-top: 25px;
    /* This creates some space between the element and the border. */
    border-bottom: 2px solid #E3AC5E;
    /* This creates the border. Replace black with whatever color you want. */
}

.carousel-caption {
    background: #080B1E;
}


/* apartment types */

.apartment-type {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 10px;
    height: 600px;
}

.apartment-type .apartment-type--image {
    width: 50%;
}

.apartment-type .apartment-type--image .carousel-inner {
    height: 600px !important;
}

.apartment-type .apartment-type--image .carousel-inner .carousel-item img {
    width: auto;
    height: 400px;
    max-height: 400px;
}


.type-2 {
    flex-direction: row-reverse;
}

@media(max-width: 468px) {
    .apartment-type {
        flex-direction: column;
    }

    .apartment-type .apartment-type--image,
    .apartment-type .apartment-type--features {
        width: 100%;
        height: 600px;
    }

    .type-2 {
        flex-direction: column-reverse;
    }
}


/* Footer stuff */
#footer {
    padding: 60px 20px;
    color: rgb(176, 119, 8);
    min-height: 250px;
    background: rgb(30, 54, 46);
    padding: 30px 7%;
    align-items: center;
}

#footer ul {
    padding-left: 0;
}

#footer li {
    list-style: none;
    text-transform: uppercase;
}

#footer a {
    color: rgb(176, 119, 8);
    font-size: .9rem;
    text-transform: capitalize;
    font-weight: 600;
}


.icon {
    font-size: 36px;
    padding: 7px;
}

.nav-item.active {
    border-bottom: 3px solid #1C3932;
}

/* WHy page */

#why-hero {
    background-image: url('https://res.cloudinary.com/envisiolive/image/upload/v1537177256/mono/DJI_0170.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
    text-shadow: 2px 2px rgba(0, 0, 0, .5);
}

#contact-hero {
    background-image: url('../images/call.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 450px;
    text-shadow: 2px 2px rgba(0, 0, 0, .5);
}


/* Gallery page */



.home-hero .slide {
    height: 500px !important;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media(max-width: 540px) {
    h1.section-heading {
        font-size: 28px !important;
    }

    .home-hero .slide {
        height: 300px !important;
        background-size: cover;
        width: inherit;
    }

}

/* Amenities page */

.section {
    min-height: 450px;
}


#gallery-hero {
    background-image: url('https://res.cloudinary.com/envisiolive/image/upload/v1537177254/mono/IMG_0633.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 450px;
    text-shadow: 2px 2px rgba(0, 0, 0, .5);
}

@media (max-width: 540px) {

    #gallery-hero,
    #why-hero,
    #contact-hero,
    #apartments-hero {
        height: 250px;
    }
}

.grid {
    display: flex;
    justify-content: space-around;
}

.gallery-card img {
    width: 400px !important;
    padding: 10px;
}

.amenity-name {
    font-weight: 600;
}

.col-md-6 iframe {
    width: 100% !important;
}