@charset "UTF-8";
/* CSS Document */

/********************************* nav  *********************************/
.navbar-fixed-top {
    min-height: 80px;
	font-size:1em;
}

.navbar-default {
    background-color: #eee;
	border-bottom:solid 2px #fff;
}


.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 80px;
}



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


 .navbar-default .navbar-nav > .active > a, 
 .navbar-default .navbar-nav > .active > a:hover, 
 .navbar-default .navbar-nav > .active > a:focus {
      color: #fff;
      background: #227bbe;
 }


@media (max-width: 767px) {
.navbar-nav > li > a {
   line-height: 20px;
   padding-top: 10px;
   padding-bottom: 10px;
}
}
 
@media only screen and (min-width: 480px) and (max-width: 768px) {
.navbar-toggle {height: 60px;}
}

@media only screen and (max-width: 480px) {
.navbar-toggle {height: 60px;}
}
  
  




