@charset "UTF-8";
/* CSS Document */

    a.ContactUsbutton {background-color:#486358;
    border-radius:40px;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font: 700 18px Montserrat,serif;padding:24px 40px;
    text-decoration:none;
    }
    a.ContactUsbutton:hover {
    background-color: #257a29;
    color: white;
    }

.w3-darkgreen {color:#fff!important;background-color:#023020!important;}
.w3-hover-darkgreen:hover{color:#fff!important;background-color:#257a29!important;}

.w3-bar{width:100%;overflow:hidden;background-color:#ffffff;}.w3-center .w3-bar{display:inline-block;width:auto}

.w3-gold,.w3-hover-gold:hover{color:#fff!important;background-color:#483b06!important}


.w3-xlarge{font-size:24px!important}