
*{
    box-sizing: border-box;
	margin:0 auto;
    padding:0;
	
}

a, p, ul, li {

	font-family:Helvetica, Arial;
	font-weight:bold;
	letter-spacing:1px;
	color:white;
	text-decoration: none;
}

h1, h2, h3, h4 {

	font-family:Helvetica, Arial;
	font-weight:bold;
	letter-spacing:1px;
	color:white;
	text-decoration: none;
}



.elegantshadow {
    color: #131313;
    background-color: tranparent;
    letter-spacing: .15em;
    text-shadow: 
      1px -1px 0 #767676, 
      -1px 2px 1px #737272, 
      -2px 4px 1px #767474, 
      -3px 6px 1px #787777, 
      -4px 8px 1px #7b7a7a, 
      -5px 10px 1px #7f7d7d, 
      -6px 12px 1px #828181, 
      -7px 14px 1px #868585, 
      -8px 16px 1px #8b8a89, 
      -9px 18px 1px #8f8e8d, 
      -10px 20px 1px #949392, 
      -11px 22px 1px #999897, 
      -12px 24px 1px #9e9c9c, 
      -13px 26px 1px #a3a1a1, 
      -14px 28px 1px #a8a6a6, 
      -15px 30px 1px #adabab, 
      -16px 32px 1px #b2b1b0, 
      -17px 34px 1px #b7b6b5, 
      -18px 36px 1px #bcbbba, 
      -19px 38px 1px #c1bfbf, 
      -20px 40px 1px #c6c4c4, 
      -21px 42px 1px #cbc9c8, 
      -22px 44px 1px #cfcdcd, 
      -23px 46px 1px #d4d2d1, 
      -24px 48px 1px #d8d6d5, 
      -25px 50px 1px #dbdad9, 
      -26px 52px 1px #dfdddc, 
      -27px 54px 1px #e2e0df, 
      -28px 56px 1px #e4e3e2;
}

 .insetshadow {
    color: #202020;
    background-color: #2d2d2d;
    letter-spacing: .1em;
    text-shadow: 
      -1px -1px 1px #111, 
      2px 2px 1px #363636;
}

 .retroshadow {
    color: #2c2c2c;
    background-color: #d5d5d5;
    letter-spacing: .05em;
    text-shadow: 
      4px 4px 0px #d5d5d5, 
      7px 7px 0px rgba(0, 0, 0, 0.2);
}

html {
	box-sizing:border-box;
	margin:0 auto;
	padding:0;
	height:100%;
	overflow:hidden;
	text-align:center;
	background: url(images/) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color:#ffffff;
	
}

body {
	box-sizing:border-box;
	margin:0 auto;
	padding:0;
	height:100%;
	overflow:scroll;
	-webkit-overflow-scrolling: touch;
	text-align:center;
	border:0px solid red;
	
}

.bg-index {
	background: url("img/badtank-bg.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
	z-index:0;
}

.bg-contact {
	background: url("img/newtank-bg.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
	z-index:0;
}



.contact-bg {
background: url("img/contact-bg.jpg");
Background-size: cover;
background-repeat:no-repeat;
background-position:center center;
background-attachment:fixed;
webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
z-index:-1000;
}


A:link {text-decoration:none;}
A:visited {text-decoration:none;}
A:hover {text-decoration:none;}
A:active {text-decoration: none;}


#Company, #Work, #Ideas, #Relevance {
color:#ffffff;
}

#Contact h3, #News h3{
font-size:14px;

}

.open {
	height:auto;
	min-height:35px;
	box-shadow: 4px 8px 16px 4px rgba(0,0,0,0.4);
}

.close {
	height:0;
}

.show{
	display:block;

}

nav {
	position:static;
	display:inline-block;
	width:100%;
	text-align:center;
	height:5%;
	min-height:50px;
	min-height:auto;
	border:0px solid blue;
	cursor: pointer;
}


nav a {
	display:inline-block;
	width:auto;
	line-height:30px;
	height:30px;
	border:0px solid red;
}


nav a:hover, .dropdown:hover .dropbtn {
    background-color: transparent;
	color:#ffffff;
	height:30px;
}


.sidenav {
    height: 100%;
    width:0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #000000;
    overflow-x: hidden;
	overflow-y:scroll;
    transition: 0.6s;
    padding-top: 30px;
    text-align:center;
	-webkit-overflow-scrolling:touch;
}

.sidenav a {
	padding: 4px;
    text-decoration: none;
    font-size: 12px;
	line-height:14px;
    color: #818181;
    display: block;
    transition: 0.3s;
}



.sidenav a:hover{
    color: #ffffff;
	text-decoration:underline;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav h3 {
	color:#ffffff;
	padding:0;
}

<!--
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
-->

.container {
	position:fixed;
	top:2px;
	right:15px;
    display:block;
	padding:10px;
    cursor: pointer;
	border-radius:50%;
	background-color:transparent;
	box-shadow: 4px 8px 16px 4px rgba(0,0,0,0.20);
	z-index:20000;
	border:0px solid orange;
}

.bar1, .bar2, .bar3 {
    width: 20px;
    height: 3px;
    background-color:#ffffff;
    margin: 3px 0px;
    transition: 0.3s;
	z-index:20000;
-webkit-animation: glow 2.5s ease-in-out infinite alternate;
  -moz-animation: glow 2.5s ease-in-out infinite alternate;
  animation: glow 2.5s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    background-color: #ffffff;
  }
  
  to {
    background-color: #000000;
  }
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 5px);
    transform: rotate(-765deg) translate(-4px, 4.5px);
	transition: all 0.6s ease-in-out 0.4s;
	opacity:0.9;
	background-color:#ffffff;
	z-index:20000;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-4px, -5px);
    transform: rotate(765deg) translate(-4px, -4.5px);
	transition: all 0.6s ease-in-out 0.4s;
	opacity:0.9;
	background-color:#ffffff;
	z-index:20000;
}

