@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display&display=swap');


@font-face {
    font-family: 'helveticaneueblackcond';
    src: url('../font/helveticaneue_blackcond-webfont.woff2') format('woff2'),
         url('../font/helveticaneue_blackcond-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helveticaneuelight';
    src: url('../font/helveticaneue_light-webfont.woff2') format('woff2'),
         url('../font/helveticaneue_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helveticaneuemedium';
    src: url('../font/helveticaneue_medium-webfont.woff2') format('woff2'),
         url('../font/helveticaneue_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helveticaneuethin';
    src: url('../font/helveticaneue_thin-webfont.woff2') format('woff2'),
         url('../font/helveticaneue_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helveticaneueregular';
    src: url('../font/helveticaneue-webfont.woff2') format('woff2'),
         url('../font/helveticaneue-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helveticaneuebold';
    src: url('../font/helveticaneuebd-webfont.woff2') format('woff2'),
         url('../font/helveticaneuebd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helveticaneueheavy';
    src: url('../font/helveticaneuehv-webfont.woff2') format('woff2'),
         url('../font/helveticaneuehv-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helveticaneueitalic';
    src: url('../font/helveticaneueit-webfont.woff2') format('woff2'),
         url('../font/helveticaneueit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h3, h4, h5{
    font-family: Roboto, Helvetica, Arial, "Lucida Grande", sans-serif;
}
h1, h2{
    /*font-family: 'Playfair Display', serif;*/
}
.playfair{
    font-family: 'Playfair Display', serif;
}

a{
    font-family: Roboto, Helvetica, Arial, "Lucida Grande", sans-serif;
}
p{
    font-family: Arial;
}

body {
    background: white;
}

.no-decoration:hover{
    text-decoration: none;
}

#nav-toggle:focus{
    outline: none;
    color:white;
    transition: 0.2s;
}

.container-fluid{
    padding-left:0px;
    padding-right:0px;
}

.nav-item{
    padding-left:10px;
    padding-right:10px;
}

.custom-navbar-link{
    margin-left:20px;
    margin-right:20px;
    background-image: linear-gradient(gray, gray);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
}
.custom-navbar-link:hover{
    color:inherit;
    background-size: 100% 2px;
    transition: 0.2s;
}

.dropdown-toggle{
    margin-left:20px;
    margin-right:20px;
}

.dropdown-item{

    background-image: linear-gradient(gray, gray);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
}

.dropdown-item:hover{
    background-color:#fff;
    color:inherit;
    background-size: 90% 2px;
    transition: 0.2s;
}


.card{
    border:none;
    -webkit-box-shadow: 2px 3px 5px 0px rgba(232,232,232,0.86);
    -moz-box-shadow: 2px 3px 5px 0px rgba(232,232,232,0.86);
    box-shadow: 2px 3px 5px 0px rgba(232,232,232,0.86);
}

#estimate-form-section{
    background-color: #f4f5f7 !important;
}

#testimonials{
    background-color: #244F3F;
    color:#f5f5f5;
}

.badge-icon{
    color:white;
    opacity: 0.8;
    top: 66px;
    left: 0;
    position: absolute;
    padding: 0;
}

.page-heading{
    margin-right:300px;
    font-family: Roboto;
    font-weight: 100;
    font-size: 80px;
    color:white;
}
.page-heading-2{
    font-family: Roboto;
    font-weight: 700;
    font-size: 80px;
    color:#948f85;
}
.row-heading{
    font-family: Roboto;
    font-weight: 100;
    font-size: 60px;
    color:white;
}
.row-subheading{
    font-family: Roboto;
    color:#948f85;
    font-size: 30px;
}
.invisible-desktop{
    display:none;
}

.no-decoration:hover{
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    .invisible-mobile{
        display:none;
    }
    .invisible-desktop{
        display:block;
    }

    #infographic-video{
        width:100% !important;
    }

    .page-heading, .page-heading-2{
        font-size:50px;
        margin-right:0px;
    }

    .custom-heading{
        font-size:20px;
    }

    .promotion-banner{
        width:300px !important;
    }

  }
  
.terms p{
    color: rgb(48, 48, 48) !important;
}
.terms h2{
    color: black !important;
    font-size: 1.6em;
}

.terms h3 {
    color: black !important;
    font-size: 1.3em;
    margin-top: 25px;
}
  