@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding: 0;
}
body{
	
	font-size: 20px;
	background: #C59B9C;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Bebas Neue', cursive;
}
h1 {
	font-size: 50px;
	padding-bottom:30px;
	line-height:1.6;
	color: #320001;
	
}
h2 {
	width:980px;
	font-size: 35px;
	padding-bottom:10px;
	color: #185D9E;
	margin: 0 auto;
}
h3{
	font-size: 30px;
	
}
h4{
	
	font-size: 25px;
}
h5{
	font-size: 20px;
	
}
h6{
	
	font-size: 15px;
}
p{
	margin-bottom: 10px;
	color: #3F0101;
}
a{
	color: #880609;
	text-decoration: none;
}
a:hover{
	color: #000000;
}
.banner{
	padding: 80px 0;
	text-align: center;
	colour: white;
	background-color: #550809 url("../img/re4logo.jpg") no-repeat center center;
	background-size: cover;
}
nav{
	background:#2A0;
	border-bottom:6px solid;
	padding:20px 0;
}
nav ul{
	border: 1px solid #0E0202;
	width: 300px;
	float: right;
	padding-bottom:6px;
}
nav ul li{
	display: inline-block;
	padding-right:20px;
}
.container{
	width:980px;
	margin: 0 auto;
}
.backstory{
	padding: 30px 0;
	background-color:#3219;
}
.chapters{
	padding: 20px 0;
	background-color: #4111;
	text-align: center;
}
.footer{
	background: #0B0;
	text-align: center;
	padding: 30px 0;
}
.weapons{
	background: #3Dcf;
	text-align: center;
}
.collectables{
	text-align: center;
}
.characters{
	text-align: center;
	background: #4228;
	padding-top: 30px;
	
}
.bossweapon{
	text-align: center;
	background: #3913;
}
.bosses{
	text-align: center;
}
.thegoal{
	text-align: center;
}
.re4logo{
	text-align: center;
}
.Love{
	text-align: center;
}
.secondary{
	text-align: center;
}
.Leon{
	text-align: center;
	background: #5DA28B
}
.Game{
	text-align: center;
	background: #38A8AA
}
.rating{
	text-align: center;
	background: #8C38
}