.sideopen {
	width:100%;
}



#Main {
	box-sizing:border-box;
	margin:0 auto;
	padding:0;
	width:100%;
	height:50%;
	min-height:420px;
	text-align:center;
	font-size:10px;
	color:white;
	background-color:transparent;
	border:0px solid red;
	
}

footer {
	box-sizing:border-box;
	margin:0 auto;
	padding:0;
	width:100%;
	height:auto;
	min-height:50px;
	line-height:40px;
	color:#000000;
	font-family:Helvetica, Arial;
	font-size: 12px;
	letter-spacing:1px;
	text-align:center;
	border:0px solid red;
	background-color:transparent;
}

footer a{
	display:inline-block;
	width:auto;
	height:32px;
	padding:0 5px 0 5px;
	text-align:center;
	vertical-align:middle;
	line-height:40px;
	color:#000000;
	font-family:Helvetica, Arial;
	font-size: 10px;
	letter-spacing:1px;
	text-decoration: none;
	font-weight:1000;
	border:0px solid blue;
}


footer a:hover {

	text-decoration:underline;
}

/* END PAGE SECTIONS*/

#Top {
	display:inline-block;
	box-sizing:border-box;
	margin:auto;
	padding:0;
	width:100%;
	height:30px;
	color: #ffffff;
	border:0px solid #000000;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	opacity:25%;
	transition: all 1.2s ease-in-out;
}

up {
	display:inline-block;
	box-sizing:border-box;
	margin:10px auto 0 auto ;
	padding:0;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 10px solid white;
	text-align:center;
}

#Top:hover{
	opacity:90%;
	transition: all 1.2s ease-in-out;
}

@media screen and (min-width : 0px) and (max-width : 650px) { 
	#Top:hover{
		opacity:25%;
		
	}
)

p.arial20 {
box-sizing:border-box;
  text-align: center;
  font-family: Arial;
  font-weight:900;
  color:navy;
  font-size: 20px;
  line-height: 22px;
  margin: 0px;
  border: 0px solid red;
}

p.arial10 {
box-sizing:border-box;
  text-align: center;
  font-family: Arial;
  color:navy;
  font-size: 10px;
  line-height: 11px;
  margin: 0px;
  border: 0px solid blue;
}

#A20, #A21 {
	border-right:0px solid grey;
}




contact {
box-sizing: border-box;
margin:0 auto;
padding:0;
width:100%;
height:50%;
min-height:500px;
display:inline-block;
font-family:Helvetica, Arial;
text-align:center;
font-size:10px;
color:white;
background-color:transparent;
border:0px solid red;
}


label {
display:block;
margin-top:0px;
letter-spacing:1px;
color:black;
}


/* Centre the form within the page */
form {
box-sizing:border-box;
margin:0 auto;
padding:0;
width:360px;
border: 0px solid #0033cc;
background:transparent;
text-align:center;
}

#form_city {
	width:56%;
	margin:5px 3px 5px 0;
}

#form_state {
	width:11%;
	margin:5px 2px 5px 2px;
}

#form_zip {
	width:22%;
	margin:5px 0 5px 3px;
}

/* Style the text boxes */
input, textarea {
	
	width:92%;
	min-height:24px;
	background-color:transparent;
	border:5px solid rgba(0,0,0,0.20);
	padding:5px;
	margin:5px auto 5px;
	font-family: Arial;
	font-weight: bold;
	font-size:14px;
	color:#000000;
	-moz-border-radius:0px;
    -webkit-border-radius:0px;
    border-radius:0px;
	outline:none;
	overflow:none;
    resize:vertical;
}



input:focus, textarea:focus {
    border:5px solid rgba(0,0,0,0.40);
}

#message {
overflow:none;

resize:vertical;
}


::-webkit-input-placeholder {
    color:rgba(0,0,0,0.40);
}
::-moz-placeholder {
    color:rgba(0,0,0,0.40);
}
::-ms-input-placeholder {
    color:rgba(0,0,0,0.40);
}
::placeholder {
    color:rgba(0,0,0,0.40);
}

#submit {
    width:100px;
    min-height:30px;
	text-align:center;
	vertical-align:middle;
    background:#0033cc;
	font-family: Helvetica, Arial;
	line-height:10px;
	font-size:15px;
	letter-spacing: 2px;
	color:white;
    text-indent:0px;
    border:4px solid #ffffff;
    margin-top:10px;
	margin-bottom:30px;
    cursor:pointer;
	-moz-border-radius:15px;
    -webkit-border-radius:15px;
    border-radius:15px;
}

#submit:hover {
	background:#ffffff;
	color:#0033cc;
	border:4px solid #0033cc;
}

#submit:active {
	width:100px;
	height:30px;
	background:#0033cc;
	color:#ffffff;
	border:4px solid #ffffff;
}

.error {
	box-sizing:border-box;
	margin:0 auto;
	padding:0;
	width:100%;
	min-height:16px;
	text-align:center;
	color:rgba(255,0,0,0.50);
    font-family: Arial;
	font-weight: bold;
	line-height:12px;
	font-size:10px;
	margin-top:0px;
	z-index;1000;
	border:0px solid red;
}

.invalid input:required:invalid {
    background: #BE4C54;
}

.invalid input:required:valid {
    background: #17D654 ;
}

#human2, #human3, #human4 { display:none;}

</style>