/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
@import url(http://fonts.googleapis.com/css?family=Rock+Salt);
@import url(http://fonts.googleapis.com/css?family=Special+Elite);

body {
	background-color: #101415;
	font-color: #fff;
	margin: 0;
	padding: 0;
	font-family: 'Special Elite', cursive;
}

#titleText {
	text-align: center;
	color: #7B7E20;
	font-family: 'Rock Salt', cursive;
	margin-bottom: .5em;
}

.responsiveIMG {
	width: 100%;
	max-width: 800px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #7B7E20;
}

footer {
	margin-top: 3em;
	color: #707070;
	text-align: right;
}

.navMax{
    max-width: 850px;
    margin: 0 auto;
	float: none;
	display: block;
}​

.container {
	margin-top: 10px;
}
