@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,300;0,400;0,700;1,400&family=Roboto&display=swap');

/* pagina algemeen*/
body{
    font-family: 'Raleway', sans-serif;
    background-color: rgba(255,255,255,1.00);
    line-height: 150%;
    margin-top: 50px;
    margin-left: 50px;
	width: 100%;
}

h1{
	font-weight: 400;
}
h2{
	font-weight: 400;
}
h3{
	font-weight: 400;
}
h4{
	font-weight: 400;
	text-decoration: underline;
}

h5{
	font-weight: 400;
}
h6{
	font-weight: 400;
}

img{
	border: thin dashed;
	
}

a {
    color: rgba(41,171,116,1.00);
    text-decoration: none;
}

a:hover{
    color: rgba(224,12,144,1.00);
	font-weight: 600;
}

a:visited {
	color: rgba(29,121,82,1.00);
}

a:visited:hover {
    color: rgba(224,12,144,1.00);
}

footer a{
	color: antiquewhite;
}

footer a:hover{
	color: aliceblue;
}
footer a:visited{
	color: antiquewhite;
}
.container{
	position:relative;
	height:100%;
	width:1000px;
	margin: 0 auto;
	/*background-color:#636;*/
	}	

.content{
    position: relative;
    /*background-color: hsla(196,100%,50%,1.00);*/
    width: 100%;
    margin: 0 auto;
	}

footer{
	background-color: rgba(103,96,90,1.00);
	text-align: center;
	z-index: 100;
	position: absolute;
	top: -130px;
	bottom: 0;
	left: -50px;
	width: 110% ;
	height: 40px;
	padding-top:40px;
	margin-top: 100px;
}



/* tekst opmaak */
.titel{
    font-weight: 600;
    font-size: x-large;
    font-variant-caps: all-small-caps;
    margin-bottom: 40px;
}

.centreer{
	text-align: center;
}

.links{
	text-align: left;
}
.doorgestreept{
	text-decoration: line-through
}