/* #BB1300 -- 187,19,0 */

*{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    font-family: 'Titillium Web', sans-serif;
}

button{
    outline: none;
}

h1{
    font-size: 36px;
    font-weight: 500;
}

h2{
    font-size: 36px;
    font-weight: 500;
}

h3{
    
    
}

h4{
    
    
}

p,label,input,textarea{
    font-size: 20px;
    font-weight: 300;
}


li{
    list-style: none;
}

a{
    text-decoration: none;
    color: black;
}

.link_white{
    color: white;
}

.link_white:hover{
    border-bottom: 1px solid white;
    cursor: pointer;
}

.link_black:hover{
    border-bottom: 1px solid black;
}

html{
    height: 100%;
}

body{
    height: 100%;
}

.home_banner{
    height: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.home_banner_wrap{
    text-align: center;
    position: absolute;
    width: 100%;
    top: 22%;
    padding: 0 5%;
    color: white;
}

#home_banner_logo{
    width: 50%;
    min-width: 330px;
    max-width: 750px;
}

.home_banner_wrap p{
    padding: 25px 0;
    font-size: 28px;
}

@media screen and (max-width:768px){
    .home_banner_wrap p{
        font-size: 24px;
    }
}

#video{
    position: absolute;
    left: 0px; 
    top: 0px;
    min-width: 100%; 
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    margin: auto;
}

.home_banner_nav{
    margin-top: 25px;
}

.home_banner_nav li{
    display: inline-block;
    color: white;
    font-size: 26px;
    margin: 0 3%;
}

.darken{
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,0.4);
}

@media screen and (max-width:1024px){
    #video{
        display: none;
    }
    .home_banner{
        background: url(../img/poster.jpg) no-repeat center;
        background-size: cover;
    }
}

@media screen and (max-width:768px){
    
    .home_banner_wrap h1{
        font-size: 48px;
    }
    .home_banner_nav li{
        font-size: 24px;
    }
}

@media screen and (max-width:695px){
    .home_banner_nav{
        display: none;
    }
}

.home_banner_nav li:after{
    content: '';
    display: block;
    height: 3px;
    margin-top: 5px;
    width: 0px;
    background: transparent;
    transition: width 0.4s ease, background-color 0.4s ease;
}

.home_banner_nav li:hover:after{
    width: 100%;
    background: #BB1300;
}

.home_banner_nav li:hover{
    cursor: pointer;
    color: #BB1300;
}

#down_arrow{
    width: 100%;
    position: absolute;
    bottom: 2%;
    text-align: center;
}

#down_arrow i{
    color: rgba(255,255,255,0.9);
    font-size: 60px;
}

@media screen and (max-width:768px){
    #down_arrow i{
        font-size: 48px;
    }
}

header{
    height: 100px;
    background: #303030;
    width: 100%;
    z-index: 10;
    margin-top: -100px;
}

.fixed_header{
    top: 0;
    position: fixed;
    margin-top: 0;
}

.transparent{
    background: rgba(48,48,48,0.8);
}

.logo{
    position: relative;
    float: left;
    left: 0;
    top: 0;
    margin-top: 20px;
    margin-left: 25px;
}

.logo img{
    width: 250px;
}

#nav_icon{
    position: absolute;
    top: 43px;
    right: 25px;
    display: none;
}

#times{
    display: none;
}

.nav{
    float: right;
    font-size: 20px;
    margin-top: 34px;
    margin-right: 25px;
}

.nav li{
    display: inline-block;
    margin-right: 25px;
    color: #BB1300;
}

.nav li:hover{
    color: white;
    cursor: pointer;
}

#header_btn{
    background: black;
    border: 2px solid black;
    color: white;
    padding:3px 30px;
    font-size: 20px;
}

#header_btn:hover{
    background: none;
    color: black;
    cursor: pointer;
}

