body{
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6em;
	margin: 0;
	background-image: url('../images/background.jpg');
}

.container{
	width: 80%;
	margin: auto;
	overflow: hidden;
}

.spotlight{
	float: center;
	width: 99%;
	margin: 10px;
	padding: 10px;
	box-sizing: border-box;
	background-color: #e8e3e3;
}

.spotlight h1{
	color: coral;
}

.spotlight img{
	marign: 10px;
	width: 100%;
}

.blog-post{
	float: left;
	width: 33.3%;
	padding: 10px;
	box-sizing: border-box;
	min-height: 550px;
	background-color: #e8e3e3;
}

.blog-post img{
	marign: 10px;
	width: 100%;
}

.blog-post h3{
	color: #803700;
}

.button{
	background-color: #333;
	color: #fff;
	padding: 10px 15px;
	border: none;
	text-decoration: none;
}

.button:hover{
	background-color: red;
}

.fix-me{
	position: fixed;
	top: 600px;
	background-color: #c48e0e;
}

#main-header{
	background-color: #c72227;
	color: #e09497;
}

#nav-bar{
	background-color: #333;
	color: #fff;
}

#nav-bar ul{
	padding: 0;
	list-style: none;
}

#nav-bar li{
	display: inline;
}

#nav-bar a{
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	padding-right: 15px;
}

#showcase{
	background-image: url('../images/showcase.jpg');
	background-position: center right;
	min-height: 300px;
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
}

#showcase h1{
	color: #21292b;
	font-size: 50px;
	line-height: 1.6em;
	padding-top: 30px;
}

#main{
	float: left;
	width: 40%;
	padding: 0 30px;
	margin-bottom: 10px;
	box-sizing: border-box;
	background-color: #e8e3e3;
}

#contact-showcase{
	background-image: url('../images/contactHeader.jpg');
	background-position: center right;
	min-height: 300px;
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
}

#contact-showcase h1{
	color: #21292b;
	font-size: 50px;
	line-height: 1.6em;
	padding-top: 30px;
}

#about-showcase{
	background-image: url('../images/aboutHeader.jpg');
	background-position: center;
	min-height: 300px;
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
}

#about-showcase h1{
	color: #21292b;
	font-size: 50px;
	line-height: 1.6em;
	padding-top: 30px;
}

#main-footer{
	background: #333;
	color: #fff;
	text-align: leftt;
	padding: 20px;
	margin-top: 40px;
}

@media(max-width: 600px){
	#main{
		width: 100%;
		float: none;
	}
}

#yakuza-showcase{
	background-image: url('../images/yakuzaHeader.jpg');
	background-position: top;
	min-height: 300px;
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
}

#yakuza-showcase h1{
	color: #8a0808;
	font-size: 50px;
	line-height: 1.6em;
	padding-top: 30px;
}

#arceus-showcase{
	background-image: url('../images/arceusHeader.jpg');
	background-position: center;
	min-height: 300px;
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
}

#arceus-showcase h1{
	color: #1241de;
	font-size: 50px;
	line-height: 1.6em;
	padding-top: 30px;
}

#elden-showcase{
	background-image: url('../images/eldenHeader.jpg');
	background-position: center;
	min-height: 300px;
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
}

#elden-showcase h1{
	color: #e6cd40;
	font-size: 50px;
	line-height: 1.6em;
	padding-top: 30px;
}

#osrs-showcase{
	background-image: url('../images/osrsHeader.jpg');
	background-position: center;
	min-height: 300px;
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
}

#osrs-showcase h1{
	color: #f26b22;
	font-size: 50px;
	line-height: 1.6em;
	padding-top: 30px;
}

.trailer-box{
	float: center;
	width: 99%;
	margin: 10px;
	padding: 10px;
	box-sizing: border-box;
	background-color: #e8e3e3;
}

.info-list{
	padding: 10px;
}

.review-block{
	float: center;
	width: 99%;
	margin: 10px;
	padding: 10px;
	box-sizing: border-box;
	background-color: #e8e3e3;
}

.aboutme-block{
	padding: 20px;
}