*, *::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;
    color: #E11E26;
}
h2{
    font-family: 'Arvo', serif;
    font-size: 30px;
}
h3{
    font-family: 'Fjalla One', sans-serif;
    font-size: 30px;
    color:white;
}
h4{font-family: 'Arvo', serif;
    font-size: 25px;
}
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 */
.row{
    width: 100%;
}
header{
    height: 300px;  
}
.banner.row{
    background-size: cover;
    background-attachment:fixed;
    background-position: center;
}
.feature.row{
    height:96vh;
}
.heading{
    height:300px;
    padding-top: 130px;
    padding-left: 50px;
}

.content.row {
    padding: 50px 0px;
    text-align: center;
}
.container {
    overflow: auto;
    margin:auto;
    width:90%;
    max-width:1170px;
    margin:auto;
}
.content-title {
    padding: 10px 0px;
}
.underline{
    height:5px;
    width:550px;
    margin:auto;
    border-radius: 2.5px;
    background-color:#E11E26;
;
}
.content-text{
    padding: 18px 0px;
}

.unit{
    display: inline-block;
    background-size: cover;
    background-position: center;    
}
.unit.type-one{
    height:300px;
    width:500px;
    margin: 0px 30px;
}
.unit.type-two{
    height: 500px;
    width:33.33%;
    float:left;
}
.unit-text {
    padding-top: 40px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width:inherit;
}
.unit-video{
    width: 400px; 
    height: 225px;
}
.banner-unit-video{
    width: 100%;
    height: 100%;
}


.unit-row.container{
    width:1120px;
    padding: 10px 0px;
}
.left .unit.type-one{
    float:left;
}
.right .unit.type-one{
    float:right;
}


.button{
    text-align: center;
    height:70px;
    width:200px;
    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;
}



/* navigation area */
.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 dropdown */
.navbar-logo{
    float: left;
    width:80px;
}
.navbar-nav{
    float:right;
    text-align: center;
}
.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;
}
/********************/
/********************/

/* footer area */
.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;
}
a.social-link{
    text-decoration: none;
}
img.social-link {
    height: 50px;
    width: 50px;
}
.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;
}
/********************/

/* ****************** Home styles ************** */
header.home{
    height: 100vh; 
}
.home.banner{
    height: 100vh;
}
.home.banner.heading.row {
    background-image:url(../_images/_product/home-banner.jpg);
    background-position: 100% -10%;
}
.home.heading{
    padding-left:5vw;
}
.home.image-one.row {
    height: 85vh;
    background-image:url(../_images/_product/walker-bench.jpg);   
    background-position: 20% top;
}

div.home-logo{
    height:210px;
    padding-left: 140px;
}
.home-logo img{
    height: 200px;
}
.home.blog-unit{
    cursor: pointer;
    text-align: left;
}
.home.blog-unit img{
    width: 400px;
}
.home.blog-unit img:hover{
    animation: imageAnimation 200s;
}
.box{
    background-color: lightgrey;
}
.text-box{
    padding-left: 10px;
    padding-bottom: 5px;
}
.image-box{
    height:265px;
    width: 400px;
    overflow: hidden;
}


@keyframes imageAnimation {
    0% {
    }
    0.2% {
        animation-timing-function: ease-out; 
        transform: scale(1.05);
    }
    100% {
        transform: scale(1.05);
    }
}
/* ************************************************ */

/* ****************** About us styles ************** */
.about-us.banner.row{
    background-image:url(../_images/_product/DSC_0104.jpg);
}
.about-us.feature.image-one{
    height: 85vh;
    margin: 50px 0px;
    background-image:url(../_images/louis-grass.jpg);
}

.profile-one{
    background-image:url(../_images/andy.jpg);
}
.profile-two{
    background-image:url(../_images/kit.jpg);
}
.profile-three{
    background-image:url(../_images/jonny.jpg);
}

.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;
    
}

.logo-unit{
    display: inline-block;
    width: 350px;
    padding: 30px;
}
.logo-unit img{
    width: 290px
}
/* ************************************************ */


