body {
	background: url(../images/summer-bg-1.jpg) no-repeat center center fixed; 
	background-size: cover;
}

br.big {
	display: none;
}

.container {
	width: 100%;
}

header {
	background: #FFF;
	padding: 0 5px 5px 5px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	font-weight: 300;
	color: #8E8E8E;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
}


header .container.pad {
	padding-top: 5px;
}

header .container.pad img {
	height: 50px;
}


header a {
	color: #8E8E8E;
}

header a:hover {
	color: #f04e23;
	text-decoration: none;
}

img.loterij {
	float: right;
	margin-top: 7px;
	height: 40px !important;
} 

.pre-header {
	border-bottom: 1px solid #D8D8D8;
}

.links {
	padding: 5px 0;
}

.link1 {
	margin: 0 40px 0 0;
	font-size: 13px;
	display: none;
}

.link1:first-child {
	display: inline-block;
}

i.fa {
	color: #8E8E8E;
	float: right;
	margin: 3px 0 0 20px;
}

i.fa.fa-twitter {
	margin: 3px 0 0 5px;
}

#main {
	text-align: center;
	padding: 10px 10px 20px 10px;
}

.icon {
	text-transform: uppercase;
	color: #62c9d7;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	width: 20%;
	font-weight: 700;
	font-size: 24px;
	display: inline-block;
	margin: 0 auto;
	margin-bottom: 40px;
	width: 100%;
}

.icon.child {
	color: #F2A53F;
}

.icon.flower {
	color: #ABCD4B;
}

.icon.bbq {
	color: #DBCE3C;
}

.icon img {
	margin-bottom: 15px;
}

p.intro {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 40px;
	color: #437136;
	font-family: 'Lato', sans-serif;
}


/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
	
	.links {
		padding: 10px 0;
	}
	
	.link1 {
		display: inline-block;
	}
	
	header .container.pad img {
		height: auto;
	}
	
	img.loterij {
		height: auto !important;
	}
	
	.icon {
		width: 23%;
		font-size: 18px;
	}
	
	.icon img {
		width: 80%;
	}
	
	p.intro {
		max-width: 720px;
	}
	
	br.big {
		display: block;
	}
} 

/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
	.container {
		width: 940px;
	}
	
	p.intro {
		margin-top: 40px;
		margin-bottom: 40px;
		width: 70%;
		max-width: 720px;
	}
	
	.icon {
		font-size: 24px;
	}
	
	.icon {
		width: 230px;
		font-size: 18px;
		display: inline-block;
	}
	
	.icon img {
		width: 170px;
	}
}