/* Move down content because we have a fixed navbar that is 50px tall */
body {
  background-color:#ffffff;
}

.jumbotron {
	background-image:url(../images/e2-13b_shapes.png);
	background-size:cover;
	background-position:center;
	color:#333333;
	background-color:#dadbd7;
}
@media (max-width: 768px) {
.jumbotron {
	padding:10px;
	font-size:16px;
}
}
.logo {
	width:80%;
	max-width:144px;
	margin-bottom:20px;
}
.ad-logo {
	width:100%;
	max-width:250px;
	margin-bottom:20px;
}

.ubm {
	width:100%;
	max-width:88px;
}
.hr-footer {
	margin-bottom:5px;
	margin-top:5px;
    border-top: 1px solid #008d4c;
}
footer {
	background-color:#008d4c;
    padding-top: 20px;
    padding-bottom: 20px;
	color:#dadbd7;
}
footer a {
	color:#dadbd7;
	text-decoration:underline;
}