@charset "utf-8";
/* CSS Document */
body {
	font-size: 12px;
	background: #fdfcfb;
}


header {
	margin: 15px 0 80px
	
}
.menu {
background: #21008F ;
border: 0;
box-shadow: 0 0 15px rgba(0,0,0, .19);
padding: 20px 0;
font-size: 15px;
font-weight: bold;
	
}
.navbar-brand img {
	position: relative;
	top: -50px;
}

img{
	max-width: 100%;
	height: auto;
}




@media only screen and (max-width: 1200px) {
	
}

@media only screen and (max-width: 992px) {
	
}

@media only screen and (max-width: 767px) {
	
}

@media only screen and (max-width: 480px) {
	
}
