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

.navbar-wrapper img {
	width: 15%;
	height: auto;
	color: #000;
	background-image: url(assets/img/logo.png);
	background-repeat: no-repeat;
	
	
}



footer {
	background-color:#000;
	height: 100%;
	width: 100%;
	margin-top: 0px;
	text-align: center;
	padding-top: 10px;
	color: #666;
	float: left;
	padding-bottom: 75px;
}
