body {
	background-color: #e1e4e8;
	margin: 0px;
}

.jumbotron {
	background-size: cover;
	background-position: center center;
	background-image: url(../img/headerBg.jpg);
	border-bottom: 12px solid #6eb7d8;
	border-radius: 0px !important;
	opacity: 0.7;
}

.container {
	width: 100% !important;
	padding: 0px !important;
}

.row {
	text-align: center !important;
	margin: 10px !important;
}

.nomargin {
	margin: 0px !important;
}

.nopadding {
	padding: 0px !important;
}

.img-small {
	background-position: initial;
	height: 250px;
	background-size: cover;
	background-position: center center;
}

.thumbnail.opacity {
	opacity: 0.7;
}

.thumbnail.opacity:hover {
	opacity: 1;
	cursor: pointer;
}

a .thumbnail {
	color: black;
}

a:hover {
	text-decoration: none !important;
}