/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
.btn{
    background-color:#13AFAF!important;
    color:#fff!important;
    border:none!important;
}

.navbar-main {
    background-color:#13AFAF!important;
}

.navbar-main .navbar-nav>li>a:hover{
    background-color:#298d8d!important;
}

.navbar-main .navbar-nav>li>a{
    background-color:#13AFAF!important;
}

.navbar-main .navbar-nav>.open>a{
    background-color:#298d8d!important;
}

.navbar-main li.account {
    background-color:#298d8d!important;
}