/*!
 * Start Bootstrap - Scrolling Nav HTML 
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}

@media(min-width:767px) {
    .navbar {
    padding: 10px 0;
    -webkit-transition: background .2s ease-in-out,padding .2s ease-in-out;
    -moz-transition: background .2s ease-in-out,padding .2s ease-in-out;
    transition: background .2s ease-in-out,padding .2s ease-in-out;
    }

    .top-nav-collapse {
        padding: 10px 0 10px 0 !important;
        background: rgba(255,255,255,1)!important;
        border-bottom: 0px solid #0a0a0a!important;
        -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, .175)!important;
        box-shadow: 0 6px 6px rgba(0, 0, 0, .175)!important;
        z-index: 999;
        }
}
