/* SAMPLE CSS built by Omnilert */

/* Show or hide Omnilert Logo */

.omnilert-logo {
    /* display:none; */

}




/* Generic */

body {
    color: #333333;
    font-weight: 300;
    font-size: 19px;

}

#custom_description {


}



/* Header */

header {
    background-color: #AA0000; 
}


/* Navigation */


nav > ul > li a {
    text-decoration: none;
    font-weight: 600;
    background: none!important;
    font-size: 14px;
    margin: 10px 31px;
}

nav > ul > li > a:hover {
    font-weight: 800;
    color: #fff;
    border-bottom: 4px solid #FDB913;
    padding-bottom: 13.7px;
}


.active {
    color: #fff;
    border-bottom: none;
    font-weight: bold;

}

/* Main Content Area */


.account-name h2 {
    display: none; 

}


#custom_title{
    color: #333333;
    font-weight: 800;
}

.terms a {
    color: #AA0000;
    text-decoration: none;
}

/* Mobile Style for nav */
@media only screen and (max-width: 1023px) and (min-width: 285px) {
nav>ul>li {
        background-color: ##AA0000;
    }

}

/* button colors */

.btn-submit {
    width: 100%;
    background-color: #AA0000;
    color: #fff;
    padding: 10px 16px;
    line-height: 1.3333333;
    }


.btn-submit:hover {
    color: #FFF;
    background: #EF4135;
    transition: all 500ms ease;
}


/* Footer */

footer {
    background-color: #333333;
}
.footer-inner {
    font-size: 14px;
    color: #FFF;
}


.footer-inner a {
    color: #fff;
    text-decoration: none;
}

.footer-inner a:hover {
    color: #FDB913;
    text-decoration: underline;
}