/*==================================================
			Bootstrap 3 Media Queries         
==================================================*/


/* Large Devices (Desktops & Laptops) */

@media (min-width: 1200px) {
    /* OK */
    #home {
        height: 100%;
        width: 100%;
    }

    #about {
        height: 100%;
        width: 100%;
    }

    #gallery {
        height: 100%;
        width: 100%;
    }

    #contact {
        height: 100%;
        width: 100%;
    }

}
}


/* Medium Devices (Landscape Tablets & Medium Desktops) */

@media (min-width: 992px) and (max-width: 1199px) {
    
     #home {
        height: 100%;
        width: 100%;
    }

    #about {
        height: 100%;
        width: 100%;
    }

    #gallery {
        height: 100%;
        width: 100%;
    }

    #contact {
        height: 100%;
        width: 100%;
    }

    /* Mobile menu */

    .navbar {
        background: rgba(255, 255, 255, .7);
        padding: 0;
    }

    .navbar-nav {
        float: left;
    }

    .vesco-nav-wrapper {
        padding: 0;
    }


}


/* Small Devices (Portrait Tablets & Small Desktops) */

@media (min-width: 768px) and (max-width: 991px) {
     #home {
        height: 100%;
        width: 100%;
    }

    #about {
        height: 100%;
        width: 100%;
    }

    #gallery {
        height: 100%;
        width: 100%;
    }

    #contact {
        height: 100%;
        width: 100%;
    }


    /* Mobile menu */
    .navbar {
        background: rgba(255, 255, 255, .7);
        padding: 0;
    }

    .navbar-nav {
        float: left;
    }

    .vesco-nav-wrapper {
        padding: 0;
    }


    /* Footer */
    #footer-copyrights {
        text-align: center;
    }




}


/* Extra Small Devices (Landscape Phones & Portrait Tablets) */

@media (max-width: 767px) {
     #home {
        height: 100%;
        width: 100%;
    }

    #about {
        height: 100%;
        width: 100%;
    }

    #gallery {
        height: 100%;
        width: 100%;
    }

    #contact {
        height: 100%;
        width: 100%;
    }


    /* Mobile menu */
    .navbar {
        background: rgba(255, 255, 255, .7);
        padding: 0;
    }

    .navbar-nav {
        float: left;
    }

    .vesco-nav-wrapper {
        padding: 0;
    }

    /* Home */
    #home-heading h3 {
        font-size: 24px;
    }

    /* Buttons */
    .btn-general {
        padding: 6px 22px 6px 22px;
        font-size: 14px;
    }

    
    /* Footer */
    #footer-copyrights {
        text-align: center;
    }

    .waterMarkLogo img {
        opacity: 0;
    }

}


/* Extra Small Devices (Portrait Phones & Smaller devices) */

@media (max-width: 480px) {
    /* OK */
     #home {
        height: 100%;
        width: 100%;
    }

    #about {
        height: 100%;
        width: 100%;
    }

    #gallery {
        height: 100%;
        width: 100%;
    }

    #contact {
        height: 100%;
        width: 100%;
    }
   
    .waterMarkLogo img {
        opacity: 0;
}

    
    /* Extra Small Devices (Portrait Phones & Smaller devices) */

@media (max-width: 360px) {

    #home {
        height: 720px;
        width: 100%;
    }

    #about {
        height: 720px;
        width: 100%;
    }

    #gallery {
        height: 720px;
        width: 100%;
    }

    #contact {
        height: 720px;
        width: 100%;
    }
   
    .waterMarkLogo img {
        opacity: 0;
    }

}
    

/* Extra Small Devices (Portrait Phones & Smaller devices) */

@media (max-width: 320px) {

    #home {
        height: 100%;
        width: 100%;
    }

    #about {
        height: 100%;
        width: 100%;
    }

    #gallery {
        height: 100%;
        width: 100%;
    }

    #contact {
        height: 100%;
        width: 100%;
    }
   
    .waterMarkLogo img {
        opacity: 0;
    }

}