
body {
    width: 100%;
    height: 100%;
    padding-top: 70px;
    color: #080808;
    background: #f8f8f8;
}

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

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .navbar-brand {
        min-width: 220px;
        margin: 0 20px;
        background: url("gp-logo.png") center left / 100% no-repeat;
    }

    .top-nav-collapse {
        padding: 0;
    }
    section {
        min-height: 100%;
        position: relative;
        padding-top: 50px;
        font-size: 120%
    }
    .pic {
        float:right;
    }
    .intro-section {}
    /*
    .intro-section::after {
        content: "";
        background: url("011.png") #fff bottom left / 100% no-repeat;
        opacity: 0.2;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;   
    }*/

    .about-section {
        background: #080808;
        color: #f8f8f8;
    }

    /*
    .about-section::after {
        content: "";
        background: url("bg-about.png") #fff bottom left / 100% auto no-repeat;
        opacity: 0.2;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;   
    }
    */

    .products-section {}

    /*
    .products-section::after {
        content: "";
        background: url("bg-master.png") #fff bottom left / 100% auto no-repeat;
        opacity: 0.2;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;   
    }
    */

    .ourworks-section {}
    
    /*
    .ourworks-section::after {}
    */
    .contact-section {
        background: #080808;
        color: #f8f8f8;
    }
    .contact-section .row {
    }
    .copy {
        font-size: 67%;
        background: #080808;
        color: #f8f8f8;
    }
    /*
    .contact-section::after {}
    */
}

