*, *::before, *::after{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    content: 0;

}

ul,li{
    list-style:none;
    font-family: 'Fjalla One', sans-serif;
    font-size: 20px;
}
h1{
    font-family: 'Fjalla One', sans-serif;
    font-size: 70px;
}
h2{
    font-family: 'Arvo', serif;
    font-size: 30px;
}
h3{
    font-family: 'Fjalla One', sans-serif;
    font-size: 30px;
    color:white;
}
p{
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 20px;
}
ul.landing,li.landing{
    font-family: 'Arvo', serif;
    padding: 10px;
}


h3.profiles{
    display: inline-block;
}
p.profiles{
    font-size: 25px;
    color: white;
    display: inline-block;
}
h3.landing{
    color: black;
}


/* general styles */
header{
    height: 300px;
    background-image:url(../_images/DSC_0104.JPG);
    background-size: cover;
    background-attachment:fixed;
    background-position: center;
}
header.home{
    height: 1000px; 
}
header.landing-page{
    height: 500px;
    background-image: url(../_images/focus-group.png);
    background-position:left;
    background-size:cover;
}
.navigation.row{
    position:fixed;
    width: 100%;
    height:100px;
    padding:20px;
    background: black;
    z-index: +1;
}
.navbar-logo img{
    height: 60px;
}



 .menu-image {
        display:none;
    }
/* navigation area */
.navbar-logo{
    float: left;
    width:80px;
}
.navbar-nav{
    float:right;
    text-align: center;
    width:309px
}
.navbar-nav ul{
    display: inline;
    position: relative;
    margin: 0;
    padding:0;  
}
.navbar-nav ul a{
    text-decoration: none;
    color: white;
}
.navbar-nav ul li{
    position:relative;
    display: inline-block;
    width:100px;
    padding: 15px;
}
.navbar-nav ul li:hover{
    background-color: #E11E26;
}

.banner.row{
    height:300px;
}
.home.banner.row {
    height: 900px;
    padding-top: 200px;
    padding-left:100px;
}
.banner.headline {
    height: 400px;
}
.banner.headline h1{
    color: #E11E26;
}
.landing.headline h1{
    color: white;
}

.container.content-text{
    position:inherit;
}
.landing-page.banner.row{
    text-align: center;
    height: 500px;
    padding: 120px 20px 0px;
}
.landing.content-text{
    width: 100%
}
.landing.content-text.left{
    display: inline-block;
    width: 100px;
    position:relative;
    top: 0px;
}
.landing.content-text.right{
    display: inline-block;
    width: 88%;
    padding: 0 100px 0 0;
}


.gallery.row{
    padding: 20px 0px;
}
.gallery.unit{
    display:inline-block;
}
.gallery.image-block{
    width: 300px;
    height: 300px;
    background-color: aqua;
    display: inline-block;
    float:left;
}
.gallery.text-block{
    width: 300px;
    height: 300px;
    line-height: 40px;
    display: table-cell;
    vertical-align: middle;
}

.blog-unit{
    display: inline-block;
    width: 460px;
    padding: 30px;
}


.about-us.profiles.row{
    width:100%;
    height: 500px;
}
.profile-one{
    display: inline-block;
    height: 500px;
    width:33.33%;
    background-color: aqua;
    float:left;
    background-image:url(../_images/andy.jpg);
    background-size: cover;
    background-position: center;
}
.profile-two{
    display: inline-block;
    height: 500px;
    width:33.33%;
    background-color: yellow;
    float:left;
    background-image:url(../_images/kit.jpg);
    background-size: cover;
    background-position: center;
}
.profile-three{
    display: inline-block;
    height: 500px;
    width:33.33%;
    background-color: brown;
    float:left;
    background-image:url(../_images/jonny.jpg);
    background-size: cover;
    background-position: center;
}
.profile-text{
    display: none;
    height:500px;
    width: 100%;
    background-color: black;
    opacity: 0.8;
    padding: 10px
}
#andy:hover .profile-text{
    display: block;
    
}
#kit:hover .profile-text{
    display: block;
    
}
#jonny:hover .profile-text{
    display: block;
    
}

