@font-face {
	font-family: 'hur';
	src: url('fonts/ProximaNova-Regular.otf') format('opentype');
}
@font-face {
	font-family: 'prox';
	src: url('fonts/ProximaNova-Regular.otf') format('opentype');
}


body {
	margin: 0px;
	padding: 0px;
	font-family: hur;
	font-size: 14pt;
	overflow-x: hidden;
}

a {
	color: #00c1d4;
	text-decoration: none;
	text-shadow: 1px 1px 0px #111111;
	font-style: italic;
}

a:visited {
	color: #8da5d9;
	font-style: italic;
}

a:hover {
	color: #8da5d9;
	border-bottom: 1px solid #8da5d9;
}

a.nav_links {
	font-family: hur;
	font-size: 12pt;
	color: #c5e9fb;
	text-decoration: none;
	font-style: normal;
	padding-bottom: 4px;
}

a.nav_links:hover {
	color: #03b3c3;
	border-bottom: 2px solid #03b3c3;
}

a.nav_links2 {
	font-family: hur;
	font-size: 20pt;
	color: #c5e9fb;
	text-decoration: none;
	font-style: normal;
	padding-left: 22px;
	transition: .5s;
}

a.nav_links2:hover {
	color: #03b3c3;
	border-left: 4px solid #03b3c3;
	border-bottom: 0px;
	padding-left: 40px;
	text-decoration: none;
	transition: .5s;
}

a.logo_link:hover {
	text-decoration: none;
	border-bottom: 0px;
}

a.subnav_links {
	font-style: normal;
	text-shadow: none;
}

.header {
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0px;
	padding: 10px;
	z-index: 9999;
	background-color: #454545;
}

.header_logo {
	width: 180px;
	height: 80px;
	float: left;
	margin-top: -19px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
	text-align: center;
	border: solid 1px #454545;
	border-radius: 0px 0px 5px 5px;
	background-color: white;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(69,69,69,0.85);
	-moz-box-shadow: 0px 0px 3px 0px rgba(69,69,69,0.85);
	box-shadow: 0px 0px 3px 0px rgba(69,69,69,0.85);
	position: fixed;
	left: 60px;
	z-index: 10000;
}

.header_tagnav {
	float: center;
	//border: 1px solid pink;
	margin-left: -20px;
	white-space: nowrap;
	margin-left: 250px;
	text-shadow: 1px 1px 2px black;
}

.header_tag {
	padding-bottom: 10px;
	padding-top: -10px;
	text-align: left;
	padding-left: 30px;
	font-family: georgia;
	font-size: 18pt;
	letter-spacing: 2px;
	color: #ffff66;
	white-space: nowrap;
	text-shadow: 1px 1px 2px black;
}

.info_strip {
	margin: 0px;
	color: #00aff1;
	clear: both;
	background-color: white; 
	letter-spacing: 1px;
	height: 22px; 
	font-family: hur; 
	font-size: 11pt; 
	white-space: nowrap; 
	text-align: center;
	//text-shadow: 1px 1px 1px #454545;
	width: 100%;
	padding-top: 84px;
	position: fixed;
	top: 0px;
	padding-bottom: 0px;
	z-index: 9990;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(173,171,173,0.85);
	-moz-box-shadow: 0px 2px 2px 0px rgba(173,171,173,0.85);
	box-shadow: 0px 2px 2px 0px rgba(173,171,173,0.85);
	border-bottom: #454545 1px solid;
}

.section_text {
	font-family: prox;
	font-weight: bold;
	font-size: 24pt;
	letter-spacing: 2px;
	color: #00aff1;
	text-shadow: 1px 1px 2px black;
	padding-bottom: 10px;
	margin-left: -10px;
	transition: .5s;
}

.header_nav {
	float: right;
	text-align: right;
	padding-bottom: 5px;
	padding-right: 10px;
	display: block;
}

.top_padding {
	height: 250px;
	//border: 1px solid orange;
	background-image: url('images/building.jpg');
	background-position: left bottom;
	background-size: cover;
}