/* ****************** Product styles ************** */
header.product{
    height: 100vh; 
}
.banner.product.row {
    height: 100vh;
    background-image:url(../_images/_product/DSC_0163.jpg);
    background-position: top;
}
.product.heading{
    padding-left:5vw;
}
div.product-logo{
    height:210px;
    padding-left: 30px;
}
.product-logo img{
    height: 200px;
}

.product.image.one{
    background-image: url(../_images/_product/DSC_0148.jpg);
} 
.product.image.two{
    background-image: url(../_images/_product/stand-tall.jpg);
    background-position:0px -60px;
}
.product.image.three{
    background-image: url(../_images/_product/DSC_0244.jpg);
}
.product.image.four{
    background-image: url(../_images/_product/DSC_0238.jpg);
}
.product.image.five{
    background-image: url(../_images/_product/DSC_0203.jpg);
    
}
.product.image.six{
    background-image: url(../_images/_product/DSC_0316.jpg);
    background-position: bottom;
}


.product.image-one.row {
    height: 85vh;
    background-image:url(../_images/_product/banner-pan.jpg);    
}


/* ************************************************ */

/* ****************** Tryouts styles ************** */

header.tryouts{
    height: 100vh; 
}
.banner.tryouts.row {
    height: 100vh;
    background-image:url(../_images/_product/DSC_0012.jpg);
    background-position: top;
}
.tryouts.heading{
    padding-left:5vw;
}
div.tryouts-logo{
    height:210px;
    padding-left: 30px;
}
.tryouts-logo img{
    height: 200px;
}


/* ************************************************ */

/* ****************** blog gallery styles ************** */
.blog-gallery.banner.row{
    background-image:url(../_images/_product/DSC_0104.jpg);
}
a.blog-title{
    text-decoration: none;
    color: black;
}
.blog-unit{
    display: inline-block;
    width: 460px;
    padding: 30px;
}
/* ************************************************ */


/* ******************* blog-page styes ***************** */
header.blog-page{
    height: 100px;
}

ul.blog{
    list-style-type: circle;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 20px;
}
li.blog{
    list-style-type: circle;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 20px;
}
.blog.container.content-text{
    text-align: left;
}
.blog-quote{
    padding: 4% 10%;
    background-color: #f0f0f0
}
.blog-quote td{
    text-align: center;
    width: 33vw;
}
/* ************************************************ */


/* ******************* landing-page styes ***************** */
header.landing-page{
    height: 500px;
}
.landing-page.banner.row{
    background-image: url(../_images/focus-group.png);
    background-position:left;
    text-align: center;
    height: 500px;
    padding: 120px 20px 0px;
}
.landing.image-one.row{
    height: 400px;
    background-image:url(../_images/focus-group.png);
}
.landing h1{
    color: white;
}
.buffer{
    padding: 40px 20px 0px 0px;
}


.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;
}


.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;
}
/* ************************************************ */



@media (max-width: 1150px){
    .feature.row{
    height:56vw;
    }
    
    .unit.type-one{
        height:30vw;
        width:50%;
        margin: 0px;
    } 
    .unit.type-two{
        width: 100%;   
    }
    .unit-text{
        padding: 6vw 2vw 0vw;
    }
    .unit-row.container{
        padding:0;
        width:100%;
    }
    .blog-unit{
        display: inherit;
        width:100%;
    }
    .home.blog-unit img{
        width: 100%
    }
    .image-box{
    height:calc(0.67 * (97vw - 60px));
    width: 100%;
    overflow: hidden;
    }
    .unit-video{
        width: calc(97vw - 60px); 
        height: calc((97vw - 60px) * 0.56);
    }
    .banner-unit-video{
    width: 100%;
    height: 56vw;
    }
} 

@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;
    }
    
    .unit.type-one{
        height:65vw;
        width:100%;
    }
    .unit-text{
        padding:0vw;
    }
    .text.unit.type-one{
        padding: 5vw;
        height:inherit;
    }
    
    .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;
    }
}