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