@charset "UTF-8";
body {
	background-image: url(../images/background.png);
}
.col-md-8 {
	background-color: #00000013;
	margin-bottom: 30px;
	padding-top: 30px;
	text-align: left;
	font-size: 15px;
}

.col-md-4 {
	
	text-align: center;
}
.img-responsive {
	border: thin outset #738AE6;
}
.footer.navbar-fixed-bottom {
	background-color: #cccccceb;
	border-top: thin solid #17C1C1;
	text-align: center;
}

.footer.navbar-fixed-bottom a {
	padding-right: 30px;
}
.navbar.navbar-default {
	border-bottom: thin solid #17C1C1;
}
.col-md-8 .page-header h1 {
	text-align: center;
}
