body {
    color: #666;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 25px;
    }

ul li {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, a:hover, a:visited, a:active, a:focus {
    text-decoration: none;
    }

h1 {
    font-size: 28px;
    color: #000;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
    }

    .inverse {
        color: #FFF;
        }
        
h2 {
    color: #666;
    font-size: 24px;
    }
        
p {
    margin-top: 20px;
    }

.section {
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    }
    
    .grey {
        background-color: #EEE;
        }

.text {
    z-index: 2;
    }

.row {
    position: relative;
    }
    
    .row img {
        width: 100%;
        }
    
.clearfix {
    padding-bottom: 75px;
    margin-bottom: 75px;
    }


nav {
    overflow: hidden;
    position:fixed;
    top: 0px;
    width: 100%;
    border-bottom: 1px rgba(200, 200, 200, 0.80) solid;
    z-index: 40;
    padding: 0px;
    margin: 0px;
    background-color: rgba(255, 255, 255, 0.80);
    }

    nav .row {
        overflow: hidden;
        }

    nav a {
        font-size: 14px;
        color: #000;
        text-decoration: none;
        margin: 0px;
        font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 2px;
        }

    nav a:hover {
        color: #666;
        text-decoration: none;
        }
    
    nav a:visited {
        color: #000;
        text-decoration: none;
        }

    nav a:active {
        color: #000;
        text-decoration: none;
        }

    nav ul {
        display: block;
        overflow: hidden;
        text-align: right;
        margin: 0px;
        }

    nav ul li {
        text-decoration: none;
        list-style: none;
        display: inline;
        margin: 0px;
        margin-left: 30px;
        }

    #logo {
        display: block;
        overflow: hidden;
        margin-top: 10px;
        margin-bottom: 10px;
        height: 65px;
        }

        #logo img {
            height: 100%;
            }
        
    .navcontainer {
        margin-top: 30px;
        }

#arrow {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 40;
    }

    #arrow-cont {
        width: 60px;
        position: relative;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
        }

    #arrow img {
        text-align: center;
        }

#hero {
    position: relative;
    height: 100vh;
    background-color: #000;
    }

.pt-section {
    position: relative;
    overflow: hidden;
    }
    
    #hero .container {
        height: 100%;
        }

    #hero .row {
        padding-top: 300px;
        height: 100%;
        }

    #yellow-angle {
        height:100%;
        width:15%;
        position: absolute;
        right: -20%;
        background-color: rgba(255, 200, 0, 0.5);
        z-index: 4;
        
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: skew(-30deg);
        -ms-transform: skew(-30deg);
        transform: skew(-30deg);
        }

    #grey-angle {
        height:100%;
        width:15%;
        position: absolute;
        right: -35%;
        background-color: rgba(150, 150, 150, 0.5);
        z-index: 4;
        
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: skew(-30deg);
        -ms-transform: skew(-30deg);
        transform: skew(-30deg);
        }


#services {
    background-color: #FFF;
    }

    #services .row {
        padding-top: 150px;
        padding-bottom: 150px;
        }
        
    #services img {
        width: 85%;
        }


#case-studies {
    background-color: #EEE;
    }

    #case-studies .row {
        padding-top: 75px;
        padding-bottom: 75px;
        }
        
    .case-study {
        width: 90%;
        max-width: 400px;
        margin: 75px;
        margin-left: auto;
        margin-right: auto;
        }
        
#case-main {
    }
    
    #case-main .row {
        padding-top: 150px;
        padding-bottom: 150px;
        }
        
    #case-main img {
        width: 90%;
        }
    
    .feature-text {
        font-size: 16px;
        position: absolute;
        bottom: 10%;
        right: 0px;
        padding: 30px;
        padding-top: 10px;
        padding-bottom: 20px;
        width:51%;
        background-color: #fff;
        z-index: 10;
        }
        
    .quote-row .feature-text {
        }    
        
        #quote-rotator {
            width: 100%;
            position: relative;
            overflow: visible;
            }
        
        #quote-rotate {
            width:100%;
            }
            
        .the-quote {
            font-size: 20px;
            line-height: 30px;
            }
            
    

#contact {
    }
    
    .contact-details {
        margin-top: 0px;
        padding-top: 0px;
        
        margin-bottom: 10px;
        padding-bottom: 10px;
        }

    #contact .row {
        padding-top: 150px;
        padding-bottom: 200px;
        }
        
    .contact-form {
        position: relative;
        width:50%;
        min-width: 300px;
        margin-left: auto;
        margin-right: auto;
        }
        
        .contact-form ul {
            padding: 0px;
            margin-top: 30px;
            }
        
        .contact-form ul li {
            list-style: none;
            padding: 0px;
            margin-top: 15px;
            }
            
        .contact-form input, .contact-form textarea {
            width: 100%;
            padding: 5px;
            }



footer .section {
    border-top: 1px #333 solid;
    background-color: #111;
    color: #AAA;
    font-size: 13px;
    }
    
    footer .row {
        padding-top: 30px;
        padding-bottom: 60px;
        }



@media (max-width: 1600px) {
    .section {
        background-size:auto;
        }
    }




/*==========  Bootstrap Breakpoints  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    }

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
    
    
    h1 {
        font-size: 24px;
        }
        
    h2 {
        font-size: 24px;
        }
        
    h3 {
        font-size: 20px;
        }
    
    .mob-hide {
        display: none;
        }
        
    nav ul {
        text-align: center;
        padding-bottom: 15px;
        }
    
        nav ul li {
            margin-left: 15px;
            margin-right: 15px;
            }
    
    #hero {
        height: 100vh;
        overflow: hidden;
        }
    
    #section1 {
        height: 100vh;
        overflow: hidden;
        }
    
    .case-study {
        width: auto;
        max-width: none;
        margin-left: 0px;
        margin-right: 0px;
        padding: none;
        }
    
    .col-sm-12 {
        width: auto;
        padding-left: 40px;
        padding-right: 40px;
        }
    
    #services img {
        width: 100%;
        }
        
    #contact .row {
        padding-top: 100px;
        padding-bottom: 100px;
        }
        
    #case-studies .row {
        padding-top: 25px;
        padding-bottom: 25px;
        }
        
    #case-main .row {
        padding-top: 75px;
        padding-bottom: 75px;
        }
        
    #services .row {
        padding-top: 75px;
        padding-bottom: 75px;
        }
        
    .clearfix {
        padding-top: 0px;
        padding-bottom: 0px;
        }
        
    #case-main img {
        width: 100%;
        }
        
    #navbar .col-sm-12 {
        width: 100%;
        }
    
    }

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    }


/* iPhone, iPhone 6+, not iPad */
@media only screen and (max-width : 736px) {
    
    .phone-hide {
        display: none;
        }
        
    #hero {
        height: 50vh;
        overflow: hidden;
        }
        
        
    .col-xs-12 {
        padding-left: 15%;
        padding-right: 15%;
        }

    .col-sm-12 {
        padding-left: 15%;
        padding-right: 15%;
        }
        
    }


/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    }

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    }











/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    }

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
    }
    
/* iPhone, iPhone 6+, not iPad */ 
@media only screen and (min-width : 736px) {
    .phone-show {
        display: none;
        }
        
    }


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    }

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    
    .mob-show {
        display: none;
        }
    }

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    }








