/* 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: #0c5a28;
}


/* Navigation */


nav > ul > li a {
    text-decoration: none;
    color: #ffde0a;
    font-weight: 600;
    background: none!important;
    font-size: 14px;
    margin: 10px 31px;
}

nav > ul > li > a:hover {
    color: #ffde0a;
    font-weight: 800;
    border-bottom: solid;
    padding-bottom: 13.7px;
}


.active {
    border-bottom: none;
    font-weight: bold;

}

/* Main Content Area */


.account-name {
    display: none !important;

}

#custom_title{
    font-size: 200%;
    font-weight: 400;
    color: #58585a;
    margin-bottom: 1%;
}


/* Mobile Style for nav */
@media only screen and (max-width: 1023px) and (min-width: 285px) {
nav>ul>li {
        background: #0c5a28;
    }

}

/* button colors */

.btn-submit {
    width: 100%;
    background-color: #0c5a28;
    color: #fff;
    padding: 10px 16px;
    line-height: 1.3333333;
    }


.btn-submit:hover {
    color: #fff;
    background: #ffde0a;
    transition: all 500ms ease;
}

/* Footer */

footer {
        background-color: #0c5a28;
}
footer>a {color: #ffde0a;}