.outter_container {
	width: 100%;
	overflow-x: hidden;
	padding-top: 30px;
	padding-bottom: 30px;
	//border: 1px solid orange;
}

.inner_container {
	max-width: 800px;
	//width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-family: hur;
	font-size: 14pt;
	padding: 20px;
	padding-bottom: 30px;
	padding-right: 10px;
}

.white_shadow {
	text-shadow: 1px 1px 0px white;
}

.black_shadow {
	text-shadow: 2px 2px 2px black, -2px -2px 2px black, 2px -2px 2px black, -2px 2px 2px black;
}

input, textarea {
	border-color: #03afef;
	padding: 5px;
	border-radius: 5px;
	width: 250px;
}

#form_questions {
	display: none;
}

.button {
	background-color: #03afef;
	color: white;
	font-family: hur;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	text-shadow: -1px -1px 0px gray;
	letter-spacing: 1px;
}

.sent_status {
	border: 1px dashed #197b30;
	background-color: #bfffce;
	padding: 10px;
	text-align: center;
	text-shadow: 1px 1px 0 white;
	margin: 20px;
}

.subnav {
	background-color: white; 
	border: 1px solid black; 
	padding: 10px; 
	padding-top: 30px;
	float: right; 
	position: fixed; 
	right: 10px; 
	//top: 85px;
	top: -150px;
	//margin-top: -80px; 
	font-size: 12pt;
	transition: 2s;
}

.testimonials {
	border: 1px dashed #197b30;
	background-color: #bfffce;
	padding: 20px;
	text-align: center;
	text-shadow: 1px 1px 0 white;
	margin: 20px;
	float: right;
	font-size: 12pt;
}

.testimonial_name {
	font-size: 11pt;
	font-style: italic;
	text-shadow: none;
	padding-top: 10px;
}

.exec_text {
	color: #00c1d4;
	text-decoration: none;
	text-shadow: 1px 1px 0px #111111;
	font-size: 22pt;
	font-style: normal;
}

.profile_images {
	width: 200px;
	float: right; 
	margin-bottom: 20px; 
	margin-left: 20px;
	border: 1px solid #666666;
	-webkit-box-shadow: 4px 4px 3px 0px rgba(69,69,69,0.65);
	-moz-box-shadow: 4px 4px 3px 0px rgba(69,69,69,0.65);
	box-shadow: 4px 4px 3px 0px rgba(69,69,69,0.65);
}

.nav_container {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
}

#nav_slider {
	position: relative;
	background-color: rgba(0, 0, 0, 0.9);
	height: 100vh;
	line-height: 48px;
	padding-top: 120px;
	//padding-left: 30px;
	//padding-bottom: 30px;
	float: left;
	overflow: hidden;
}

.hamburger_container {
	display: none;
}

.bigpic {
	width: 110%;
}

.servicepic {
	margin-left: -50px;
}

.productpic {
	margin-left: -30px; 
}

@media (max-width: 750px) {
	.header_tag {
		font-size: 14pt;
	}

	.productpic {
		margin-left: 0px;
	}

	.servicepic {
		margin-left: 0px;
	}

	.bigpic {
		width: 100%;
		margin-left: 0px;
		padding: 0px;
	}

	.hamburger_container {
		display: block;
		transition: .5s;
	}

	.mission_tag {
		width: 45%;
	}
	
	.header_nav {
		display: none;
		transition: .5s;
	}
	
	.section_text {
		margin-left: 0px;
		transition: .5s;
	}
	
	.header_tag2 {
		white-space: normal;
		height: 52px;
		overflow: hidden;
	}
	
	.inner_container {
	}
}

/*  Nav Menu to X Animation */
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  //border: 1px white solid;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 22px;
  left: 11px;
  right: 11px;
  height: 3px;
  background: white;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: "";
}

.c-hamburger span::before {
  top: -10px;
}

.c-hamburger span::after {
  bottom: -10px;
}

.c-hamburger--htx {
  background-color: rgba(0,0,0,0.0);
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  //background-color: #cb0032;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}
