#header {
	width: 100%;
	height: 300px;
	position: relative;
	top: -30px;
	background: url("../img/pw_maze_black_2X.png") repeat;
}

#title {
	width: auto;
	height: 100px;
	margin: 30px auto;
	font-family: 'Montserrat', sans-serif;
	padding: 10px;
	font-size: 25px;
	text-align: center;
	color: white;
}

#description {
	width: auto;
	min-height: 50px;
	margin: auto;
	margin-top: 0;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-size: 25px;
	color: white;
}

/*
#image img{
	max-width: 100%;
	display: block;
	margin: auto;
}
*/

#image {
	height: 800px;
	width: 100%;
	margin: 50px auto;
	overflow: hidden;
	background: url("../Model sheets/Siegeengine (1).jpg") no-repeat center;
    background-size: contain;
}

#image2 {
	height: 800px;
	width: 100%;
	margin: 50px auto;
	overflow: hidden;
	background: url("../Model sheets/Siegeengine (2).jpg") no-repeat center;
    background-size: contain;
}

#image3 {
	height: 800px;
	width: 100%;
	margin: 50px auto;
	overflow: hidden;
	background: url("../Model sheets/Siegeengine (3).jpg") no-repeat center;
    background-size: contain;
}

#image4 {
	height: 800px;
	width: 100%;
	margin: 50px auto;
	overflow: hidden;
	background: url("../Model sheets/Siegeengine (4).jpg") no-repeat center;
    background-size: contain;
}

#image5 {
	height: 800px;
	width: 100%;
	margin: 50px auto;
	overflow: hidden;
	background: url("../Model sheets/Siegeengine (5).jpg") no-repeat center;
    background-size: contain;
}


#divider {
	height: 1px;
	width: auto;
	background-color: grey;
	margin: 75px auto;

}

#footer {
	margin-top: 100px;
	width: 100%;
	height: 175px;
	background: url("../img/pw_maze_black_2X.png") repeat;
}