#brand-icon{
    font-size:40px;
    color:#fff;
}

.masthead {
    background-image: url('/contact-bg.05807faf.jpg');
    background-repeat:  no repeat  ;
    background-size:100% 130%;
    height:50vw;
    width:100%;
    text-align: center;  
    position:relative;
    z-index:2;
}

.masthead::after{
   content:'';
   position:absolute;
   top:0%;
   left:0%;
   width:100%;
   height:100%;
   background: rgba(96, 96, 96, 0.8);
   z-index:1;
   opacity: 0.7;
}
.heading{
    font-size:30px;
    font-weight:500;
    padding-top:20%;
    z-index:2;
    color: #fff;
    position:relative;
    opacity: 1;
}

.heading h1{
    font-family:Impact, fantasy;
    font-size:80px;
    letter-spacing: 0.3rem;
}

.space{
    padding-top:7%;
    font-size:20px;
}


/*# sourceMappingURL=/contact.b15d9a0d.css.map */