body{
	background-image: url("../picture_library/Banded_iron_formation_Dales_Gorge.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding:0px;
	margin:0px;
}
/* begin van de nav bar */
nav{
	background: rgba(0,0,0,0.75);
	height: 75px;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
}
label.navlabel{
	padding-left: 50px;
	font-size: 35px;
	line-height: 75px;
}
label.navlabel a{
	text-decoration:none;
	color: white;
	font-weight: bold;
}
/* einde van het logo linksboven en begin van de navigatieknoppen */
#navbar{
	margin: 0px 20px;
	list-style: none;
	float: right;
}
li.navlist{
	display: inline;
	color: white;
	line-height: 75px;
	margin-right: 10px;
}
li.navlist a{
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	background-color: rgba(0,0,0,0.3);
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding: 7px 13px;
	border-radius: 3px;
	margin-left: 50px;
	margin-right: 50px;
}
.navlist a:hover{
	background: rgba(189,195,199,0.4);
	transition: 0.5s;
}
/* einde navigatieknoppen en begin van de daadwerkelijke website 

Hieronder is de grote container waar de rest van de website in huist*/
#main{
	width: 75%;
	min-height: 90%;
	padding-bottom: 2%;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 3%;
	background-color: rgba(0,0,0,0.65);
	color:#FFFFFF;
	overflow: auto;
}
/* Dit is voor de daadwerkelijke stenen */
#rocks{
	min-width: 200px;
	width: 40%;
	margin-top: 25px;
	padding-left: 3%;
	margin-left: 5%;
	float:left;
	border-bottom: 1px solid black;
}
img{
	min-width: 150px;
	max-width: 90%;
}
/* Dit is zodat de stenen 90% van de container opnemen, minimaal 150px zodat het beter met mobiel werkt */