@media screen and (max-width:1024px){
    
    #nav_icon{
        display: block;
    }
    .nav{
        z-index: 100;
        position: fixed;
        margin-top: 0;
        top: 0;
        left: -100%;
        text-align: center;
        width: 100%;
        background: rgba(0,0,0,0.85);
        padding:10px;
        height: 100vh;
        transition: all 0.4s ease-in-out;
    }
    #times{
        display: block;
        font-size: 36px;
        position: absolute;
        top: 10px;
        right: 15px;
        color: #BB1300;
    }
    .nav_show{
        left: 0;
    }
    .nav ul{
        position: relative;
        top: 30%;
        margin: auto;
        font-weight: 700;
    }
    .nav li{
        display: block;
        line-height: 1;
        padding: 10px 0;
        margin-right: 0;
        font-size: 24px;
    }
    #header_btn{
        padding: 0;
        border: none;
        background: none;
        color: black;
        font-size: 24px;
    }
}

.overview_heading_para_2btn{
    text-align: center;
    padding-top: 100px;
}

.overview_heading_para_2btn_wrap{
    padding: 7% 8%;
}

.overview_heading_para_2btn h1{
    padding-bottom: 20px;
}

.btn_inline_wrap{
    width: 100%;
}

.primary_btn{
    display: inline-block;
    width: 35%;
    min-width: 325px;
    padding: 5px 0;
    border: 2px solid black;
    margin: 25px 15px 0 0;
    color: black;
}

.primary_btn:hover{
    background: black;
    border: none;
    color: white;
    cursor: pointer;
}

.secondary_btn{
    display: inline-block;
    width: 35%;
    min-width: 325px;
    padding: 5px 0;
    border: 2px solid #BB1300;
    margin: 25px 0 0 15px;
    color: #BB1300;
}

.secondary_btn:hover{
    background: #BB1300;
    border: none;
    color: white;
    cursor: pointer;
}

.primary_btn i, .secondary_btn i{
    padding-right: 5px;
}

@media screen and (max-width:850px){
    .primary_btn{
        display: block;
        margin: 15px auto;
    }
    
    .secondary_btn{
        display: block;
        margin: 15px auto;
    }
}

.overview_heading_para{
    padding: 7% 8%;
    text-align: center;
    background: url('../img/overview_backdrop.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    color: white;
}

.overview_heading_para_wrap{
    background: rgba(0,0,0,0.4);
    padding: 4%;
}

@media screen and (max-width:1366px){
    .overview_heading_para{
        background-attachment: scroll;
    }
}

.overview_heading_para h1{
    padding-bottom: 20px;
}

.featured_fourth{
    text-align: center;
    background: #303030;
    padding-bottom: 30px;
}

.featured_fourth > h2{
    padding: 20px 5%;
    background: #303030;
    color: #BB1300;
}

.feature_wrap{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.one_fourth{
    width: 47%;
    margin: 1.6% auto;
    height: 300px;
    line-height: 300px;
    position: relative;
}

.one_fourth h1{
    color: white;
}

.service_hover{
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.4);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}

.service_hover p{
    font-size: 28px;
    font-weight: 200;
}

.one_fourth:hover .service_hover{
    display: block;
}

.one_fourth:hover h1{
    display: none;
}

.one_fourth:hover{
    cursor: pointer;
}

#roofing{
    background: url('../img/roofing.jpg') no-repeat center;
    background-size: cover;
}

#siding{
    background: url('../img/siding.jpg') no-repeat center;
    background-size: cover;
}

#soffit_fascia{
    background: url('../img/soffit_fascia.jpg') no-repeat center;
    background-size: cover;
}

#eavestrough{
    background: url('../img/eavestrough.jpg') no-repeat center;
    background-size: cover;
}

/*----- Media Queries -----*/

@media screen and (max-width:550px){
    .one_fourth{
        width: 100%;
    }
}

.featured_100w3{
    text-align: center;
    position: relative;
}

.featured_100w3 h1{
    margin-top: -25px;
    padding:0 25px 25px;
    background: #303030;
    color: #BB1300;
}

.wrap_cert{
    background: url('../img/cert_backdrop.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

@media screen and (max-width: 1366px){
    .wrap_cert{
        background-attachment: scroll;
    }
}

.one_third_100w3{
    width: 33.333333%;
    text-align: center;
    height: 375px;
    position: relative;
}

.one_third_100w3:hover{
    cursor: pointer;
}

#scaa{
    width: 160px;
    position: relative;
    top: 24%;
}

#bbb{
    width: 270px;
    position: relative;
    top: 33%;
}

