@charset "UTF-8";
/* CSS Document */

/* mobile view */
@media (max-width:414px){
}

.transparent-header {
  background-color: transparent;
  position: fixed;  
  top: 0;
  margin-left: 50%;
  width: inherit;  
  display: flex;
  align-items: center;  
  padding: 1em 2em;  
  z-index: 10;  
}
.transparent-header ul{
	list-style: none;
	width:inherit;
  padding: 0;
}
.transparent-header li{
  display: inline-block;
  margin-left: 1em;
}

.transparent-header nav {
  display: flex;
	justify-content:space-between;
  list-style: none; 
 flex-wrap: wrap;
}

.transparent-header nav a {
  font-family: "ocr-a-std", monospace;
  font-style: normal;
font-weight: 300;
	font-size: 12px;
	color: #fff;  
  text-decoration: none;
	 margin: 0em;
  padding: 0.5em 1em;  
  transition: all 0.3s ease-in-out;  
}

.transparent-header nav a:hover {
  color: #166070;  
}
.logo{
	width: 40px;
	margin-top: 10px;
}

body {
  margin: 0;
  padding: 0;
  font-family: ocr-a-std, monospace;
  font-style: normal;
font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: radial-gradient(#061E22,#01323B,#001F39,#001F39);
 
}

.hero{
	height: 100vh;  
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('scan.gif');
  background-size: 400px;
  background-position: center;
  
}
.hero_header{
	 width: 95%;
  max-width: 414px;
	padding-top: 20%;
	 text-align: center;
	margin-left: 10px;}
.tagline {
	color: white;
	font-family: ocr-a-std, monospace;
	font-style: normal;
font-weight: 400;
	font-size: 12px;
	text-align: center;
}

.about{
	height: 100%;
	margin-top:25%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom:5%;
}
h1{
	font-family: "ocr-a-std", monospace;
	font-style: normal;
font-weight: 400;
	color: white;
}
h2,h3{
	font-family: "ocr-a-std", monospace;
	font-style: normal;
font-weight: 400;
	color: #46C9F2;
}
.text_column, p{
font-family: "ocr-a-std", monospace;
  font-style: normal;
font-weight: 400;
	color: white;
	text-decoration: none;
}
.location {
	height: 100%;
	margin-top:5%;
	margin-left: 5%;
	margin-right: 5%;
	text-decoration: none;
}
 .contact{
	height: 100%;
	 margin-top:10%;
	margin-left: 5%;
	margin-right: 5%;
	 margin-bottom: 10%;
}
.maps {
	width: 100%;
	height: 300px;
	align-content: center;
}
.footer {
	text-align: center;
	justify-content: center;
		margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 5%;
	text-decoration: none;

	
	
}
