@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../img/idahotiqz.png);
	background-attachment:fixed;
	background-size: auto;
	background-repeat: repeat;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 100%;
	color: black;
	float: middle;
}

#kop {
 background-image: linear-gradient(to left, rgba(255,0,0,0.5),rgba(255,128,0,0.5),rgba(255,255,0,0.5),rgba(0,255,0,0.5),rgba(0,0,255,0.5),rgb(75,0,130,0.5),
rgb(238,130,238,0.5)
); 
	background-repeat: no-repeat;
	background-position:center;
		-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;}
	
#midden {
	height: 400px;
 background-image: linear-gradient(to bottom, rgba(255,0,0,0.4),rgba(255,128,0,0.4),rgba(255,255,0,0.4),rgba(0,255,0,0.4),rgba(0,0,255,0.4),rgb(75,0,130,0.4),
rgb(238,130,238,0.2)
); 
background-color: rgb(255,255,255,0.4);
	background-repeat: no-repeat;
	background-position:center;
		-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	}
#midden h1 {
	color: rgba(255,255,255,1.0);
	text-shadow: 1px 1px 1px rgba(255,0,25,1.0);
	text-align:center;
}
#midden h2 {
	text-shadow: 1px 1px 1px rgba(1,69,130,1.0);
	color: rgba(30,30,30,1.0);
	text-align:center;
}
	
.img-kop {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}