
@media (min-width: 0px) and (max-width: 767px) {


.navbar-brand {
    float:none !important;}
	
#logo{
	margin:0px;}
	
h1#logo img {
    width: 54%;}
	
#navigation {
    background-color: rgba(45, 147, 174, 0.89);}			
	
	
}


@media (min-width: 768px) and (max-width: 991px) {

.nav > li > a {
    position: relative;
    display: block;
    padding: 13px 6px !important; }
	
	
}