#cor{
    width: 190px;
    position: relative;
    top: 23%;
}

.cert_hover{
    position: absolute;
    height: 100%;
    background: rgba(0,0,0,0.75);
    display: none;
    color: white;
}

.hover_img{
    display: none;
}


@media screen and (max-width:1366px){
    .hover_img{
        display: block;
    }
}

#haag_hover{
    width: 125px;
    margin: auto;
    padding-bottom: 15px;
}

#bbb_hover{
    width: 210px;
    margin:auto;
    padding-bottom: 15px;
}

#cor_hover{
    width: 125px;
    margin: -30px auto 0;
    padding-bottom: 15px;
}


.cert_hover_wrap{
    position: relative;
    top: 20%;
    padding: 0 20px;
}

@media screen and (max-width:1366px){
    .cert_hover{
        padding: 0 12%;
    }
    .cert_hover_wrap{
        top: 15%;
    }
}

@media screen and (max-width:1024px){
    .one_third_100w3{
        height: 450px;
    }
}

@media screen and (max-width:600px){
    .cert_hover{
        padding: 0 2%;
    }
    #haag_hover{
        margin-top: -15px;
    }
    #cor_hover{
        margin-top: -50px;
    }
    .one_third_100w3{
        height: 475px;
    }
}

.cert_hover_wrap h2{
    padding-bottom: 5px;
}

.one_third_100w3:hover .cert_hover{
    display: block;
}


.one_third_100w3:hover .cert_img{
    display: none;
}

/*----- Media Queries -----*/

@media screen and (max-width:1366px){
    .cert_img{
        display: none;
    }
}

@media screen and (max-width:1366px){
    .one_third_100w3{
        width: 100%;
    }
    .cert_hover{
        display: block;
    }
}

.icon_showcase_4_5{
    padding: 15px 10% 50px;
}

.icon_showcase_4_5 h2{
    text-align: center;
    margin-bottom: 20px;
}

.icon_showcase_4_5_wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.icon_showcase_sectional{
    width: 25%;
    padding: 40px 2%;
}

.icon_showcase_sectional:hover{
    opacity: 0.7;
    cursor: pointer;
}

.icon_showcase_sectional img{
    max-height: 200px;
}

@media screen and (max-width:1150px){
    .icon_showcase_sectional{
        width: 33.3333333%;
    }
}

@media screen and (max-width:930px){
    .icon_showcase_sectional{
        width: 50%;
    }    
}

@media screen and (max-width:550px){
    .icon_showcase_sectional{
        width: 100%;
        text-align: center; 
        padding: 30px 2%;
    }   
}


.icon_showcase_sectional img{
    width: 100%;
    max-width: 200px;
}

footer{
    background: #303030;
    color: #f6f6f6;
    text-align: center;
    padding: 20px 3% 10px;
    font-weight: 200;
}

footer a{
    color: #f6f6f6;
}

#footer_img{
    width: 200px;
    height: 60px;
    margin: auto;
    background: url('../img/logos_icons/bv_logo_small.png') no-repeat center;
    background-size: contain;
}

footer h6{
    font-size: 22px;
    font-weight: 200;
}

footer p{
    font-size: 16px;
}

.footer_social{
    margin: 10px 0;
    width: 100%;
    display: none;
}

.footer_social li{
    display: inline-block;
    text-align: center;
    font-size: 20px;
    height: 50px;
    width: 50px;
    line-height: 48px;
    border-radius: 50%;
    border: 1px solid #f6f6f6;
    margin-left: 15px;
}

.footer_social li:hover{
    background: rgba(246,246,246,0.7);
    cursor: pointer;
}

#footer_copyright{
    font-size: 12px;
}

#de_footnote{
    font-size: 14px;
    text-align: center;
    background: #606060;
    color: white;
    font-weight: 200;
}

#de_footnote a{
    font-weight: 700;
}

#de_footnote a:hover{
    color: #cacaca;
    cursor: pointer;
}

/*----- Media Queries -----*/

