.jumbotron {
	background-image: url("../img/front.jpg");
	color: black;
	background-attachment: fixed;
	min-height: 375px;
	margin-top: 0px;
	margin-bottom: 8px;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
}

.navbar {
	background-color: pink;
}

footer {
	background-color: pink;
}

.navbar-brand {
	margin-top: -15px;
}

.dashed {
	border-top: 3px dashed;