

body {
	margin:auto;
	padding:0;

}



article {
    
    display: grid;
    
	grid-template-columns: 100%;
	margin:0;
	padding:0;
		
}

h2 {
	font-family: Lato;
	color: #f2f2f2;
	text-align: center;
	font-size: 50px;
	 }

h4 {
	font-family: Lato;
	color: #f2f2f2;
	font-size: 30px;
}



.logo{float:left; width:0%; margin:20px 40px 20px 100px; margin-bottom:0px; background:#fff; position:relative; z-index:100;}
.logo img {width: 300px; height: auto;}
.header{width:100%;  background-color:#fff;}

.header-right{ float:right; text-align:right; width:75%; padding:50px 0; align-items: center;}
.header-statement{ float:right; text-align:right;}
.infobox{width:300px; display:inline-block; padding:20px; margin:0; text-align:center; color:#262626; font-size:14px; font-family: Arimo;}
.infobox:first-child {width:200px; border-right:solid 1px #e0e0e0}
.infobox:nth-of-type(2n){ width:300px; line-height:20px;}
.infobox:nth-of-type(3n){width:300px; align-items: center; border-left: solid 1px #e0e0e0;}
.infobox:nth-of-type(4n){width:260px; align-items: center; border-left: solid 1px #e0e0e0;}
.infobox a{ color:#262626;}
.infobox h6{ font-family:Arimo; font-style:italic; font-size:20px; font-weight:black; margin:0;}
.infobox h5{font-family: Lato; font-size:18px; font-weight:600; margin:0; line-height:18px;}
.infobox span b{ display:block; text-align:left; font-weight:400; font-size:15px; }
.infobox i{ float:left; margin:5px 5px 0 0; line-height:10px; text-align:center; font-size:30px; color:#666;}

.toolbar {position: fixed; bottom:0; width:100vw; height:60px; text-align:center; background: linear-gradient(180deg, #0754cf 7%, #053580 100%); letter-spacing:30px; padding-left:15px; z-index:999;}
.toolbar i{font-size:33px; color: white; padding:13px; }
.toolbar i:hover {color: #81d742;}
.topnavspace {margin-top: 50px;background-color: #232526;}



.topnav {
	overflow: hidden;
	ackground-color: #053580;
	ackground: linear-gradient(180deg, #0754cf 7%, #053580 100%);
	position: fixed;
	font-family: Arimo;
	font-style: italic;
	font-weight:bold;
	width: 100vw;
	top: 0;
	z-index: 1000;
	
	
  }
  
.topnav p {
	color: white;
	text-decoration: none;
	font-size: 1rem;
	display: block;
	text-align: center;
	margin:7px 42px 0 0;
	font-family:Lato;
	
	
	
  }
  
  strong {
      font-size:1.2rem;
  }
  
  /* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
	display: none;
	
	
  }
 
#myLinks a {
    background-color: rgba(35, 37, 38, .9);
    font-size: 2rem;
}  
  

  
  /* Style navigation menu links */
.topnav a {
	color: #81d742;
	background-color: #232526;
	font-weight: normal;
	padding: .5rem 1rem 0 1rem;
	text-decoration: none;
	
	display: block;
	text-align: center;
}
  
  /* Style the hamburger menu */
.topnav a.icon {
	background: linear-gradient(180deg, #0754cf 7%, #053580 100%);
	font-size: 2rem;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	
}

a.icon {
   padding: .5rem 1rem .6rem 1rem; 
}


  
  /* Add a grey background color on mouse-over */
.topnav a:hover {
	background-color: #ddd;
	color: #81d742;
}
  
  /* Style the active link (or home/logo) */
.active2 {
	background: linear-gradient(180deg, #0754cf 7%, #053580 100%);
	color: white;
	text-align: center;
	

}
  
  
.moblogo {
	 text-align: center;
	 color:#ffffff;
}
	 
  
.moblogo img{width:100vw;}

.moblogo1 {
	 text-align: center;
	 color:#ffffff;
	 border-radius:0;
}
	 
  
.moblogo1 img{width:100vw;}
  
.moblogo2 {
	 text-align: center;
	 padding: 1rem;
	 background-color:#fff;
} 

.moblogo2 img {
	  width: 50%;
	  height: auto;
}



.text {
	color: #f2f2f2;
	font-family: Arimo;
	font-weight: bold;
	font-style: italic;
	font-size: 6rem;
	position: absolute;
	top: 35rem;
	width: 100%;
	text-align: center;
	background-color: rgba(0,0,0,0.0);
}

.text p {
	  color: #eeee22;
	  font-size: 2rem;
	  margin: 1rem 2rem 2rem 2rem;
	  font-weight: bold;
}
  

.navbar {
	background: linear-gradient(180deg, #0754cf 7%, #053580 100%);
	overflow: hidden;
	position: relative;
	width: 100%;
	font-family: Arimo;
	font-weight:bold;
	letter-spacing:1px;
    height: 60px;
    z-index: 100;
    border-bottom: 5px solid #053580;
}
  
.navbar ul {
	display: grid;
	grid-gap: 0px;
	padding: 0px;
	list-style: none;
	grid-template-columns: repeat(5, 1fr);
	margin-left: 5%;
	margin-right: 5%;
	line-height: 30px;
}
  
  /* Style the links inside the navigation bar */
.navbar a {
	float: none;
	display: block;
	color: #f2f2f2;
	text-align: center;
	text-decoration: none;
	font-size: 17px;
	
}
  
  /* Change the color of links on hover */
.navbar a:hover {
	color: #81d742;
}
  
  /* Add a color to the active/current link */
.navbar a.active {
	color: #81d742;
}



.mobilevideo{
    position: relative;
    overflow:hidden;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	width: 100%;
	background:url(../images/EM1080black.png) center center no-repeat;
	background-size: contain;
 
}

#mtube {
	left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
	
}



.container{
    position: relative;
    overflow:hidden;
	padding-bottom: 33.95%; /* 16:9 */
	height: 0;
	width: 100%;
	background:url(../images/EM650black.png) center center no-repeat;
	background-size: contain;
}


#tube {
	left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.services {
    background-color: rgb(32, 32, 32);
    background-image: linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(to bottom, rgb(8, 8, 8), rgb(32, 32, 32));
    background-size: 10px 10px, 10px 10px, 10px 5px;
    background-position: 0px 0px, 5px 5px, 0px 0px;
  
}
	

.section_title{
	color: #81d742;
	padding: 50px 0px 40px 0px;
	font-size: 60px;
	font-family: Arimo;
	font-weight: bold;
	ext-shadow: 1px 1px 1px black;

}

.section_title p{
	color: #fff;
	padding: 0px 0px 50px 0px;
	font-size: 20px;
	font-family: Arimo;
}

.mobilestatement {
    text-align:center;
    padding:0 0 1rem 0;

}

.mobilestatement h3 {
    text-align:center;
    font-family: Arimo;
    font-style:italic;
    font-weight:bold;
    color: #000;
    margin: 0 5% 0 5%;
    padding:2rem 0 2rem 0;
    font-size:28px;
}

.mobilestatement p {
    text-align:center;
    font-family: Arimo;
    font-style:italic;
    font-weight:bold;
    color: #000;
    margin: 0 5% 0 5%;
    padding:2rem 0 2rem 0;
    font-size:20px;
}



.mobilestatement ul li {
    text-align: left;
    font-family: Arimo;
    font-style:italic;
    font-weight:bold;
    color: #000;
    list-style: inside;
    list-style-type: square;
    margin:1vw 0 1vw 40vw;
    font-size:20px;
}



.mobilestatement2 {
    text-align:center;
    font-size:30px;
    font-family: Arimo;
    font-style:italic;
    font-weight:bold;
    color: #fff;
    background-color:#000;
    margin:auto;
    padding:50px;

}




/* Clear floats after the columns */
.row:after {
	padding-top: 10%;
	display: grid;
	
}

.pcolumn {
    display: none;
    float: left;
	width: 33.33%;
	ackground-color: #232526;
	color: #81d742;
	font-family: Lato;
	text-align: center;
	padding: 5rem 0rem 5rem 0rem;
	background-color: rgb(32, 32, 32);
    background-image: linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(to bottom, rgb(8, 8, 8), rgb(32, 32, 32));
    background-size: 10px 10px, 10px 10px, 10px 5px;
    background-position: 0px 0px, 5px 5px, 0px 0px;

}

.pcolumn p {
	color: #eeee22;
}

.pcolumn h1 {
	
	font-size:1.5em;
}

.pcolumn img{
	width: 450px;
	height: 300px;
	ox-shadow: 3px 3px 3px black;

}

.about {
    overflow: hidden;
	max-height: 500px;
	
}


.about-info p {
	font-size: 24px;
	font-family: Lato;
	margin: 5rem 0 5rem 0;
	padding: 0 20%;
	text-align:justify;
}


.about-info h1 {
	margin: 3rem 7rem 2rem 7rem;
	font-family: Arimo;
	font-style: italic;
	text-align:center;
	font-size: 50px;
	
}

.about-info {
	background-color: #f2f2f2!important;
	

}
.about-info2 {

	font-family: Lato;
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: #fffdaf;
	background-color: #232526;
	text-align:center;

}
.about-info2 p {
	font-size: 15px;
	margin: 2rem 0 2rem 0;
	padding:0 20%;
}



.OQ img{
    max-width: 300px;
    padding: 0;
}

.column {
    float: left;
	width: 33.33%;
	color: #81d742;
	font-family: Lato;
	text-align: center;

}
  
.column img {
	  max-width: 450px;
	  margin: auto;
}


.servtext {
    padding:0;
    margin:0;
}


.column p{
	color: #EEEE22;
	margin-left: 4rem;
	margin-right: 4rem;
	padding-bottom: .5rem;
	font-size: 1.4rem;
	
	

}



.column h1 {
	font-size: 2rem;
	color: #fff;
	font-family: Arimo;
	ont-style: italic;
	 -webkit-text-stroke: 1px #0754cf;
	ext-shadow: 0px 0px 10px #0754cf,0px 0px 10px #0754cf,0px 0px 10px #0754cf;
}


.column2 {
    float: left;
	width: 33.33%;
	color: #eeee22;
	font-family: Lato;
	text-align: center;
    padding-bottom: 35px;
 }
  
  .column2 img {
	  max-width: 450px;
	  margin: auto;
}


.column2 h1 {
	font-size: 1.5rem;
	color: #81d742;
	text-align:center;
	
}

.copyright{
	color: #81d742;
	background-color: black;
	font-family: Lato;
	line-height: 60px;
	text-align: center;
	
}

.copyright a {
	text-decoration: none;
	color: #c1c0c0;
}


.contact-container {
	background-color: #f2f2f2;
	
}
.contact-container h2 {
	background-color: #f2f2f2;
	font-family: Arimo;
	font-style: italic;
	color: #000;
	text-align:center;
	font-size: 50px;
}
  
.contact-container p {
      font-size: 32px;
      padding:2rem 4rem 2rem 4rem;
      font-family:Lato;
	  color: #000;
	  text-align:center;
}

.contact-container a {
      text-align: center;
      font-family:Lato;
	  color: #053580;
	  font-size:20px;
	 
	  
}
.contact-link {
    text-align:center;
}


  /* Create two columns that float next to eachother */
.contact-column {
	float: left;
	width: 42%;
	padding-top: 4rem;
	padding-left: 4rem;
}
  
.form-submit-button {
    background:linear-gradient(180deg, #0754cf 7%, #053580 100%);
}

.contact-row:after {
	content: "";
	display: table;
	clear: both;
}
  
#goomap {padding: 3rem 3rem; width: 100%;}


/* Portfolio */
.portfolio {
	display: grid;
	grid-gap: 45px;
	grid-template-columns: repeat(4, 1fr);
	padding: 5rem 5rem 5rem 5rem;
	ackground-color: #232526;
	background-color: rgb(32, 32, 32);
    background-image: linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(to bottom, rgb(8, 8, 8), rgb(32, 32, 32));
    background-size: 10px 10px, 10px 10px, 10px 5px;
    background-position: 0px 0px, 5px 5px, 0px 0px;
    
}
  
.portfolio img {
	width: 100%;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
  
.samples {
	  font-family: Lato;
	  font-size: 40px;
	  color: #81d742;
	  ackground-color: #232526;
	  text-align: center;
	  padding: 3rem 0rem 0rem 0rem;
	  background-color: rgb(32, 32, 32);
        background-image: linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(to bottom, rgb(8, 8, 8), rgb(32, 32, 32));
        background-size: 10px 10px, 10px 10px, 10px 5px;
        background-position: 0px 0px, 5px 5px, 0px 0px;
  }
 
.infowrapper {
	ackground-color: #232526;
	padding: 1rem 1rem 1rem 1rem;
	background-color: rgb(32, 32, 32);
    background-image: linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(to bottom, rgb(8, 8, 8), rgb(32, 32, 32));
    background-size: 10px 10px, 10px 10px, 10px 5px;
    background-position: 0px 0px, 5px 5px, 0px 0px;
	
}


.info{
	border-radius: 33px;
	padding: 1rem 1rem 1rem 1rem;
	background-color: white;
}


.info h2{
	color: #053580;
	font-family: Arimo;
	font-weight:bold;
    font-style:italic;
    text-shadow: 2px 2px 2px gray;
   
}

.info p{
	color: #053580;
	font-weight: bolder;
	font-size: 30px;
	font-family: Lato;
	margin: 5rem 5rem 5rem 5rem;
	text-align: center;
}

.copy {font-size: 12px;}


.spacer {height: 2rem;}
.spacer {padding:100px;}
.spacer2 {height: 75px; padding:2rem 0 2rem 0; bottom:30px;}
.spacer3 {height: .5rem;}


	
.swiper-container {
	 
	  width:100%;
	  height:100%;
	  max-width:450px;
    
      margin-left: auto;
      margin-right: auto;
}

.swiper-slide {
      text-align: center;
      font-size: 1px;
      background: #fff;
      

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}
	
.swiper-container img{width:100vw;}


#myBtn {
	
	cursor:pointer;
	font-family:Arimo;
	color: #053580;
	font-weight:bold;
	
}


#more {padding: 0 !important;}
#more p {margin:0 32% 2% 32%; font-size:16px;line-height:24px;}




@media (max-width: 1906px){
.column p{
	color: #fffdaf;
	margin-left: 3.3rem;
	margin-right: 3.3rem;
	padding-bottom: .5rem;
	font-size: 1.4rem;
	

    }
}

@media (max-width: 1863px) {
    
    .logo { margin:20px 40px 20px 20px;}
    .header-right{width:85%; padding:50px 0;}
    .mobilestatement ul li {margin:1vw 0 1vw 39vw;}
}

@media (max-width: 1854px) { 
    #more p {margin:0 22% 2% 22%;}
}



@media (max-width: 1587px) {
    
    .infobox i{ font-size:25px;}
    .infobox h5{ font-size:15px;}
    .infobox h6{ font-size:16px;}
    .infobox:first-child {width:175px;}
    .infobox:nth-of-type(2n){ width:250px;}
    .infobox:nth-of-type(3n){width:250px;}
    .infobox:nth-of-type(4n){width:210px;}
    .mobilestatement ul li {margin:1vw 0 1vw 37vw;}
    
}


@media (max-width: 1575px) {
	.about-info p {
		font-size: 24px;
		
		
	}
	.about-info h1 {
		margin: 4rem 4rem 2rem 4rem;
		font-family: Arimo;
		font-style: italic;
	}

}




@media (max-width: 1500px) { 

	.column {width: 50%;}
	.column2 {width: 50%;}
	#comingsoon {display:none;}
	
}



@media (max-width: 1400px){
    .infobox:nth-of-type(3n){display:none;}
}

@media (max-width: 1384px) {
	.pcolumn img{
		width: 300px;
		height: 200px;
		}

	.info p{
	font-size: 25px;
	margin: 1rem 1rem 1rem 1rem;
	padding-bottom:1rem;
	
	

 
  }
}



@media (max-width: 1283px) {
	.logo { margin:20px 40px 20px 20px;}
	.header-right { width: 75%; }
	.mobilestatement ul li {margin:1vw 0 1vw 34vw;}
}

@media (max-width: 1270px) {
	.header-statement h3 {
		font-size: .4rem;
}
	.about-info p {
		font-size: 20px;
			
			}
	.about-info h1 {
			margin: 4rem 2rem 2rem 2rem;
			font-family: Arimo;
			font-style: italic;
	}
	#more p {margin:0 10% 2% 10%;}
	
	.about-info p {padding: 0 5%;}
	.about-info2 p {padding:0 5%;}

}


@media (max-width: 1172px) {
	 .column {width: 100%;}   
}


@media (max-width: 1100px) {
	.infobox:nth-of-type(4n) {display: none;}
	.mobilestatement ul li {margin:1vw 0 1vw 30vw;}
}

@media (max-width: 1032px) { 
    
	.column2 {width: 100%;}
	.pcolumn {width: 100%; padding: 1rem 0rem 1rem 0rem;}
	.pcolumn img{width: 450px; height: 300px;}
	.mobilestatement p {font-size:16px;}
	.mobilestatement h3 {font-size:19px; padding:2rem 0 0 0;}
	.mobilestatement ul li {font-size:16px;}
	
	
}
	

@media (max-width: 1006px) { 
	.header-statement {display: none;}
	#goomap {display: none;}
	.contact-row {margin-left: 0;}

	.contact-column {
	    float: none;
	    width: 100%;
	    padding-top: 4rem;
	}
}

@media (max-width: 880px) {

	.infobox i{ font-size:25px;}
    .infobox h5{ font-size:15px;}
    .infobox h6{ font-size:16px;}
    .infobox:nth-of-type(4n){width:210px;}
    .mobilestatement p {margin: 0 1% 0 1%;}
    .mobilestatement ul li {margin:1vw 0 1vw 30vw;}

    
}



@media (max-width: 770px) {
	.header {display: none;}
	.navbar {display: none;}
	.text {top: 30rem;}
	.contact-container {padding: 1rem 1rem 1rem 1rem;}
	.contact-container a{margin-left:auto;margin-right:auto;}
	.contact-column {padding:0;}
	.proto p { font-size: 1.5rem; margin: 1rem;}
	.column p { font-size: 1.5rem; margin: .5rem; padding-bottom:0;}
	.section_title{	padding: 2rem 0rem 2rem 0rem; font-size: 50px;}
	.infowrapper {padding: 1rem 1rem 1rem 1em;}
	.about-info2 p {font-size: 12px; margin: 2rem 2rem 2rem 2rem;}
	.container {display:none;}
	.mobilestatement ul li {margin:1vw 0 1vw 25vw;}
	#show {display: none;}
	#more p {margin:0 5% 7% 5%; line-height:18px;}
	.mobilestatement p {margin: 0 4% 0 4%;background-color:#f2f2f2;
	padding:1rem 0 .2rem 0; font-style:normal; font-weight:normal;}
	
	
}

@media (min-width: 771px) {
	  .topnav {display: none;}
	  .topnavspace {display: none;}
	  .moblogo {display: none;}
	  .moblogo2 {display:none;}
	  .toolbar {display:none;}
	  .mobilevideo {display:none;}
	  .contact-container a {display: none;} 
	 
	  
	  
}


@media (max-width: 720px) {
	/* Caption text */
    .text {font-size: 4rem;font-family: Arimo;}
    .spacer {height: 1rem;}
    .contact-container p {font-size: 24px; padding:0;}
}
  
@media (max-width: 659px) {
      
    .mobilestatement2 {
        text-align:center;
        font-size:20px;
        margin:auto;
        padding:40px;
}
    .OQ img{max-width: 100px;}
}
  



@media screen and (max-width: 600px) {
	.column, input[type=submit] {width: 100%; margin-top: 0;}
	.column2, input[type=submit] {width: 100%; margin-top: 0;}
	.mobilestatement ul li {margin:1vw 0 1vw 18vw;}
      


	
}

@media (max-width: 536px) {
	.infowrapper h2 {font-size: 3rem; margin-top: 1rem;}
	.pcolumn img{width: 300px; height: 200px;}
	
	

}

@media (max-width: 510px) {
	.contact-row {margin-left:0; padding:0;}
	.swiper-button-next{display: none;}
	.swiper-button-prev{display:none;}
	.mobilestatement ul li {margin:1vw 0 1vw 15vw;}
	.about-info p {margin: 3rem 0 3rem 0; 
	text-align: left;}
	.column p{
	color: #EEEE22;
	font-size: 1.2rem;}
    .column h1 {font-size: 1.6rem;color: #fff;font-family: Arimo;}

}
  
  

@media (max-width: 494px) {
	.about-info p {font-size: 18px; padding: 0 0;}
    .proto p{font-size: 20px; margin: 0rem 0rem 0rem 0rem;}
    .mobilestatement h3 {padding:1rem 0 0 0;}
}	    


@media (max-width: 454px) {
	.copyright{text-align: center;}
	.copy {padding-right:0;font-size: 9px;}
	.column img {width: 100vw;}
	.column2 img {width: 100vw;}
  }

@media (max-width: 437px) {
    .mobilestatement ul li {margin:1vw 0 1vw 8vw;font-size:15px;}
    #more p {font-size:14px;}
}


@media (max-width: 420px) {
    .text {top: 16.5rem; font-size:3rem;}
    .text p {font-size: 1.5rem;}
    .OQ img{max-width: 160px;}
    .mobilestatement ul li {margin:1vw 0 1vw 7vw;}
    .mobilestatement p {margin: 0 4% 0 4%;}
}

@media (max-width: 384px) {
	.contact-container h2 {font-size: 35px; margin: 1rem;}
	.about-info h1 {font-size: 35px; margin: 1.5rem;}
	.text {top: 14rem; font-size:3rem;}
    .text p {font-size: 1.5rem;}
    .mobilestatement ul li {margin:1vw 0 1vw 6vw;font-size:14px;}
    #more p {margin:0 3% 7% 3%;}
	
  }
	
@media (max-width: 351px) {
    .mobilestatement ul li {margin:1vw 0 1vw 6vw;font-size:13px; line-height:18px;}
    #more p {font-size:12px;}
	
  }

@media (max-width: 325px) {
	.text {top: 14rem; font-size:3rem;}
    .text p {font-size: 1.2rem;}
    .mobilestatement ul li {margin:1vw 0 1vw 5vw;font-size:11px;}
    #more p {font-size:11px;}
	
  }