.quote.row {
    height: 300px;
    padding: 50px 0px;
    text-align: center;
}
.quote-text {
    height:60px;
}
.content.row {
    padding: 50px 0px;
    text-align: center;
}


.underline{
    height:5px;
    width:550px;
    margin:auto;
    border-radius: 2.5px;
    background-color:#E11E26;
;
}
.cta-text {
    height:60px;
    padding: 18px 0px;
}
.content-text{
    padding: 18px 0px;
}
.button{
    text-align: center;
    height:70px;
    width:150px;
    margin:auto;
    padding:18px 0px;
    border-radius: 10px;
    background-color: #616161;
    cursor: pointer;
}
.button h3{
    color: white;
}
.button-a{
    text-decoration: none;
}
.button:hover{
    background-color: #E11E26;
}


.video.row {
    height: 900px;

}
.image.row {
    height:900px;
    background-image:url(../_images/prototype-two.JPG);
    background-size: cover;
    background-attachment:fixed;
    background-position: center;    
}

.address.row{
    background-color: #616161;
    padding: 50px 0px;
}
.footer-logo{
    width:33%;
    text-align: center;
    display: inline-block;
    float: left;
}
.contact-us{
    float: left;
    width:33%;
    text-align: center;
    display: inline-block;
}
.office-hours{
    float:left;
    width:33%;
    text-align: center;
    display: inline-block;
}

.credits.row{
    height:50px;
    background-color: black;
    padding: 16px 0px;
}
.credits.row p{
    color: white;
    font-size: 15px;
}
.copyright{
    width:29%;
    display: inline-block;
    float:left;
    text-align:left;
}
.built-by{
    width:69%;
    display: inline-block;
    float:right;
    text-align:right;
}

.container {
    overflow: auto;
    margin:auto;
    width:90%;
    max-width:1170px;
    margin:auto;
}
.buffer{
    padding: 40px 20px 0px 0px;
}

a.social-link{
    text-decoration: none;
}
img.social-link {
    height: 50px;
    width: 50px;
}

@media (max-width: 1105px){
    .quote.row{
        height:340px;
    }
    .quote-text{
        height:100px;
    }
}

@media (max-width: 980px){
    .landing.content-text.right{
        padding: 0;
    }
}


@media (max-width: 900px){
    .menu-image {
        display:block;
        position:fixed;
        height: 60px;
        top: 20px;
        right: 20px;
        cursor: pointer;
    } 
    .menu-image:hover {
        background-color: #E11E26;
    }
    ul.navbar-menu{
        position:fixed;
        top: 100px;
        right: 0px;
        background-color: black;
        display:none;
    }
    ul.navbar-menu li{
        display:block;
        padding: 14px;
        width: 150px;
        height: 50px;
        text-align: center;
        color: white;
        cursor: pointer;
    }
    ul.navbar-menu li:hover{
        background-color: #E11E26;
    }
    ul.navbar-menu.show{
        display:block;
    }
    
    header.home{
        height: 700px
    }
    .home.banner.row {
        height: 700px;
        padding-top: 120px;
        padding-left: 20px;
    }
    
    .video.row{
        height: 700px;
    }
    .image.row{
        height: 700px;
    }
    
    .footer-logo{
        display: block;
        width: 100%;
    }
    .contact-us{
        display: block;
        width: 100%;
    }
    .office-hours{
        display: block;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media (max-width: 600px){
    h1{
        font-size: 60px;
    }
    h2{
        font-size: 25px;
    }
    .underline{
        width:80%
    }
     .gallery.image-block{
        display: block;
        float:none;
    }
}


@media (max-width: 410px){
    h1{
        font-size: 50px;
    }
    h2{
        font-size: 20px;
    }
    p{}
        
    .quote.row{
        height: 360px;
    }
    .cta-text{
        height: 80px;
    }

     header.home{
        height: 500px;
    }
    .home.banner.row {
        height: 500px;
        padding-top: 120px;
        padding-left: 20px;
    }
    .video.row{
        height: 500px;
    }
    .image.row{
        height: 500px;
    }
    
   
    

    img.f-logo{
        width: 100%;
    }
    .credits.row p{
    color: white;
    font-size: 12px;
    }
}