.navbar-brand {
	font-size: 1.8em;
}

#topContainer {
	width: 100%;
	background-image:url("../images/image1.jpeg");
	background-size: cover;
}

#topRow {
	margin-top: 100px;
	text-align: center;
}

#topRow h1 {
	font-size: 300%;
}

.bold {
	font-weight: bold;
}

.marginTop {
	margin-top: 30px;
}

.center {
	text-align: center;
}

.title {
	margin-top: 100px;
	font-size: 300%;
}

#footer {
	width: 100%;
	background-color: #FFFF66;
	padding-top: 70px;
}

.marginBottom {
	margin-bottom: 50px;
}