/*@font-face {
	font-family: FNTAWSOME;
	src: url('../fnt/FontAwesome.otf');
}*/

body{
	margin: 0px;
	padding: 0px;
	background-image: url("../img/Water_Dist1.png");
	background-attachment: fixed;
	background-color:#c4c4c4;
}

/*Basic design*/
#container{
	max-width:100%;
	min-height:800px;
	background-color: none;
	position: relative;
	margin: 0px;
	padding: 0px;
	font-family: "Verdana", "Arial", sans-serif;
	overflow:hidden; /*Dit is zodat de footer onderaan altijd op de absolute bodem van de pagina kan staan! =D*/
	/*border-radius:30px;*/
	background-image: url("../img/Water_Dist1.png");
	background-attachment: fixed;
	background-color:#c4c4c4;
}

/*Global link style*/
a{
	text-decoration: none;
	color: white;
	display: block;
	border-radius: 50px;
	padding: 5px;
}
a:hover{
	background-color: red;
}

p>a{
	color:red;
	font-weight: bold;
}
p>a:hover{
	color:white;
	font-weight: bold;
}
.ActivePage{
	background-color: darkred;
	border-radius: 15px;
}
#MainHeader{
	z-index: 150;
	position: fixed;
	width:100%;
	min-height:100px;
	background-image: url("../img/HEADERLOOP.png");
	background-repeat: repeat-x;
	background-color: red;
}
#ImageHeaderContainer{
	margin-left: 110px;
}
#ImageHeader{
	min-width: 100px;
	max-width: 691px;
	height: 100px;
	margin: 0px auto;
	background-image: url("../img/WEBLOGO_LQ.png");
	background-size:contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: none;
}
.MainMenu{
	opacity: 0.75;
	z-index: 100;
	width: 100px;
	height: 100px;
	left: 5px;
	top: 5px;
	margin-left: 2%;
	position: fixed;
	background-image: url("../img/ws_button_menu.png");
	background-size:contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #f4d700;
	border-radius: 60px;
	box-shadow: 10px 10px 15px #000000;
}
.MainMenu:hover{
	opacity: 1;
	background-color: orange;
}
.MainMenu:hover ul.MenuButtons{
	display:block;
}
/*Submenu Navigator*/
.DropDownMenu:hover ul.MenuButtons_submenu{
	display:block;
}
.DropDownMenuACTIVE:hover ul.MenuButtons_submenu{
	display:block;
}
.DropDownMenuACTIVE{
	background-color: darkred;
	border-radius: 15px;
}
/*.DropDownMenu:hover ul.MenuButtons_submenu{
	animation-name: MyAnim;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	background-color: none;
	display:block;
}
@keyframes MyAnim {
	0% {background-color: none;}
    50% {background-color: red;}
	100% {background-color: none;}
}*/
span{
	z-index: 100;
	font-family:FNTAWSOME;
	font-size: 25px;
	text-align: center;
	float: left;
	margin-left: 15px;
	margin-top: 29px;
	/*color: white;*/
}
ul.MenuButtons{
	animation-name: MenuFadeIn;
	animation-duration: 0.5s;
	/*Safari 4.0 - 8.0*/
	-webkit-animation-name: MenuFadeIn;
	-webkit-animation-duration: 0.5s;
	opacity: 1;
	z-index: 99;
	width: 250px;
	padding: 20px;
	margin: 0px;
	position: fixed;
	top: 90px;
	left: 75px;
	font-family: "Verdana", "Arial", sans-serif; 
	font-size: 18px;
	background-color: orange;
	list-style-type: none;
	border-radius: 15px;
	overflow: hidden;
	display: none;
	box-shadow: 10px 10px 15px #000000;
}
ul.MenuButtons_submenu{
	animation-name: MenuFadeIn;
	animation-duration: 0.5s;
	/*Safari 4.0 - 8.0*/
	-webkit-animation-name: MenuFadeIn;
	-webkit-animation-duration: 0.5s;
	opacity: 1;
	z-index: 98;
	margin: 0px;
	margin-top: -25px;
	padding: 20px;
	display:none;
	position: fixed;
	list-style-type: none;
	border-radius: 15px;
	left: 170px;
	background-color: blue;
	box-shadow: 10px 10px 15px #000000;
}

@keyframes MenuFadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
/*Safari 4.0 - 8.0*/
@-webkit-keyframes MenuFadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}


#MainPage{
	top: 0px;
	margin: 0px auto;
	margin-bottom: 25px;
	margin-top: 50px;
	padding: 10px;
	position: relative;
	max-width: 1366px;
	min-height: 500px;
	border-radius: 50px;
	background-color: white;
	box-shadow: 10px 10px 15px #000000;
}
@media only screen and (max-width: 1366px){
	#MainPage{
		max-width: 1024px;
	}
}
@media only screen and (max-width: 1024px){
	#MainPage{
		max-width: 960px;
	}
}
@media only screen and (max-width: 960px){
	#MainPage{
		max-width: 500px;
	}
}
#MainPage>p>strong>a{
	color: black;
}
#MainPage>p>strong>a:hover{
	color: white;
}

/*Menu navigation buttons*/
#Navigation_Buttons{
	width: 100%;
	min-height: 50px;
	float:left;
}
#Navigation_Buttons>a{
	padding: 10px;
	width: 100px;
	height: 100px;
	float: left;
	border-radius: 360px;
}
#Navigation_Buttons>a:hover{
	background-color: red;
}
/*#NaviButton_001{
	width: 100px;
	height: 100px;
	float: left;
	border-radius: 360px;
	background-image: url("../img/Zeno_Icon.png");
	background-size:contain;
	background-position: center;
	background-repeat: no-repeat;
}*/

