.jumbotron {
	margin: 0px 0px 5px;
	background-image: url('./img/OFGBanner.png');
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 250px;
}
body {
	background-color: #858585;
}
a {
	color: white;
}
#footer  {
	color: white;
	background-color: #af0f0f;
	width: 100%;
}
.gear {
	padding-left: 50px;
}
.gearView {
	margin-left: 50px;
	margin-bottom: 50px;
	margin-top: 25px;
}
.gearView ul {
	list-style-type: none;
}
.gear img {
	float:left;
	height: 200px;
	width: 200px;
	margin-right: 25px;
}
.bigImage {
	height: 400px;
	width: 400px;
}
.gear ul {
	list-style-type: none;
}
.green {
	color: green;
}

.red {
	color: red;
}

h2 {
	text-align: center;
}
