@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
}
#wrapper {
	background-color: #1990BA;
	height: 504px;
	width: 859px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -429px;
	margin-top: -252px;
}
#header {
	position: absolute;
	left: 0px;
	top: 0px;
}
#follow {
	position:absolute;
	left:500px;
	top:444px;
}
#next {
	position:absolute;
	left:801px;
	top:446px;
}
#menu {
  position: fixed;
  left: 0;
  top: 50%;
  margin-top: -165px;
  width: 107px;
  height: 329px;
  font-size: 0px;
}
#tekst {
	position:absolute;
	width: 275px;
	height: 375px;
	left:30px;
	top: 54px;
	padding-left: 10px;
	padding-right: 10px;
	border: 3px solid #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px 10px 10px 10px;
}
#tekst p {
	font-size:16px;
	color:#FFF;
	margin-top: 6px;
	margin-bottom: 0px;
}
#plaatje {
	position:absolute;
	width: 478px;
	height: 380px;
	left:352px;
	top: 55px;
	background-image:url(../images/viewersback.png)
}
#image1 {
	position:absolute;
	left: 0px;
	top:0px;
	display: none;
}
#image2 {
	position:absolute;
	left: 111px;
	top:0px;
	display: none;
}
#image3 {
	position:absolute;
	left: 222px;
	top:0px;
	display: none;
}
#image4 {
	position:absolute;
	left: 338px;
	top:0px;
	display: none;
}
#image5 {
	position:absolute;
	left: 0px;
	top:78px;
	display: none;
}
#image6 {
	position:absolute;
	left: 111px;
	top:78px;
	display: none;
}
#image7 {
	position:absolute;
	left: 222px;
	top:78px;
	display: none;
}
#image8 {
	position:absolute;
	left: 338px;
	top:78px;
	display: none;
}
#image9 {
	position:absolute;
	left: 0px;
	top:164px;
	display: none;
}
#image10 {
	position:absolute;
	left: 111px;
	top:164px;
	display: none;
}
#image11 {
	position:absolute;
	left: 222px;
	top:164px;
	display: none;
}
#image12 {
	position:absolute;
	left: 338px;
	top:164px;
	display: none;
}
#image13 {
	position:absolute;
	left: 0px;
	top:262px;
	display: none;
}
#image14 {
	position:absolute;
	left: 111px;
	top:262px;
	display: none;
}
#image15 {
	position:absolute;
	left: 222px;
	top:262px;
	display: none;
}
#image16 {
	position:absolute;
	left: 338px;
	top:262px;
	display: none;
}


/* Smaller than standard 960 (devices and browsers) */

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#menu {
		display:none; 
	}
	#wrapper {
		transform: scale(0.8);
	}
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#menu {
		display:none; 
	}
	#wrapper {
		transform: scale(0.5);
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	#menu {
		display:none; 
	}
	#wrapper {
		transform: scale(0.4);
	}
}

