@font-face {
    font-family: "Nexa";
    src: url("fonts/Nexa-Light.otf");
}

@font-face {
    font-family: "Nexa";
    src: url("fonts/Nexa-Bold.otf");
    font-weight: bold;
}



body,html,#headerimagetitlebar {   
       -webkit-text-size-adjust: none;
      
       padding: 0;
       margin: 0;
       font-size: 16px;
        font-family: "nexa",sans-serif;
        color:#2d2d2d;
}







#contactform form input#submitbutton {
   background: #8aced7 none repeat scroll 0 0;
    border: 2px solid #fff;
    padding: 0.3em 2.5em;
    font-size: 1.188em;
    text-transform: uppercase;
    border-radius: 0;
}


#contactform {
    margin-top: 10px;
    padding-bottom: 30px;
}

#contactform .thanks {
    margin-top: 10px;
    font-weight: bold;
    color: #7777b9;
    font-size: 1.438em;
    text-transform: uppercase;
}


#cba3 {
    display: none;
}

#cba4 {
    display: block;
}


@media screen and (max-width: 500px) {
    #contactform .thanks {
        text-align: center;
    }
    
    #contactform {
        margin-top: 0px;
    }
    
}