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

body {padding-top:50px}

.navbar-brand > li > a {
	height: 35px}

.navbar-nav > li > a {
    height: 50px;
    line-height: 50px}
	
.bg-primary {
	background-position:inherit;
	background-repeat:no-repeat;
	background-size: cover;
	width:100%}

.footer {
	min-height:100px;
	color:#FFFFFF;
	background:#000000;
	text-align:center;
	padding: 10px
}

.web-designer {
	color:#000;
	font-size:11px;
	text-align:center;
	padding: 10px
}

.footer strong{
	color: #FF0000;
}