@font-face {
	font-family: 'roboto';
	src: url('../fonts/roboto/roboto-thin-webfont.woff2') format('woff2'),
	     url('../fonts/roboto/roboto-thin-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'mont';
	src: url('../fonts/mont/Mont-Heavy.woff2') format('woff2'),
	     url('../fonts/mont/Mont-Heavy.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
* {
	margin: 0;
	overflow-x: hidden;
	text-decoration: none;
	/* DEFAULT TEXT COLOR (below)*/
	color: rgba(255,255,255,1.0);
}
/* ========================================================================= */
/* BACKGROUND */
#bg {
	display: block;
	position: absolute;
    width:100vw;
    height:100vh;
}
.bg_a {
	background: url(../img/bg_1.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	z-index: -3;
	filter: blur(5px);
	opacity: 75%;
}
.bg_b {
	background-color: rgba(140,157,157,1.0);
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	z-index: -3;
}
.bg_overlay {
	background: url(../img/bg_overlay_1.png);
	z-index: -2;
	background-repeat: repeat;
}
/* ========================================================================= */
/* HEADER */
.opt_h_span {
	display: none;
}
.header {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: 10vh;
	background-color: rgba(255,255,255,0.25);
	overflow: hidden;
	font-family: 'roboto';
	
}
.logo-main {
	display: inline-block;
	position: relative;
	float: left;
	width: auto;
	height: 90%;
	margin-left: 2%;
	margin-top: 1%;
	filter: opacity(100%) brightness(100);
}
.logo-name {
	/*display: none;*/
	display: inline-block;
	position: relative;
	float: left;
	line-height: 10vh;
	margin-left: 10px;
	font-size: calc(13.5px + 12 * ((100vw - 320px) / 680));
	font-weight: bold;
}
.ico-img {
	display: block;
	position: relative;
	margin: auto;
	width: auto;
	height: 50vh;
}
.menu-hamburger {
	display: inline-block;
	position: relative;
	float: right;
	width: auto;
	height: 6.5vh;
	margin-top: 2.25%;
	margin-right: 2.25%;
	padding-bottom: 2.25%;
	filter: opacity(100%) brightness(100);
	line-height: 6.5vh;
	font-size: calc(11px + 10 * ((100vw - 320px) / 680));
}
.logo-main:hover, .menu-hamburger:hover {
	/*filter: opacity(100%);*/
}
.linkbar, .menulink {
	display: none;
}
.sidenav {
	height: 100%;
	width: 0; /* 0 width - change this with JavaScript */
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	/*color: rgba(0,200,255,1.0);*/
	background-color: rgba(10,67,122,1.0);
	overflow-x: hidden;
	padding-top: 0px;
	transition: 1.00s;
	/*overflow: hidden;*/
}
.mainmenu-container {
	background-color: rgba(10,67,122,1.0);
	width: 100%;
	height: auto;
}
.mainmenu-container li, ul {
	width: 100%;
	text-align: center;
	font-size: calc(16px + 18 * ((100vw - 320px) / 680));
	margin-bottom: 3.5%;
}
.sidenav a {
	padding: 0;
	text-decoration: none;
	/*font-size: calc(20px + 18 * ((100vw - 320px) / 680));*/
	display: block;
	transition: 0.3s;
}
.sidenav li {
	/*color: rgba(0,200,255,1.0);*/
	list-style-type: none;
	margin-left: 0.0%;
}
.lispace {
	margin-top: 5vh;
	margin-bottom: 5vh;
}
.sidenav .closebtn {
	position: top;
	float: right;
	top: -0.5%;
	right: 5.0%;
	height: auto;
	font-size: calc(45px + 18 * ((100vw - 320px) / 680));
	margin-left: 50px;
	/*color: rgba(0,200,255,1.0);*/
	line-height: 8vh;
}
.slogo-main {
	display: inline-block;
	position: relative;
	float: left;
	width: auto;
	height: 7vh;
	filter: brightness(100);
	margin-top: 1.25%;
	margin-left: 1.25%;
	margin-right: 1.75%;
}
.smenu3vh {
	margin-top: 3vh;
}
.textclosebtn {
	position: relative;
	float: right;
	line-height: 9.25vh;
	font-size: calc(14px + 1 * ((100vw - 320px) / 680));
	/*color: rgba(255,255,255,1.0);*/
	margin-right: 9px;
}
.x-span {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: .125vh;
	background-color: rgba(0,200,255,0.35);
	box-shadow: 1px 1px 10px 10px rgba(0,200,255,0.065);
}
/* ========================================================================= */
/* MAIN */
.content_header_wrapper {
	display: block;
	height: auto;
	width: 100vw;
	overflow: hidden;
}
/*.content_header {
	display: inline-block;
	position: relative;
	width: 115%;
	height: 1.25vh;
	margin-top: -1%;
	margin-left: -5%;
	border-bottom: 600px solid rgba(255,255,255,1.0);
	-webkit-transform: translateY(25px) translateX(0px) rotate(1.35deg);
	overflow: hidden;
}*/
.pagename {
	text-align: center;
	font-size: calc(50px + 18 * ((100vw - 320px) / 680));
	color: rgba(0,0,0,1.0);
}
.content_wrapper {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	background-color: rgba(255,255,255,1.0);
		font-family: 'roboto';
}
.option-wrapper {
	display: block;
	background-color: rgba(255,255,255,1.0);
		font-family: 'roboto';
}
.main-splash-image {
	display: block;
	position: relative;
	float: left;
	width: 95%;
	height: auto;
	margin-left: 2.5%;
	margin-top: 2.5%;
	margin-bottom: 2.5%;
}
.options {
	display: block;
	position: relative;
	float: left;
	width: 98%;
	height: auto;
	min-height: 98vw;
	margin: 1%;
	/*background-color: rgba(20,150,200,.75);*/
	border-radius: 15px;
}
.option-ns1 {
	display: none;
	transition-duration: 0s;	
}
.option-ns2 {
	display: none;
	transition-duration: 0s;	
}
.option-title {
	display: block;
	float: left;
	width: 100%;
	height: 15vw;
	line-height: 15vw;
	text-align: center;
	background-color: rgba(0,0,0,0.0);
	color: rgba(0,0,0,1.0);
	font-size: calc(18px + 18 * ((100vw - 320px) / 680));
}
.option-img {
	display: inline-block;
	position: relative;
	float: left;
	width: 70%;
	height: auto;
	margin-top: 5%;
	margin-left: 15%;
	filter: grayscale(0%) opacity(100%);
	border-radius: 360px;
}
.option-text {
	display: block;
	position: absolute;
	bottom: 0;
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
	background-color: rgba(0,0,0,0.0);
	color: rgba(0,0,0,1.0);
	/*margin-bottom: 5vw;*/
	font-size: calc(16px + 18 * ((100vw - 320px) / 680));
}
/* ========================================================================= */
/* CONTACT FORM */
.includes-contact {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	background-color: rgba(100,100,100,0.85);
	font-family: 'roboto';
}
.contact-form {
	float: left;
	margin-top: 2%;
	margin-left: 2.5%;
	margin-bottom: 2%;
	width: 94%;
	height: 100%;
	font-size: 2.5vmax;
}
.contact-form input, .contact-form textarea {
	float: left;
	margin-bottom: 2%;
	font-size: 2.5vmax;
	color: rgba(0,0,0,1.0);
}
#Name, #Email {
	display: inline-block;
	width: 100%;
	height: 5vh;
}
#Message {
	display: inline-block;
	width: 100%;
	height: 40vh;
}
.cft {
	display: none;
}
/* ========================================================================= */
/* PROFILE PAGES */
.profilebox, .profilecontentbox {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	/*background-color: red;*/
	margin-top: 2.25%;
	font-family: 'roboto';
}
.profileimage {
	display: block;
	position: relative;
	width: 95%;
	height: auto;
	margin: auto;
}
.profilename {
	text-align: center;
	font-size: calc(50px + 18 * ((100vw - 320px) / 680));
	color: rgba(0,0,0,1.0);
}
.profilecredentials {
	font-size: calc(20px + 18 * ((100vw - 320px) / 680));
}
.profilecontentbox {
	font-size: calc(16px + 18 * ((100vw - 320px) / 680));
}
.profileleft {
	text-align: left;
	color: rgba(0,0,0,1.0);
}
.profileverbiage {
	width: 95%;
	margin-left: 2.5%;
	/*background-color: red;*/
	/*font-size: calc(12px + 18 * ((100vw - 320px) / 680));*/
	font-size: calc(18px + 18 * ((100vw - 320px) / 680));
	color: rgba(0,0,0,1.0);
}
/* ========================================================================= */
/* FOOTER */
.footer {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: rgba(10,67,122,1.0);
	font-family: 'mont';
}
.flogobox, .flinkbox {
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
	font-size: calc(10px + 18 * ((100vw - 320px) / 680));
}
.flogo {
	display: block;
	position: relative;
	width: 15%;
	margin: auto;
	filter: opacity(100%) brightness(100);
}
.flogoinfo {
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
}
.flinks {
	text-align: center;
	margin-bottom: 3.5%;
}
.ftitle {
	font-weight: bold;
	font-size: calc(12px + 18 * ((100vw - 320px) / 680));
	background-color: rgba(255,255,255,0.05);
}
.flinkspacer {
	margin-bottom: 5%;
}
.fcopyright {
	margin-bottom: 50px;
	text-align: center;
	font-weight: bold;
	font-size: calc(12px + 18 * ((100vw - 320px) / 680));
}
.fcopyrightbox {
	float: left;
	width: 100%;
	list-style-type: none;
}
/* */