@media screen and (max-width:550px){
    footer h6{
        font-size: 20px;
    }
    footer li{
        font-size: 14px
    }
    #de_footnote{
        font-size: 14px;
    }
    footer p{
        font-size: 14px;
    }
}


/*----- About Page -----*/

.about_1{
    background: url(../img/about_banner.jpg) no-repeat center;
    background-size: cover;
    padding: 100px 0;
    min-height: 100%;
    background-attachment: fixed;
}

@media screen and (max-width:1366px){
    .about_1{
        background-attachment: scroll;
    }
}

.about_dark_wrap{
    background: rgba(0,0,0,0.7);
    color: white;
    border: 1px solid white;
    padding: 5%;
    width: 60%;
    min-width: 320px;
    margin: auto;
    text-align: center;
    margin-top: 100px;
}

.about_dark_wrap h1{
    padding-bottom: 3px;
    margin-bottom: 10px;
    border-bottom: 1px solid #BB1300;
}

/*----- Contact Page -----*/

.contact_1{
    background: url(../img/contact_banner.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

@media screen and (max-width:1366px){
    .contact_1{
        background-attachment: scroll;
    }
}

.contact_1_top{
    text-align: center;
}

.contact_1_top_wrap{
    padding: 200px 10% 100px;
    color: black;
    background: rgba(255,255,255,0.5);
}

.contact_1_apply{
    background: rgba(0,0,0,0.1);
    text-align: center;
    color: white;
    padding: 5%;
}

form{
    padding: 30px 5%;
    max-width: 1100px;
    margin: auto;
    text-align: center;
}

form input{
    width: 100%;
    height: 40px;
    border: 1px solid white;
    margin-bottom: 5px;
    background: rgba(48,48,48,0.8);
    color: white;
    outline: none;
    padding: 2px 5px;
}

form textarea{
    width: 100%;
    height: 250px;
    border: 1px solid white;
    overflow: scroll;
    background: rgba(48,48,48,0.8);
    color: white;
    outline: none;
    padding: 2px 5px;
}

form label{
    float: left;
    color: white;
}

#file_upload{
    border: none;
    background: none;
}

form button{
    width: 250px;
    height: 40px;
    border: 1px solid white;
    background: rgba(48,48,48,0.8);
    color: white;
    outline: none;
}

form button:hover{
    background: #BB1300;
    transition: 0.5s;
    cursor: pointer;
}

/*----- Services Page -----*/

.services_1{
    background: url(../img/services_banner.jpg) no-repeat center;
    background-size: cover;
    padding-top: 170px;
    background-attachment: fixed;
}

@media screen and (max-width:1366px){
    .services_1{
        background-attachment: scroll;
    }
}

.services_1_overview{
    width: 80%;
    min-width: 320px;
    text-align: center;
    margin: auto;
    padding: 5%;
    background: rgba(255,255,255,0.6);
}

.services_1_showcase_wrap{
    padding: 30px 0 5%;
    display: flex;
    flex-wrap: wrap;
    width: 81.5%;
    margin: 0 auto;
}

.services_1_fourth{
    width: 48%;
    margin: 15px auto;
    background: rgba(255,255,255,0.6);
    text-align: center;
    padding:15px;
}

@media screen and (max-width:768px){
    .services_1_fourth{
        width: 100%;
    }
}

/*----- Thank You Page -----*/

.thank_you{
    background: url('../img/about_banner.jpg') no-repeat center;
    background-size: cover;
    height: 100%;
}

.thank_you_wrap{
    width: 60%;
    min-width: 320px;
    padding: 5%;
    background: rgba(0,0,0,0.7);
    color: white;
    margin: auto;
    position: relative;
    text-align: center;
    top: 30%;
}

.home_return_btn{
    width: 270px;
    margin: auto;
    margin-top: 25px;
    color: white;
    padding: 2% 0;
    border: 1px solid #BB1300;
}

.home_return_btn:hover{
    background: #BB1300;
    transition: 0.5s;
    cursor: pointer;
}

.home_return_btn p{
    font-size: 24px;
}

@media screen and max-width(768px){
    .home_return_btn p{
        font-size: 20px;
    }
}