@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
}


.frontpage {
	background: url(sunset.jpg) no-repeat center center fixed;
	background-size:cover;
	margin:0;
	padding:0;
	width:100%;
	height:90vh;
	overflow:hidden;
}

/* Homepage */
 
/* CSS divs */
/* Generated by DevTools */

#CentralDescription{
	width:1000px;
	color:#ffffff;
	margin:auto;
	padding-top:25vh;
	position:relative;
	text-align:center;
	font-size:1.6vw;
	font-weight:500;
}
.cypher{
	height:10vh;
	width:10vh;
	float:left;
	margin:0 0.5vw;
}

.cypher img{
	width:100%;
	object-fit:contain;
}

.main_menu{
	width:100%;
	height:10vh;
	background-color:#000;
	top:0!important;
	margin-bottom:0;
	position:relative;
	z-index:15;
}
.menu_item{
	margin:0 2.5vw;
	float:left;
	color:#fff;
	font-size:1.3vw;
	padding-top:3vh;
}

.menu_item a:link{text-decoration:none; color:#fff;}
.menu_item a:hover{text-decoration:underline; font-weight:bold; color:#fff;}
.menu_item a:active{text-decoration:underline; font-weight:bold; color:#fff;}
.menu_item a:visited{text-decoration:none; color:#fff;}

/* coat of arms */

.arms_mainbg{
	width:100%;
}

.arms_content{
	position:relative;
	width:80vw;
	margin:0 auto;
	z-index:10;
	top:0;
	overflow-y:scroll;
}
.arms_title{
	color:#fff;
	font-size:4vw;
	text-align:center;
	margin:1vh 0;
}
.arms_paragraph{
	color:#fff;
	font-size:1.2vw;
	width:100%;
	margin:2vh 0;
}

.arms_image{
	width:100%;
	margin:2vh 0 10vh 0;
}

.icenter{
	display:block;
	width:680px;
	margin-left:auto;
	margin-right:auto;
}

.tcenter{text-align:center;}
.tleft{text-align:left;}

#backgroundVideo {
	position:fixed;
	top:0;
	left:0;
	min-width:100%;
	min-height: 100%;
	z-index:1;
}
