/* style the navbar and dropdowns */
.navbar{
    color:#06275c;
    background-color: white ;
    height:60px;
    border:none;
    border-radius:0;
   

    
}

  .navbar-default {
    background-color: #c01e2e;

}

.navbar-right{
    background-color:#c01e2e;

}

.navbar-brand{
    border:none;
}

.navbar-right .btn{
    position:relative;
    top:10px;
}

.navbar-default .navbar-nav > li > a {
   color: white; /*Change active text color here*/
 
    }
    
.navbar-default .navbar-nav > li > a:hover{
    color:#e3a291;
}


ul.nav a { color: red !important; }
ul.nav a:visited { color: #a6c8e0 !important; }
ul.nav a:active { color: #fff !important; }
ul.nav a:hover { color: #fff !important; }








  .dropdown-menu > li > a:hover,
   .dropdown-menu > li > a:focus {
    color: #a6c8e0;
   text-decoration: none;
  background-color: #06275c;  /*change color of links in drop down here*/
   }

 .nav > li > a:hover,
 .nav > li > a:focus {
    text-decoration: none;
    background-color: #a6c8e0; /*Change rollover cell color here*/
  }



    
    .navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background: #06275c;
}
/* creates nav items that are 1/2 of the availabe space  */
.custom-navbar-nav{
    /*width: 70%; */
    
   /* margin-left:300px;*/
   padding-top:50px;
}

    .logo{
    height:60px;

    
}	

@media only screen and (max-width: 7676px) {
.collapsing, .in {background-color: #06275c; }
.collapsing ul li a, .in ul li a {color: #555!important;}
.collapsing ul li a:hover, .in ul li a:hover {color: #f1f1f1!important;}
}


    /* creates nav items that are 1/2 of the availabe space  */
    .custom-navbar-nav{
       
        text-align: center;
        margin-left:0px;
        padding-top:0px;
    }
    
    .custom-list{
        width: 50%;
        
}

    
