
/*Titels*/
h1{
	color:#0E472A; font-family: Arial; font-size: 3em; margin:10px}
h2{
	color:#EBECEC; font-family: Arial; font-size: 1.5em; font-style: italic; margin:10px; hyphens: auto}

/*paragraphs*/

p{
	font-family: Arial;
	font-size: 1em;
	color:#0E472A;
	margin: 10px;
	hyphens: auto;
}


body {
	position: fixed;
	margin: 0px;
	padding: 0px;
	background-color: #B3BEB8;
}

.container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
	margin: 10px 10px 10px 10px;
}

.item1{
	/*width: 600px; als je wil dat t automatisch onder elkaar gaat als het niet past*/
	margin: 10px 10px 10px 10px;
}

.item{
	width: 47%;
	margin: 10px 10px 10px 10px;
}

#ik {
	max-width:100%;
}

#pen{
	max-width: 100%;
	margin: 10px 10px 10px 10px;
}

.button {
	padding: 15px 15px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-family: arial;
	color: #0E472A;
	display: inline-block;
	font-size: 1em;
	margin: 10px 0px 10px 10px;
	cursor: pointer;
	border-radius: 12px;
	background-color: #EBECEC;
}


.button:hover, .button:active {
    color: #B3BEB8;
}




.center {
	width:90%;
	margin: 0px auto;
}

/* ~~ Top Navigation Bar ~~ */

#navigation-container {
  width: 100%;
  margin: 0 auto;
  height: 100px;
}

.navigation-bar {
  background-color: #B3BEB8;
  height: 100px;
  width: 100%;
}
.navigation-bar img{
  float:left;
  height: 100px;
}
.navigation-bar ul {
  padding: 0px;
  margin: 0px;
  display:inline-block;
  vertical-align:top;
}

.navigation-bar li {
  list-style-type: none;
  padding: 0px;
  height: 24px;
  display: inline;
}

.navigation-bar li a {
  font-size: 50px;
  font-weight: bold;
  font-family: arial;
  color: #0E472A;
  text-decoration: none;
  line-height: 100px;
  padding: 5px 15px;
  opacity: 0.7;
}

