@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600,700);
* {
  font-family: "Open Sans";
  text-align: center;
  color: #fff;
   margin: 0px;
  padding: 0px;
}
@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background-color: #ececec;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(56, 89, 100, 0.4);
  border: 2px solid #e3e7f0;
}

::-webkit-scrollbar-button {
  height: 0px;
  background: red;
  width: 0px;
}

::-webkit-scrollbar-corner {
  margin-top: 20px;
  background-color: #e3e7f1;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;

}
body{
  background-color: #000000;
  height: 100vh;
  flex-direction: column;
  margin:0 auto;
  display: flex;
  height: -webkit-fill-available;
}
html{
    scroll-behavior: smooth;
    height: -webkit-fill-available;
}
figure {
  margin: 0;
  position: relative;
}
video {
  width: 100%;
  max-width: 100%;
}
video::-webkit-media-controls-start-playback-button {
  display: none;
}
.navigation{
  border-bottom: 2px solid rgba(200,200,200,0.1);
}
.hero-wrapper {
  position: fixed;
  bottom: 0;
  right: 0;
  height: auto;
  width: auto;
  min-height: 100%;
  min-width: 100%;
  z-index: -9994;
}
.hero-wrapper2 {
  position: fixed;
  bottom: 0;
  right: 0;
  height: auto;
  width: auto;
  min-height: 100%;
  min-width: 100%;
  z-index: -9999;
}
.parallax-wraper {
  height: 100vh;
  overflow-y: scroll;
  width: 100%;
}
.parallax-wraper .navigation {
  background:rgba(0,0,0,0.5);
  padding:2em;
  vertical-align: middle;
  text-align: center;
}
#logoTop{
  text-align: center;
  vertical-align: middle;
  margin: auto;
  width:50%;
}
.parallax-wraper .navigation a{
	text-decoration:none;
	padding:0 10px;
	 color: #FFFFFF;
   font-size: 25px;
}
.parallax-wraper .navigation a:hover{
/* border-bottom: 2px solid orange; */
font-weight: border-left: ;
	padding:0 10px;
	 color: orange;
}
.parallax-wraper .navigation:after {
  vertical-align: middle;
  display: inline-block;
  content: '';
  height: 100%;
}
.parallax-wraper .parallax {
    background-attachment: fixed;
    background-size: 120% auto;
    font-size: 3em;
    margin: 6em 0;
    overflow: hidden;
    vertical-align: middle;
}
.parallax-wraper .parallax:after {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}
.parallax-wraper .parallax .content {

    color: white;
    display: inline-block;
    font-size: 0.5em;
    font-weight: 300;
    line-height: normal;
    max-width: 720px;
    min-width: 320px;
padding: 50px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(0,0,0,0.5);
    border: 2px solid rgba(200,200,200,0.1);
    border-radius: 5px;
}

.parallax-wraper .parallax:nth-child(4) {
  color: white;
  background-image: url("media/cnc manufacturing.png");
  background-color: rgba(255,255,255,0.1);
  border: 2px solid rgba(200,200,200,0.1);

}
.parallax-wraper .parallax:nth-child(3) {
  color: white;
  background-image: url("media/cnc example.png");
  background-color: rgba(255,255,255,0.1);
  border: 2px solid rgba(200,200,200,0.1);

}


.parallax-wraper .parallax:nth-child(6) {
  color: white;
  background-image: url("/media/emp weapon.png");
  background-color: rgba(0,0,0,0.1);
  border: 2px solid rgba(200,200,200,0.1);

}

.footer{
padding: 50px;
  text-align: center;
  vertical-align: middle;
  height:50px;
  background-color: rgba(255,255,255,0.1);
  border: 2px solid rgba(200,200,200,0.1);
  font-weight: bold;
}

.parallax-wraper .footer {
    background: rgba(0,0,0,0.5) none repeat scroll 0 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin:auto;
	color: #000;

}
.parallax-wraper .footer h3 {
    text-align: center;
    margin:auto;

}
.parallax-wraper .footer a {
  color: #000;
}

a{
  color: #FFFFFF;

}
a:hover{
  color: orange;

}
h1{
  font-size: 1.5em;
  width: auto;
}
.topnav{
  width:50%;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  color:white;

}
.topnav a{
  padding: 15px;
  height: 2em;
  margin-bottom: 5px;
  flex-direction: column;
  align-content: center;
  flex-wrap: none;
  display: inline;
  align-items: center;
  text-decoration: none;
  text-align: center;
  color:white;
  border-bottom: 1px solid rgba(0,0,0,0);
  border-bottom-width: 1%;
  width:70%;
  minimum-width:600px;
  margin: auto;
    transition: 2000ms;
}
.topnav a:hover{
  border-bottom: 1px solid orange;
    border-bottom-width: 50%;
    color:black;
  padding: 15px;
  height: 2em;
  margin-bottom: 5px;
  flex-direction: column;
  align-content: center;
  display: inline;
    text-align: center;
      minimum-width:600px;
        flex-wrap: none;
width:90%;
margin:auto;
  align-items: center;
    transition: 2000ms;

}
