.et_pb_contact_captcha_question {
color: #fff !important;
}

h1 {
font-family: swear-display, serif;
font-weight: 400;
font-style: normal;
}

#main-header {
background-color: #fff;
box-shadow: 0 0px 0;
-mox-box-shadow: 0 0px 0;
-webkit-box-shadow: 0 0px 0;
}

/*-----hover text ---------*/

.home_text {
transition: all .25s ease-in-out;
opacity:0;
}

.home_text:hover {
opacity:1;
}

#footer-bottom {
display: none;
}

