﻿
.col-md-2.nav-layout
{
    background: #23505e;
}

#logo{background: url(images/amcs_logo_40x40.png);margin:15px auto;width:40px;height:40px;}
.utility-banner{background-color:#6bc048;color:#fff;padding:5px 15px 5px 10px;text-align:right;font-size:0.9em;}

.warrior_horse_container {
    margin: 10px 0;
}
.warrior_horse{float: left;background: url(images/man_on_horse.png);width:60px;height:70px;margin-right:20px;}
.warrior_horse_text {
    float: left;
    font-size:1.1em;margin-top:15px;
}
a.fa {
            text-decoration: none;
        }
/*========================================================================*/
/*Bootstrap additions*/
.btn {
    background-color: #748b2f;
    border-color:#23505e;
}
.btn:hover {
    background-color: #6bc048;
}

/*========================================================================*/
/* Side Nav */

#sidenav ul li a.active{color:#6bc048;font-weight:700;}
#sidenav ul li a:hover{text-decoration: underline;}

#sidenav ul li ul li a.active{color:#6bc048;font-weight:400;}