#NaviButton_001{
	width: 100px;
	height: 100px;
	float: left;
	border-radius: 360px;
	background-image: url("../img/ws_button_art_pg.png");
	background-size:contain;
	background-position: center;
	background-repeat: no-repeat;
}

#NaviButton_002{
	width: 100px;
	height: 100px;
	float: left;
	border-radius: 360px;
	background-image: url("../img/ws_button_art_18.png");
	background-size:contain;
	background-position: center;
	background-repeat: no-repeat;
}

#NaviButton_003{
	width: 100px;
	height: 100px;
	float: left;
	border-radius: 360px;
	background-image: url("../img/ws_button_art_EX.png");
	background-size:contain;
	background-position: center;
	background-repeat: no-repeat;
}

#NaviButton_004{
	width: 100px;
	height: 100px;
	float: left;
	border-radius: 360px;
	background-image: url("../img/ws_button_story_pg.png");
	background-size:contain;
	background-position: center;
	background-repeat: no-repeat;
}

#NaviButton_005{
	width: 100px;
	height: 100px;
	float: left;
	border-radius: 360px;
	background-image: url("../img/ws_button_story_18.png");
	background-size:contain;
	background-position: center;
	background-repeat: no-repeat;
}

#NaviButton_006{
	width: 100px;
	height: 100px;
	float: left;
	border-radius: 360px;
	background-image: url("../img/ws_button_story_EX.png");
	background-size:contain;
	background-position: center;
	background-repeat: no-repeat;
}

#NaviButton_007{
	width: 100px;
	height: 100px;
	float: left;
	border-radius: 360px;
	background-image: url("../img/ws_button_interactive.png");
	background-size:contain;
	background-position: center;
	background-repeat: no-repeat;
}

#NaviButton_008{
	width: 100px;
	height: 100px;
	float: left;
	border-radius: 360px;
	background-image: url("../img/ws_button_anim.png");
	background-size:contain;
	background-position: center;
	background-repeat: no-repeat;
}

#NaviButton_009{
	width: 100px;
	height: 100px;
	float: left;
	border-radius: 360px;
	background-image: url("../img/Zeno_Icon.png");
	background-size:contain;
	background-position: center;
	background-repeat: no-repeat;
}

#NaviButton_010{
	width: 100px;
	height: 100px;
	float: left;
	border-radius: 360px;
	background-image: url("../img/ws_button_site.png");
	background-size:contain;
	background-position: center;
	background-repeat: no-repeat;
}

#NaviButton_011{
	width: 100px;
	height: 100px;
	float: left;
	border-radius: 360px;
	background-image: url("../img/ws_button_lynx.png");
	background-size:contain;
	background-position: center;
	background-repeat: no-repeat;
}

/*Responsive Gallery*/
.Gallery_Element{
	margin: 0px;
	padding: 0px;
}
.Gallery_Element>a{
	padding: 10px;
	border-radius: 250px;
}
.Gallery_Element>a:hover{
	/*background-color:blue;*/
}
.Gallery_Element img{
	/*width: 100%;
	height: auto;*/
	width: 150px;
	margin-left: 25px;
	height: 200px;
	border-radius: 250px;
}
.Gallery_Element_Description{
	display: none;
	padding: 15px;
	height: 50px;
    text-align: center;
	background-color: white;
	color: black;
}
/*
* {
    box-sizing: border-box;
}*/
.Responsive_Gallery{
	padding: 0px;
	margin: 0px;
	margin-right: 10px;
	margin-top: 10px;
    float: left;
    /*width: 23.99999%;*/
	width: 220px;
	height: 220px;
	background-color: orange;
	border-radius: 250px;
}
/*@media only screen and (max-width: 1366px){
    .Responsive_Gallery {
        width: 24.99999%;
        margin: 6px 0;
    }
}
@media only screen and (max-width: 1024px){
    .Responsive_Gallery {
        width: 14.99999%;
    }
}*/
/*@media only screen and (max-width: 960px){
    .Responsive_Gallery {
        width: 47.99999%;
    }
}
@media only screen and (max-width: 500px){
    .Responsive_Gallery {
        width: 100%;
    }
}*/

.ClearFix:after {
    content: "";
    display: table;
    clear: both;
	margin-bottom: 15px;
}

.BulletinPoint{
	background-color: blue;
	color: white;
	border-radius: 15px;
	margin-top: -10px;
}

/*Basic Styling for common elements*/
h1{
	text-align: center;
	color: white;
	position: relative;
	background-color: red;
	border-radius: 50px;
	/*font-size: 35px;*/
}
h2{
	text-align: center;
	color: white;
	background-color: darkred;
	border-radius: 50px;
	font-size: 35px;
}
p{
	text-align: center;
}

#appendix{
	margin: 0px auto;
	padding: 0px;
	right: 0px;
	width: 255px;
	height: 50px;
	position: relative;
	background-color: none;
}
#appendix>span{
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	color: #000000;
	text-shadow: 0px 0px 3px white, 0px 0px 3px white, 0px 0px 3px white;
}
.WarningPage{
	padding-bottom:50px;
}
#WarningLabel{
	margin: 0px auto;
	margin-top: 50px;
	margin-bottom: 50px;
	max-width: 750px;
	min-height: 200px;
	padding: 15px;
	background-color: red;
	border-radius: 50px;
}
#WarningLabel>p{
	text-align: center;
	color: white;
}
.WarningChoiceButtons{
	max-width:510px;
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
	background-color: darkred;
	border-radius: 50px;
}
