@charset "utf-8";

body, html {
height: 100%;
margin: 0;
color: #EEEEEE; 
font-size: 20px; 
font-family: "Times New Roman", Times, serif;
}

a { 
font-family: Arial, Helvetica, sans-serif; 
font-size:16px; 
font-weight: bold; 
color: #EEE; 
text-decoration: none; }

a:hover { 
color: #e6c34a; 
cursor: pointer; 
text-decoration: none; 
}

a.inactive, a.inactive:hover { 
color: #666666; 
text-decoration: none; 
cursor: default; 
}


#menuback { 
position: fixed; 
top: 0%; 
width: 100%; 
height: 5%;
background-color: black;
opacity: 0.7;
z-index: 3; }

ul#menu { 
position: fixed; 
top: 1%; 
left: 12%; 
z-index: 6; 
width: 85%; 
height: 13%; 
overflow: hidden; 
list-style: none; 
display: inline; }

ul#menu li { 
position: relative; 
display: inline; 
width: 13%; 
padding: 1%; 
}

#logoholder { 
width: 8%; 
position: absolute; 
left: 0%; 
top: 1%; 
z-index: 10;
padding: 10px;
background-color: black;
}

.phone { font-size:15px; color: #CCC; text-decoration: none; text-align:center;}



.backimg1, .backimg2, .backimg3, .backimg4, .backimg5 {
 position: relative;
 background-attachment: fixed;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
}

.backimg1 {
background-image: url("picts/assembly.jpg");
min-height: 100%;
}

.backimg2 {
background-image: url("picts/whoback.jpg");
min-height: 800px;
}

.backimg3 {
background-image: url("picts/whatback.jpg");
min-height: 800px;
}

.backimg4 {
background-image: url("picts/howback.jpg");
min-height: 800px;
}

.backimg5 {
background-image: url("picts/background.jpg");
min-height: 800px;
}

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}
.subhead {
color: #e6c349;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}

#homespan { 
position: absolute; 
top: 30%; 
left:5%; 
width: 90%; 
height: 120px; }

ul#homelist li { 
list-style-type: disc;
font-size: 16px;
}

#flag {
position: relative; 
float:right; 
padding:3px; 
}

#uselist { 
list-style: disc; 
font-size: 16px;
}


@media only screen and (max-device-width: 1024px) {
    .backimg1, .backimg2, .backimg3, .backimg4, .backimg5 {
        background-attachment: scroll;
    }
	
#menuback { 
position: fixed; 
top: 0%; 
width: 100%; 
height: 6%;
background-color: black;
opacity: 0.7;
z-index: 3; }
	
ul#menu { 
position: fixed; 
top: 2%; 
left: 12%; 
z-index: 6; 
width: 85%; 
height: 13%; 
overflow: hidden; 
list-style: none; 
display: inline; }

	ul#menu li.nomob {
	display: none;
	}
	
	a {
	font-size: 20px;
	}
	


}
