body {
    margin-top: 70px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

#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;
    display: block;
    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 */

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


.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. */
}

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

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

}

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

/* apartment types */

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

.apartment-type .apartment-type--features {
    min-height: 600px;
    width: 50%;
    padding: 30px;
}

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

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

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




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

@media(max-width: 768px) {
    .apartment-type {
        flex-direction: column;
        align-items: flex-start;
        min-height: 600px;
    }

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

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

@media(max-width: 468px) {
    .apartment-type {
        flex-direction: column;
        align-items: flex-start;
        min-height: 600px;
        flex-wrap: wrap;
    }

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

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

.apartment-features {
    display: flex;
    flex-direction: row;
}

/* 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-weight: bold;
}

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

#apartments-hero {
    background-image: url('https://res.cloudinary.com/envisiolive/image/upload/v1537177258/mono/DJI_0171.jpg'),
        linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 350px;
    text-shadow: 2px 2px rgba(0, 0, 0, .5);
}

@media (max-width: 540px) {

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

.amenity-name {
    font-size: 22px;
}

.amenity li {
    font-size: 22px;
}

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