/* Small screens and tablets, this is the mobile version of the design */
@media only screen and (max-width: 800px) {
    html,
    body {
        height: 100%;
        background-image: url("../images/background-noise.jpg");
        background-repeat: repeat;
    }

    #header,
    #menu,
    #banner-home {
        display: none;
    }

    #template-project #mobile-header {
        position: absolute;
    }

    #banner {
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }

    #banner-container {
        padding: 60px 20px;
        position: relative;
    }

    #banner-slides {
        position: relative;
        height: 370px;
        background: #000;
    }

    #banner-slides img {
        width: 100%;
        height: 370px;
        object-fit: cover;
    }

    #banner-project-info {
        position: relative;
        left: 0;
        width: auto;
        background: rgba(0, 0, 0, 0.8);
    }

    #mobile-banner-close {
        display: block;
    }

    #mobile-menu,
    #mobile-header {
        display: block;
    }

    #about {
        padding: 60px 0;
    }

    #footer {
        padding: 20px 10px 20px 40px;
        margin: 0;
    }

    #footer div:first-child {
        width: 33%;
    }

    .footer-details {
        font-size: 8px;
        width: 33%;
        padding-right: 10px;
    }

    .footer-details {
        color: #aaa;
    }

    .footer-details strong {
        color: #fff;
    }
}

/* Medium range with everything slightly moved and sized down a bit */
@media only screen and (min-width: 800px) and (max-width: 1900px) {
    #header {
        height: 60px;
        position: relative;
    }

    #header img {
        width: 185px;
        position: absolute;
        left: 80px;
        top: 60px;
        z-index: 99;
    }

    #banner,
    #banner-home,
    #banner-home img,
    #banner-slides,
    #banner-slides img {
        height: 640px;
    }

    #banner-project-info {
        width: 450px;
        padding: 30px 20px 10px 20px;
        bottom: 0;
        right: 60px;
    }

    #footer {
        height: 100px;
        display: flex;
        padding-left: 100px;
    }

    #menu {
        height: 60px;
        padding-left: 100px;
    }

    #menu > ul li .dropdown {
        padding: 20px;
        left: -30px;
        width: 400px;
    }

    #menu > ul li .dropdown li span {
        margin: 15px 0;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1900px) {
}
