/*
Author: Ryan Roy
*/
/* Custom CSS */

body {
    font-family: 'avantgarde_bk_btbook';
    color: #333;
}
.center {
    text-align: center;
}
.mb-0 {
    margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'avantgarde_bk_btdemi';
}
.navbar-text h4, .navbar-text h6 {
    margin-bottom: 0;
    color: #666;
}
.bg-light {
    background-color: transparent!important;
}
header a.nav-link {
    color: #666;
}
.primary {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 3;
}
#header {
    position: fixed;
    display: block;
    width: 100%;
    top:0;
    z-index: 3;
    background-color: #fff;
    display: none;
    -webkit-box-shadow: 0 4px 6px -6px #666;
    -moz-box-shadow: 0 4px 6px -6px #666;
    box-shadow: 0 4px 6px -6px #666;
}
.banner {
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
}
.banner h1 {
    color: #ef4226;
    margin-bottom: 2rem;
}
.banner p {
    margin-bottom: .5rem;
}
.banner a {
    background-color: #ef4226;
    border: solid 1px #ef4226;
    color: #fff;
    text-decoration: none;
    padding: .5rem 2.5rem;
    width: 250px;
    display: block;
    text-align: center;
}
.banner a:hover {
    background-color: transparent;
    color: #ef4226;
}
.services {
    padding: 5rem 0;
}
.services h1 {
    color: #333;
    margin-bottom: 5rem;
}
.serv-img1 {
    position: relative;
    z-index: 1;
}
.serv-img2 {
    position: relative;
    z-index: 2;
    background-color: #aed656;
    margin-top: -40rem;
}
.serv-img2 p {
    line-height: 2;
}
.serv-img2 h5 {
    margin-bottom: 1.5rem;
}
.about {
    background-color: #d2f0fe;
    padding: 2rem 0 1rem;
}
.about h4 {
    margin-bottom: 0;
}
.testimonials-top {
    padding: 3rem 0;
}
.testimonials-top h1 {
    margin-bottom: 0;
}
.testimonials-bottom {
    padding-bottom: 5rem;
}
.testimonials-bottom .left-color {
    background-color: #aed656;
}
.testimonials-bottom .right-color {
    background-color: #ef4226;
    color: #fff;
    padding: 3rem;
}
.testimonials-bottom .right-color p {
    line-height: 2;
}
footer {
    background-color: #d2f0fe;
    padding: 3rem 0;
}
footer p {
    margin-bottom: 0;
}
footer h6 {
    margin-bottom: 1rem;
}
footer .fas {
    width: 20px;
    text-align: center;
}
.footer-r p {
    margin-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
    .navbar-collapse {
        background-color: #fff;
        padding: .5rem;
        text-align: center;
    }
    .banner {
        padding: 5rem 0;
    }
    .serv-img1.right {
        text-align: right;
    }
    .serv-img1 .img-fluid {
        width: 90%;
    }
    .serv-img2 {
        margin-top: -20rem;
        padding: 1rem;
        width: 90%;
    }
    .banner, .services, .about, .testimonials-top, .testimonials-bottom, footer {
        text-align: center;
    }
    .banner a {
        margin: auto;
    }
}
@media (max-width: 767.98px) {
    .serv-img2 {
        margin-top: -10rem;
    }
}
@media(min-width: 992px) {
    .right {
        text-align: right;
    }
    .banner {
        height: 100vh;
    }
    .banner h1 {
        font-size: 3rem;
    }
    .serv-img2 {
        padding: 0 3.5rem 5rem;
        width: 80%;
    }
    .serv-img2 .box {
        padding: 3rem 4rem;
    }
}
@media(min-width: 768px) {

}