/* General Blueprint Style */

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}


body {
    font-family: "Courier New", Courier, monospace;
    color: #484848;
    font-weight: 400;
    min-height: 900px;
}

a {
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

.container > header {
	width: 90%;
	max-width: 69em;
	margin: 0 auto;
	padding: 2.875em 1.875em 0em;
}

.container > header h1 img {
	max-width: 100%;
	height: auto;
}
.container > header > p {
	font-size: 2.0em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
}

@-webkit-keyframes l_2_r {
    from {background-position: 0 0;}
    to {background-position: 0 -925px;}
}
@keyframes l_2_r {
    from {background-position: 0 0;}
    to {background-position: 0 -925px;}
}

#moveonup {
    max-width: 920px;
    height: 210px;
	margin: 5px auto;
    background-image: url(../indeximg/wortel-drie-main.jpg);
	background-size:cover;
    -webkit-animation: l_2_r 45s linear infinite;
	-moz-animation: l_2_r 45s linear infinite;
	-o-animation: l_2_r 45s linear infinite;
}
.potlood img{
	max-width: 100%;
	height: auto;
}
.potlood img:hover {
	opacity:0.6;
}



@media screen and (max-width: 55em) {

	.container > header h1,
	.container > header nav {
		float: none;
	}

	.container > header h1 {
		text-align: center;
	}

	.container > header nav {
		margin: 0 auto;
	}

	.container > header > span {
		text-indent: 30px;
	}
}