	Header{
		position:fixed;
		top:0px;
		left:0px;
		padding:0px;
		border:0px;
		margin:0px;
		background-color:#095d57;
		width:100vw;
		height:12vh;
	}

	#KGHHEAD{
		border:0px;
		padding:0px;
		margin:0px;
		position: fixed;
		left:5px;
		top:0px;
		max-width:75vw;
		height:12vh;
	}

	#KGHLOGO{
		border:0px;
		padding:0px;
		margin:0px;
		max-height:12vh;
		right:2px;
		top:0px;
		position: fixed;
	}


		body {
			border:0px;
			padding:0px;
			margin:0px;
			position:fixed;
			color:#404041;
			font-size:2vh;
			background-image: url("../Backgroundwide.jpg");
			background-repeat: no-repeat;
			background-size: cover;
		}

		.text{
			border:0px;
			padding:2vh;
			margin:0px;
			position:relative;
			left:25vw;
			max-height:25vh;
			max-width:66vw;
			
		}

		#opslogopic{
			border:0px;
			padding:0px;
			margin:0px;
			position:fixed;
			top:14vh;
			left:5vw;
			height:20vh;
			max-width:23vw;
			max-height:23vw;
		}

		#treslogopic{
			border:0px;
			padding:0px;
			margin:0px;
			position:fixed;
			top:43vh;
			left:5vw;
			height:20vh;
			max-width:23vw;
			max-height:23vw;
		}

		#tdevlogopic{
			border:0px;
			padding:0px;
			margin:0px;
			position:fixed;
			top:72vh;
			left:5vw;
			height:20vh;
			max-width:23vw;
			max-height:23vw;
		}

	
	footer{
		position:fixed;
		padding:0px;
		border:0px;
		margin:0px;
		bottom:0px;
		height:3vh;
		font-family:"Palatino Linotype","Arial";
		width:100vw;
		color:#ceb57b;
		background-color:#095d57;
	}

	h1{
		border:0px;
		padding:0px;
		margin:0px;
		font-family:"Palatino Linotype","Arial";
		color:#404041;
	}

	h2{
		border:0px;
		padding:0px;
		margin:0px;
		color::#404041;
		font-family:"Palatino Linotype","Arial";
	}


	a:link 	{
		border:0px;
		padding:0px;
		margin:0px;
		color:#404041;
		text-decoration:underline;
	}

	a:visited {
		border:0px;
		padding:0px;
		margin:0px;
		color:#404041;
		text-decoration:underline;
	}

	a:hover{
		border:0px;
		padding:0px;
		margin:0px;
		color:#095d57;
	}

	.greenline1{
		border:0px;
		padding:0px;
		margin:0px;
		height: 2vh;
		width:100vw;
		background: rgba(0, 93, 88, 1);
		position:fixed;
		top:39vh;
	}

	.greenline2{
		border:0px;
		padding:0px;
		margin:0px;
		height: 2vh;
		width:100vw;
		background: rgba(0, 93, 88, 1);
		position:fixed;
		top:68vh;
	}

	.opstext{
		border:0px;
		padding:0px;
		margin:0px;
		position:fixed;
		top:12vh;
		height:27vh;
		width:100vw;
		background: rgba(206, 181, 123, 0.7)
	}

	.trestext{
		border:0px;
		padding:0px;
		margin:0px;
		position:fixed;
		top:41vh;
		height:27vh;
		width:100vw;
		background: rgba(206, 181, 123, 0.7)
	}

	.tdevtext{
		border:0px;
		padding:0px;
		margin:0px;
		position:fixed;
		top:70vh;	
		height:27vh;
		width:100vw;
		background: rgba(206, 181, 123, 0.7)
	}

@media (max-width:1100px) {
	
	Header{
		position:fixed;
		top:0px;
		left:0px;
		padding:0px;
		border:0px;
		margin:0px;
		background-color:#095d57;
		width:100vw;
		height:12vh;
	}

	#KGHHEAD{
		border:0px;
		padding:0px;
		margin:0px;
		position: fixed;
		left:5px;
		top:0px;
		max-width:75vw;
		max-height:12vh;
	}

	#KGHLOGO{
		border:0px;
		padding:0px;
		margin:0px;
		max-height:12vh;
		right:2px;
		top:0px;
		position: fixed;
	}


		body {
			border:0px;
			padding:0px;
			margin:0px;
			position:fixed;
			background-color:#ceb57b;
			color:#404041;
			font-size:1.4vh;
			background-image: url("../Backgroundlong.jpg");
			background-repeat: no-repeat;
			background-size: 100vh;
		}

		.text{
			border:0px;
			padding:2vh;
			margin:0px;
			position:relative;
			left:26vw;
			max-height:27vh;
			max-width:69vw;
		}

		#opslogopic{
			border:0px;
			padding:0px;
			margin:0px;
			position:fixed;
			top:14vh;
			left:2vw;
			height:20vh;
			max-width:23vw;
			max-height:23vw;
		}

		#treslogopic{
			border:0px;
			padding:0px;
			margin:0px;
			position:fixed;
			top:43vh;
			left:2vw;
			height:20vh;
			max-width:23vw;
			max-height:23vw;
		}

		#tdevlogopic{
			border:0px;
			padding:0px;
			margin:0px;
			position:fixed;
			top:72vh;
			left:2vw;
			height:20vh;
			max-width:23vw;
			max-height:23vw;
		}

	
	footer{
		position:fixed;
		padding:0px;
		border:0px;
		margin:0px;
		bottom:0px;
		height:3vh;
		font-family:"Palatino Linotype","Arial";
		font-size:1vh;
		width:100vw;
		color:#ceb57b;
		background-color:#095d57;
	}

	h1{
		border:0px;
		padding:0px;
		margin:0px;
		font-family:"Palatino Linotype","Arial";
		color:#404041;
	}

	h2{
		border:0px;
		padding:0px;
		margin:0px;
		color::#404041;
		font-family:"Palatino Linotype","Arial";
	}


	a:link 	{
		border:0px;
		padding:0px;
		margin:0px;
		color:#404041;
		text-decoration:underline;
	}

	a:visited {
		border:0px;
		padding:0px;
		margin:0px;
		color:#404041;
		text-decoration:underline;
	}

	a:hover{
		border:0px;
		padding:0px;
		margin:0px;
		color:#095d57;
	}

	.greenline1{
		border:0px;
		padding:0px;
		margin:0px;
		height: 2vh;
		width:100vw;
		background: rgba(0, 93, 88, 1);
		position:fixed;
		top:39vh;
	}

	.greenline2{
		border:0px;
		padding:0px;
		margin:0px;
		height: 2vh;
		width:100vw;
		background: rgba(0, 93, 88, 1);
		position:fixed;
		top:68vh;
	}

	.opstext{
		border:0px;
		padding:0px;
		margin:0px;
		position:fixed;
		top:12vh;
		height:27vh;
		width:100vw;
		background: rgba(206, 181, 123, 0.7)
	}

	.trestext{
		border:0px;
		padding:0px;
		margin:0px;
		position:fixed;
		top:41vh;
		height:27vh;
		width:100vw;
		background: rgba(206, 181, 123, 0.7)
	}

	.tdevtext{
		border:0px;
		padding:0px;
		margin:0px;
		position:fixed;
		top:70vh;	
		height:27vh;
		width:100vw;
		background: rgba(206, 181, 123, 0.7)
	}
}