.head{
	background-color: #337ab7;
	padding: 0.5% 5% 0.5% 5%;


}
.navbar-inverse, .navbar-expand-lg  {
	border-color: #337ab7 !important;
}
.navbar {
	padding-top:1%;
	padding-bottom: 1%;
}
li.breadcrumb-item a {
	color: #337ab7;
	text-decoration: none;
	
}
li.breadcrumb-item, li.breadcrumb-item.active {
	font-size: 14px;
}

.headElem{
	color:#ffffff !important;
	font-size:15px !important;
}
.headElem:hover{
	text-decoration: underline !important;
}
@media only screen and (max-width:501px){

		.head{
			background-color: #337ab7;
		}
		.headElem{
			color:#ffffff !important;
		}
		.headElem:hover{
			text-decoration: underline !important;
		}
		.navbar-toggle:hover{
			background-color:#A6ACB2 !important;

		}
		.navbar {
			padding-top:3%;
			padding-bottom: 3%;
		}
		
}
@media only screen and (min-width: 768px) and (max-device-width: 950px){
      .headElem{
      	font-size: 11px;
      	
      }
      .head{
      	padding-right: 0px;
      }
      
 }