@charset "UTF-8";
/*#navpoint {
	z-index: 2;
	display: block;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	opacity: 1;
	float: right;
	margin-top: -1rem;
	margin-right: 0rem;
}
*/

#navpoint {
	top: 1rem;
	right: 0.5rem;
	position: fixed;
	z-index: 2;
	display: block;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	opacity: 1;
	margin: 0px;
	padding: 0px;
	width: 3rem;
	height: 3rem;
	border-radius: 3px;
}

@media screen and (min-width: 1281px) {
#navpoint {
	right: calc(100vw /2 - 640px - 2rem);
	top: 2rem;
}
}
.menubtn  {
	transition: all 0.6s ease-in-out 0s;
/*	box-shadow: 0px 0px 5px rgba(204,204,204,0.6);
*/	margin: 0px;
	box-sizing: border-box;
	display: block;
	z-index: 2000;
	-webkit-transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
	-ms-transition: all 0.6s ease-in-out 0s;
	-o-transition: all 0.6s ease-in-out 0s;
	padding: 0px;
	text-align: center;
	background-color: rgba(175,215,235,0.5);
	box-sizing: border-box;
	border-radius: 4px;
}
.menubtn:hover{
	background-color: rgba(255,255,255,0.9);
	color: rgba(192,199,204,0.9);
	text-decoration: none;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	box-shadow: 0 0px 10px rgba(0,0,0,0.30);
	-webkit-box-shadow: 0 0px 10px rgba(0,0,0,0.30);
}
.svg-hamburger {
	width: 3rem;
	margin: 0px;
	padding: 0px;
	height: 3rem;
	vertical-align: top;
	opacity: 1;
}
a.closebtn  {
	position: absolute;
	top: 1rem;
	right: 0.5rem;
	opacity: 0;
	/*box-shadow: 1px 1px 5px rgba(204,204,204,0.6);*/
	border-radius: 0%;
	width: 3rem;
	display: block;
	height: 3rem;
	background-color: rgba(255,255,255,0.60);
	text-align: center;
	vertical-align: top;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	-webkit-transition: all 0.5s ease-in-out 0.3s;
	-moz-transition: all 0.5s ease-in-out 0.3s;
	-ms-transition: all 0.5s ease-in-out 0.3s;
	-o-transition: all 0.5s ease-in-out 0.3s;
	transition: all 0.5s ease-in-out 0.3s;
	opacity: 0.2;
	box-sizing: border-box;
	border: 0px solid #FFF;
	border-radius: 4px;
}

@media screen and (min-width: 1281px) {
a.closebtn {
	right: calc(100vw /2 - 640px - 2rem);
	top: 2rem;

}
}

a:hover.closebtn {
	background-color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	text-decoration: none!important;
	box-shadow: 0 0px 10px rgba(0,0,0,0.30);
	-webkit-box-shadow: 0 0px 10px rgba(0,0,0,0.30);
}
#sidenavbox {
	background: rgba(0,134,192,0.6);
	background-image: linear-gradient(to bottom,rgba(0,108,155,1.00), rgba(36,164,220,0.50));
	background-image: var(--bg-gradient-top);
    -webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	z-index: 5;
	-webkit-transition: all 0.7s ease-in-out 0.1s;
	-moz-transition: all 0.7s ease-in-out 0.1s;
	-ms-transition: all 0.7s ease-in-out 0.1s;
	-o-transition: all 0.7s ease-in-out 0.1s;
	transition: all 0.7s ease-in-out 0.1s;
}


.sidenav {
	height: 100%;
	width: 0%;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	overflow-x: hidden;
	transition: all 0.5s ease-in-out 0.15s;
	padding-top: 5vh;
	padding-left: 0px;
	padding-right: 0px;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;*/
	font-style: normal;
	-webkit-transition: all 0.5s ease-in-out 0.15s;
	-moz-transition: all 0.5s ease-in-out 0.15s;
	-ms-transition: all 0.5s ease-in-out 0.15s;
	-o-transition: all 0.5s ease-in-out 0.15s;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;	
}
.navbody {
	font-family: var(--font-family-light);
	width: 80vw;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 60px;
	display: block;
	max-width: 750px;
	min-width: 300px;
}
.navbody a {
	text-decoration: none;
	font-size: 1em;
	line-height: 2.4em;
	color: #FFFFFF;
	display: block;
	transition: 0.3s;
	font-weight: normal;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-style: normal;
	/*text-align: center;*/
	padding-top: 0px;
	padding-left: 1em;

}
.navbody a:hover {
	color: #FFF;
	background-color: rgba(0,26,80,0.30);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.5s;
}
.homebut {
	margin-bottom: 6px;
	height: 13px;
	width: 22px;
}

.topnav {
	text-decoration: none;
	/*font-size: 15px;*/
	line-height: 32px;
	color: #666666;
	display: block;
	transition: 0.3s;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 12px;
	font-family: "fira_sansbook", "Helvetica Neue", Helvetica, Arial, sans-serif, "Droid Sans", "Tahoma Bold";
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #FFF2AF;
	font-style: normal;
}
.navsub {
	padding-left: 12px;
}
#container {
	transition: margin-left 0.5s ease-in-out 0.25s;
	-webkit-transition: margin-left 0.5s ease-in-out 0.25s;
	-moz-transition: margin-left 0.5s ease-in-out 0.25s;
	-ms-transition: margin-left 0.5s ease-in-out 0.25s;
	-o-transition: margin-left 0.5s ease-in-out 0.25s;
}


.nav-ul {
	/*align-content: center;*/
	list-style: none;
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
	margin-top: 1.2em;
	/*text-align: center;*/
	text-indent: 0px;
	border-top: rgba(255,255,255,.50) 1px solid;
	background-color: rgba(0,0,0,0.15);

}
.nav-footer{
	font-family: var(--font-family-light);
}	

.nav-footer a {
	text-decoration: none;
	font-size: 1em;
	line-height: 2.4em;
	color: #FFFFFF;
	display: block;
	transition: 0.3s;
	font-weight: normal;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-style: normal;
	/*text-align: center;*/
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 1em;

}
.nav-footer a:hover {
	color: #FFF;
	background-color: rgba(33,59,91,1.00);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.5s;
}

.nav-ul-ul {
	/*align-content: center;*/
	list-style: none;
	list-style-position: inside;
	/*background-color: rgba(255,255,255,0.15);*/
	padding: 0px;
	margin: 0px;
	/*text-align: center;*/
	text-indent: 0px;
	border-top: rgba(255,255,255,.5) 1px solid;
}
.nav-ul-li {
	border-bottom: rgba(255,255,255,.5) 1px solid;
}
.nav-ul-ul-li {
	border-bottom: rgba(255,255,255,.5) 1px solid;
	background-color: rgba(0,0,0,0.15);
}
.last {
		border-bottom: none;

}

@media only screen and (min-width:0) and (max-width:575px){

}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {
}
}
