@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@1,100;1,400&display=swap');

[class*="col-"]
{width: 100%;
}

@media only screen and (min-width: 768px) 
{
[class*="col-"]
{
	padding: 15px
}
	
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

}

header{
	font-family: 'Raleway', sans-serif;
	width: 98%;
	background-color: antiquewhite;
	min-height: 100px;
	padding: 15px;
	text-align: center;
}

.img-1{
	opacity: 0.5;
}

.img-2{
	float: right;
}

.a:hover{
	opacity: 0.5;
}

.container {
	position: relative;
	text-align: center;
	color: rgb(133, 79, 79);
  }

  .centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }

  /*miniletters*/
  .font-min{
	font-size: 9px;
  }

  /*rechter kolom*/
  .bgkleur-1{
	background-color: rgb(237, 200, 237);
  }

  .font-mid{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
  }



  /*lijkt me duidelijk id de onderste balk in de pagina*/
 footer{
	width: 98%;
	background-color: bisque;
	min-height: 100px;
	padding: 15px;
	text-align: center;
	font-family: 'Nanum Gothic', sans-serif;
	line-height: 1.6;
 }
