@charset "utf-8";
/* CSS Document 
Media Queries should usually include density as well as dimensions.
*/

body {
	background-image: url('./images/bg.jpg');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: silver;
	margin: 0;
	padding: 0;
	font-size: 2vw;
	color: #000;
	overflow-y: hidden;
	/* Hide vertical scrollbar */
	overflow-x: hidden;
	/* Hide horizontal scrollbar */
	/*	cursor:  url('images/stones.cur') , auto;   */
}


div#info,
div#menu {
	margin: auto;
	width: 80%;
	background-color: #CCC;
	/* margin-left: 100px; */
	z-index: +100;
	text-align: center;
	cursor: url(images/kop.cur), auto;
}


div#bubbelinfo {
	position: absolute;
	margin-top: 7%;
	width: 40%;
	padding-left: 2ch;
	border-radius: 10ch;
	background-color: #CCC;
	border: 1px solid #CCC;
	margin-left: 100px;

}

#beelden {
	display: none
}


div#particles {
	position: absolute;
	top: 50%;
	left: 70%;
	margin-right: 15%;
	width: 20%;
	height: 15%;
	/* margin-top:60%;  */
	background-color: transparent;
}

div#particles {
	transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	/* IE 9 */
	-webkit-transform: rotate(30deg);
	/* Safari and Chrome */
	cursor: url(images/stones.cur), auto;

}

div#spotlights {
	display: none;
	float: right;
	width: 15%;
	height: 15%;
	background-color: #CCC;
	margin-left: 10%;
	margin-top: 30%;
	padding-top: 20px;
	padding-left: 40px;
	border-radius: 105px;
}

iframe {
	/*	display: none;    */
	/* position: float;  */
	/* bottom: 20%;   */
	/* margin-left: 5%;  */
	position: absolute;
	top: 25%;
	left: 1%;
	width: 20vw;
	height: 20vw;
	border-style: none;
	overflow: hidden;
	/* Hide scrollbars maar werkt niet. */
	background-color: transparent;
}

iframe#kopje {
	position: absolute;
	top: 50%;
	left: 1%;
}

iframe#geinvogel {
	position: absolute;
	width: 40vw;
	top: 10%;
	left: 60%;
}


h3 {
	margin-left: 20%;
	color: black;
	font-weight: lighter;
	cursor: url(images/kop.cur), auto;
}

#gordijnL {
	top: 0px;
	position: absolute;
	left: 0px;
	height: 100%;
	width: 50%;
	z-index: +1;
}

h3#tekst {
	color: silver;
}

div#gordijnen {
	/*  position: absolute;
	top: 50%;    */
	margin-top: 50%;
}

#gordijnR {
	top: 0px;
	position: absolute;
	right: 0px;
	height: 100%;
	width: 50%;
	z-index: +1;
}

div#gordijn_buttons {
	top: 85%;
	position: absolute;
	left: 40%;
	width: 50%;
	height: 8%;
	z-index: +2;
	/*	background-color: #0F0;    */
}

#gordijn_buttons input[type="button"] {
	width: 20%;
	height: 80%;
	border-radius: 20%;
	color: white;
	background-color: #B43104;
	border: none;
	cursor: url(images/biglips.cur), auto;

	text-align: center;
	font-size: 2.5vw;
}

#gordijn_buttons input[type="button"]:disabled {
	cursor: not-allowed;
}

img#kopL,
img#kopR {
	top: 20%;
	position: absolute;
	z-index: 10;
	border-radius: 10vw;
	width: 40% ;
	/* 
   animation-name: ovaal;
   animation-duration: 2s;
   animation-iteration-count: infinite;
   animation-direction: alternate-reverse;      
   */
}

img#kopL {
	left: 10%;
}

img#kopR {
	right: 10%;
}

@keyframes ovaal {
	0% {
		border-radius: 10%;
	}

	50% {
		border-radius: 30%;
	}

	70% {
		border-radius: 50%;
	}

	80% {
		border-radius: 70%;
	}

	100% {
		border-radius: 100%;
	}
}

div#ani {
	width: 2vw;
	height: 2vw;
	z-index: +30;
	background-color: red;
	position: relative;

	animation-name: vierkant;
	animation-duration: 8s;
	animation-iteration-count: infinite;
	animation-direction: alternate-reverse;
}

@keyframes vierkant {
	0% {
		background-color: red;
		left: 0vw;
		top: 0vw;
	}

	25% {
		background-color: darkred;
		left: 10vw;
		top: 0vw;
	}

	50% {
		background-color: darkviolet;
		left: 10vw;
		top: 10vw;
	}

	75% {
		background-color: #B43104;
		left: 0vw;
		top: 10vw;
	}

	100% {
		background-color: red;
		left: 20vw;
		top: 0vw;
	}
}

div#view img {
	width: 100%;
	height: 100%;
}

div#view {
	width: 10vw;
	height: 5vw;
	background-color: transparent;
	position: absolute;
	bottom: 15px;
	left: 20%;
	z-index: +30;
	animation-name: oog;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-direction: alternate-reverse;
}

@keyframes oog {
	0% {
		left: 20%;
	}

	/*	25%  { left: 40%; }   */
	50% {
		left: 50%;
	}

	/*	75%  { left: 60%; } */
	100% {
		left: 80%;
	}
}

.unselectable {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div#footer {
	position: absolute;
	bottom: 0%;
	width: 100%;
	color: antiquewhite;
	display: inline;
}
a {
  color:bisque;	
  padding-left: 10% ;
}
a:hover{
	background-color:#090;
}