@font-face {
    font-family: Grold-Medium;
    src: url(fonts/Grold-Medium.ttf);
}

@font-face {
    font-family: Aquatico-Regular;
    src: url(fonts/Aquatico-Regular.otf);
}

@font-face {
    font-family: BrandonText-Light;
    src: url(fonts/BrandonText-Light.otf);
}

.main_back{
    background-image: url("/images/contact/background.jpg");
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}


.wanna_chat{
    -webkit-text-stroke: 1px white;
    position: absolute;
    top: 250px;
    left: 10%;
    color: white;
    font-size: 30pt;
    font-family:   BrandonText-Light;
    line-height: 43px;
}



.mail{
    position: absolute;
    top: 460px;
    left: 10%;
    padding: 15px;
    width: auto;
    height: auto;
    background-color: #cb3130;
font-family:    BrandonText-Light;
border: 0px;
font-size: 15pt;
transition: .2s;
color: white;
font-weight: 900;    border-radius: 10px;
}

@media screen and (max-width:991px) {
    
    .wanna_chat{
        top: 330px;
    }
    .mail{
        top: 570px; 
    }
      }

.mail:hover{
    background-color: white;
    color:  #cb3130;
    padding: 20px;
    font-size: 17pt;
    -webkit-box-shadow: 0px 14px 37px -21px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 14px 37px -21px rgba(0,0,0,0.75);
    box-shadow: 0px 14px 37px -21px rgba(0,0,0,0.75);
}