* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-image: url("vangoghtardis.jpg");
	background-attachment: fixed;
	background-position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
}

/*change the size of the container */
.wrapper {
	width: 1000px;
	margin: 0 auto;
}

/*change the header */
.header {
	width: 1000px;
	background-color: #272b97;
}

/*change the titel of the header*/
.header h1{
	font-size: 90px;
	color: white;
	width: 845px;
	height: 100px;
	text-align: left;
	float: right;
	margin-left: 50px;
}

/*change the size of the picture and title in the header*/
.subheader
{
	height: 100px;
	width: 1000px;
}
/*change the profile picture */
.profielfoto{
	width: 100px;
	height: auto;
	float: left;
}


.nav ul{
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	text-align: center;
	
}
.nav li{
	float: left;	
}

.nav li a{
	display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
.nav li:hover {
	background-color: #cfaf40;
	color: #cfaf40;
}

.nav li a.{
	background-color: #fff;
	color: #ff5050;
	border: 3px double #ff5050;
}

/*change everything between the header and the footer*/
.main {
	padding: 10px;
	text-align: center;
	color: white;
	background-image: url("blue-transparantV4.png");
}

.main h1{
	margin-top: 10px;
}

.main h2{
	margin-bottom: 10px;
}

.main a{
	color: white;
}


.allicons{
	display: inline-table;
}

.singleicon{
	margin: 20px;
}
#icon{
	height:128px;
	width:128px;
}

#papa{
	height:400px;
	width:240px;
}

#mama{
	height: 400px;
	width: auto;
}

#lisa{
	height:360px;
	width:auto;
}

#kim{
	height:360px;
	width:463px;
}

#boogschieten{
	height:432px;
	width:648px;
}

#ps4{
	margin-right: 100px;
	margin-left: 100px;
	height: auto;
	width: 650px;
}

#portal{
	height: auto;
	width:375px;
}

#aclogo{
	height: auto;
	width: 275px;
	margin-right: 50px;
}

#doctorwho{
	height: 300px;
	width: 480px;
}

#tardis{
	height: 300px;
	width: 270px;
}

#got{
	height: 270px;
	width: 480px;
}

#wic{
	height: 270px;
	width: 270px;
}

#RMlogo{
	height:272px;
	width:480px;
}

#renm{
	height:208px;
	width:268px;
}

.footer {
	height: 30px;
	background-color: #272b97;
	text-align: center;
	color: #fff;
	padding: 10px;
	bottom: 0px;
}