﻿/*
A Bootstrap 3.1 affix sidebar template
from http://bootply.com

This CSS code should follow the 'bootstrap.css'
in your HTML file.

license: MIT
author: bootply.com
*/
@import url('http://fonts.googleapis.com/css?family=Open+Sans:300,400');

body {
    padding-top: 50px;
    color: #676767;
    background-color: #E3D9AF;
    font-family: 'Open Sans',Arial,Helvetica,Sans-Serif;
}

.lead {
    font-weight: bold;
    opacity:.6;
}

.navbar-default {
    border-bottom-color: #9ba272;
}

.navbar {
    background-color: #B0B882;
    color: #ffffff;
    border-radius: 0;
}

.navbar-nav > li > a {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #9ba272;
}
/*#masthead h1 {
    font-size: 80%;
}*/
.navbar-nav > li:last-child > a {
    border-right: 1px solid #9ba272;
}

.navbar-nav li a:hover {
    background-color: #91B591;
}

.navbar-nav > .open > a, .navbar-nav > .open > a:hover, .navbar-nav > .open > a:focus {
    color: #000;
    opacity: .9;
}

.navbar-brand {
    color: #fff;
}

.banner_ag {
    background: url('/images/armygreen13pct.png') right no-repeat;
}
hr {
    clear: both;
    border-color: #9ba272;
}

.img-inline {
    padding: 5px;
}
.well {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    background: none;
}

#masthead {
    min-height: 200px;
}

    /*#masthead h1 {
 font-size: 20px;
 line-height: 1;
 padding-top:20px;
}*/

    #masthead .well {
        margin-top: 8%;
    }

@media screen and (min-width: 768px) {
    /*#masthead h1 {
    font-size: 50px;
  }*/
}

@media (min-width: 979px) {
    #sidebar.affix-top {
        position: static;
        margin-top: 30px;
        width: 228px;
    }

    #sidebar.affix {
        position: fixed;
        top: 70px;
        width: 228px;
    }
}

.navbar {
    background-color: #B0B882;
}

.navbar-bright {
    background-color: #111155;
    color: #fff;
}

.affix-top, .affix {
    position: static;
}

#sidebar li a {
    color:inherit;
}

#sidebar li.active {
    border: 0 #9ba272 solid;
    border-right-width: 5px;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #9ba272;
    color: #eee !important;
}