﻿
/* Media Query for Extra Large */

@media only screen and (min-width:1400px) {
    #nav-section .logo img {
        width: 100%;
    }

    #hero-section {
        height: auto;
    }

        #hero-section .hero-image {
            width: 100%;
            margin-top: 20px;
            padding: 20px;
        }

    #video-section {
        height: 400px;
    }

        #video-section iframe {
            height: 347px;
            width: 700px;
        }

    #we-are-section {
        height: 960px;
    }

        #we-are-section .what-image {
            width: 100%;
            margin-top: 20px;
            padding: 20px;
        }

    #how-section {
        height: auto;
    }
}

/* Media Query for Extra Large */

@media only screen and (min-width:1200px) {
    #nav-section .logo img {
        width: 100%;
    }

    #hero-section {
        height: auto;
    }

        #hero-section .hero-image {
            width: 100%;
            margin-top: 20px;
            padding: 20px;
        }

    #video-section {
        height: auto;
        margin-bottom: 90px;
    }

        #video-section iframe {
            height: 347px;
            width: 700px;
        }

    #we-are-section {
        height: auto;
        margin-bottom: 90px;
    }

        #we-are-section .what-image {
            width: 100%;
            margin-top: 20px;
            padding: 20px;
        }
}
/* Media Query for Large */

@media only screen and (max-width:1200px) {
    #nav-section .logo img {
        width: 100%;
    }

    #hero-section {
        height: 596px;
    }

        #hero-section .hero-image {
            width: 100%;
            margin-top: 20px;
        }

    #video-section {
        height: 400px;
    }

        #video-section iframe {
            height: 347px;
            width: 700px;
        }

    #we-are-section {
        height: auto;
        margin-bottom: 90px;
    }

        #we-are-section .what-image {
            width: 100%;
            margin-top: 20px;
        }
}

/* Media Query for Laptop */

@media only screen and (max-width:992px) {
    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 25px;
    }

    .call-to-action {
        padding: 5px 10px 5px 10px;
    }

    #hero-section {
        height: auto;
        margin-bottom: 90px;
    }

    #nav-section .logo img {
        width: 100%;
    }

    #hero-section .hero-image {
        width: 90%;
        margin-top: 20px;
        padding: 20px;
    }

    #video-section {
        height: auto;
        margin-bottom: 90px;
    }

        #video-section iframe {
            height: 300px;
            width: 600px;
        }

    #we-are-section .what-image {
        width: 90%;
        margin-top: 20px;
        padding: 20px;
    }

    #we-are-section {
        height: auto;
        margin-bottom: 90px;
    }
}

/* Media Query for Tablet */

@media only screen and (max-width:768px) {
    #nav-section .logo img {
        width: 90%;
    }

    #hero-section .row {
        text-align: center;
    }

    #hero-section .hero-image {
        width: 70%;
        margin-top: 50px;
    }

    #hero-section {
        height: auto;
        margin-bottom: 90px;
    }

    #video-section {
        height: auto;
        margin-bottom: 90px;
    }

        #video-section iframe {
            height: 250px;
            width: 450px;
        }

    #we-are-section .what-image {
        width: 70%;
        margin-top: 50px;
    }

    #we-are-section .row {
        text-align: center;
    }

        #we-are-section .row ul li {
            list-style: none;
        }

    #we-are-section {
        height: auto;
        margin-bottom: 90px;
    }
}

/* Media Query for Mobile Devices */

@media only screen and (max-width:641px) {

    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .navbar-toggler {
        display: none;
    }

    #nav-section .logo img {
        width: 100%;
    }

    #nav-section nav {
        margin-top: 0px !important;
        align-items: center;
    }

    #hero-section {
        height: auto;
        margin-bottom: 90px;
    }

        #hero-section .hero-image {
            width: 100%;
        }

    #video-section {
        height: auto;
        margin-bottom: 90px;
    }

        #video-section iframe {
            height: 250px;
            width: 450px;
        }

    #we-are-section .what-image {
        width: 100%;
    }
}
