@font-face {
    font-family: 'brandon_textregular';
    src: url('fonts/webfontkit-20200415-232115/hvd_fonts_-_brandontext-regular-webfont.woff2') format('woff2'),
        url('fonts/webfontkit-20200415-232115/hvd_fonts_-_brandontext-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'brandon_textlight';
    src: url('fonts/webfontkit-20200415-232717/hvd_fonts_-_brandontext-light-webfont.woff2') format('woff2'),
        url('fonts/webfontkit-20200415-232717/hvd_fonts_-_brandontext-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {
    font-family: "Montserrat";
}
* {
    /*outline: 1px solid rgba(250, 128, 114, .25);*/
}
.light-blue-bg {
    background-color: #e3f2f3;
}
.light-blue-bg h1 {
    font-family: "Montserrat";
    font-size: 50px;
}
.padding-light-blue-bg {
    padding: 8rem 19rem;
}
.light-blue-img-bg {
    background: url(../../../images/body-image.webp) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}
.contact-us-bg {
    background: url(../../../images/howard-vcv-consulting.webp) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}
.contact-us {
    padding: 8rem 19rem;
}
.contact-us a {
    color: black;
    text-decoration: underline;
}
.contact-us-inner h2 {
    font-family: "Montserrat";
}
.contact-us-inner h1 {
    font-family: "Montserrat";
    font-size: 50px;
}
.contact-us-inner p, 
.contact-us-inner li {
    font-family: "Montserrat";
    font-size: 30px;
    color: black;
}
.light-grey-bg {
    background-color: #f7f7f7;
}
.light-grey-bg blockquote {
    font-size: 20px;
}
.light-blue-inner {
    position: relative;
}
.light-blue-inner svg {
    max-width: 53px;
    position: absolute;
    left: -100px;
    top: 10px;
    padding: 0 5px;
    opacity: .7;
}
.light-blue-inner h2 {
    font-family: "Montserrat";
}
.light-blue-inner h1 {
    font-family: "Montserrat";
    font-size: 50px;
}
.light-blue-inner p, 
.light-blue-inner li
{
    font-family: "Montserrat";
    font-size: 18px;
    color: black;
    padding-left: 5px;
    line-height: 1.75;
}
.header-section p {
    font-size: 15px;
    color: #191919;
}
.header-section a {
    font-size: 14px;
    color: #191919;
    line-height: 30px;
}
.header-section a:hover {
    text-decoration: none;
}
.header-section hr {
    border-top: 1px solid #191919;
}