body {
	font-family: sans-serif;
}

.content-top {
	background-color: #ffffff;
	color: #000000;
	padding: 50px 5px;
	text-align: center;
}
.content-about {
	background-color: #2f2f2f;
	color: #e4e6e5;
	padding: 50px 5px;
	text-align: center;
}
.content-footer {
	background-color: #2f2f2f;
	color: #e4e6e5;
	font-size: 10px;
	text-align: center;
}

.gf-tangerine {
	font-family: "Tangerine", cursive;
	font-size: 60px;
}
.gf-metal {
	font-family: "Metal Mania", cursive;
	font-size: 48px;
}
.gf-raleway {
	font-family: "Raleway";
	font-size: 14px;
}
.gf-raleway-bold {
	font-family: "Raleway";
	font-size: 14px;
	font-weight: bold;
}

@media (min-width: 768px) {
	.container-fluid {
		max-width: 730px;
	}
}