/* CSS built by Omnilert  */


/* Show or hide Omnilert Logo */
.omnilert-logo {
    display:none; }

/* Generic  site styles*/

body {
    font-family: "gandhi_sans", Arial, sans-serif;
    background-color: #ffffff;
    color: #33261b;
    font-weight: 400;
}


/* Header */

header {
    background-color: #81040d;
}


/* Navigation */


nav > ul > li a {
   font-family: 'Droid Serif', serif;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #e2cc9b;
    font-weight: 300;
    background: none!important;
    font-size: 14px;
    margin: 10px 31px;
}

nav > ul > li > a:hover {
   font-family: 'Droid Serif', serif;
    color: #faf5e6;
    border-bottom: solid;
    padding-bottom: 13.7px;
}


.active {
   font-family: 'Droid Serif', serif;
    border-bottom: none;
    font-weight: 300;

}

/* Main Content Area */


.account-name h2 {
    display: none; 
}

#custom_title{
    padding: 2px 0;
    color: #4D4A57;
    text-align: center;
}


/* Mobile Style for nav */
@media only screen and (max-width: 1023px) and (min-width: 285px) {
nav>ul>li {
        background: #81040d;
    }

}

/* button colors */

.btn-submit {
    width: 100%;
    background-color: #b89a62;
    color: #ffffff;
  border: 2px solid #ffffff;
    padding: 10px 16px;
    line-height: 1.3333333;
    }


.btn-submit:hover {
    color: #ffffff;
    background: #6f030a;
    transition: all 500ms ease;
}

/* Footer */

footer {
        background-color: #6f030a;
}