#welcomeMsg {
	padding-bottom: 100px;
}

.jumbotron {
	background-image: url(/img/jumbotron_opt.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: 10px;
}

.jumbotron h1 {
	margin-top: 80px;
}

.jumbotron h2 {
	margin: 30px 0;
	padding: 20px;
	text-shadow: 1px 1px 4px #FFF;
}

.jumbo-buttons .btn {
	margin-bottom: 4px;
	text-align: left;
}

#welcomeMsg h3 {
	margin-top: 60px;
}

#welcomeMsg .row {
	margin-top: 60px;
}

.row.narrow {
	margin-top: 10px !important;
}

#aboutUsImage,
#gettingStartedImage,
#oldTitleImage {
	margin-top: 40px;
}

#PrivacyModal dt {
	margin-top: 10px;
}

#PrivacyModal dd {
	margin-left: 15px;
}