@charset "utf-8";
/* CSS Document */

body{ background:#14417a;}
header {border-bottom: 6px solid #396eb5;}
.logo {	background:url(../images/nbbi-logo.png) no-repeat center / auto auto; display:block;	height:50px;}
.MainTitle{color:#1f62af;}
.bluebtn {background:#203654;}
.bluebtn:hover{ background:#050f1d;}
.bluebtn:focus{ background:#050f1d;}




@media (max-width: 360px) {
	.logo {
		background-size:100% auto;
	}
}
