/* 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;
    font-size: 12px;
}


/* Header */

header {
    background-color: #000000;
}


/* Navigation */


nav > ul > li a {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #e2cc9b;
    font-weight: 800;
    background: none!important;
    font-size: 14px;
    margin: 10px 31px;
}

nav > ul > li > a:hover {
    color: #faf5e6;
    border-bottom: solid;
    padding-bottom: 13.7px;
}


.active {
    border-bottom: none;
    font-weight: bold;

}

/* Main Content Area */


.account-name h2 {
    display: none; 
    color: #4D4A57;
    text-align: center;
}

#custom_title{
    padding: 20px 0;
    margin: 0 0 10px 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: #000000;
    }

}

/* button colors */

.btn-submit {
    width: 100%;
    background-color: #fdce03;
    color: #000000;
    padding: 10px 16px;
    line-height: 1.3333333;
    }


.btn-submit:hover {
    color: #000000;
    background: #fae071;
    transition: all 500ms ease;
}

/* Footer */

footer {
        background-color: #3f3f3f;
}