/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: Tahoma, Verdana, sans-serif
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




h1			{ font-size:30px; font-family: Tahoma, Verdana;
				color:#1261bd; line-height: 1.2em;}


.responsive {
    width: 100%;
    height: auto;}


body			{background-color:#924a3e;
overflow-x: hidden; position-x: absolute;
background-image: url(http://www.andrevanderlinden.nl/img/muur3.jpg);
background-size: 100%;
background-repeat: repeat-y;
background-position: left top;

} 



#muur  	{width:100%; height:auto ; margin: auto; text-align:center; margin-top: 40px;}



#hanneke { width: 30%; height: auto; float:left;}
#hanneke img {width:85%; height: auto; }
#hanneke img:hover { transform: rotate(-5deg); }


#andre { width: 30%; height: auto; float:left;}
#andre img {width:70%; height: auto; margin-top: 10%;}
#andre:hover {transform: rotate(-1deg);}

#ajaan {  width: 30%; height: auto; float:left; }
#ajaan img {width:90%; height: auto; }
#ajaan:hover { transform: rotate(2deg);}


@media screen and (max-width: 1060px) {


body	{
background-image: url(http://www.andrevanderlinden.nl/img/muur1.jpg);} 

#hanneke { width: 50%; height: auto; margin-left:24%;}
#andre { width: 50%; height: auto; margin-left:24%;}
#ajaan {  width: 50%; height: auto; margin-left:24%; }


@media screen and (max-width: 650px) {


body	{
background-image: url(http://www.andrevanderlinden.nl/img/muur1.jpg);} 

#hanneke { width: 70%; height: auto; margin-left:14%;}
#andre { width: 70%; height: auto; margin-left:14%;}
#ajaan {  width: 70%; height: auto; margin-left:14%; }

} 