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