@font-face { 
  font-family: armalite-webfont; 
    src: url('../fonts/armalite-webfont.eot'); 
    src: local("armalite-webfont"), url('../fonts/armalite-webfont.ttf'); 
}
@font-face { 
  font-family: ussr-army-webfont; 
    src: local("ussr-army-webfont"), url('../fonts/USSRArmy.ttf'); 
}  

@font-face { 
  font-family: marsh-stencil-webfont; 
    src: local("marsh-stencil-webfont"), url('../fonts/Marsh Stencil Regular.otf'); 
}  


#background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}


html
{ height: 100vh;
  width: 100vw;

  }
  

*
{ margin: 0;
  padding: 0;}

body
{ font: normal 90% Arial, Helvetica, sans-serif;
  color: #FFF;
  /*text-shadow: 1px 1px #FFF;*/
  width: 100vw;
  height: 100vh;
    /*background: #FFF url(../images/kevlar3.jpg) repeat;*/
}

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, nav, section { 
  display:block;
}

p
{ padding: 0 0 10px 0;
  line-height: 1.5em;
  font-size: 140%;
  color:#000;
  font:bold;
  opacity:1.0;
}

img
{ border: 0;}

h1, h2, h3, h4, h5, h6 
{ font: bold 300% 'marsh-stencil-webfont', Arial, sans-serif;
  color: #9FE772;
  margin: 10px 0 10px 0;}

h2
{ font: bold 150% 'marsh-stencil-webfont', Arial, sans-serif;}

h3
{ font: bold 120% 'marsh-stencil-webfont', Arial, sans-serif;}

h4, h5, h6
{ margin: 0;
  padding: 0 0 0px 0;
  font: normal 120% 'marsh-stencil-webfont', Arial, sans-serif;
  color: #FFF;
  line-height: 1.5em;}

h5, h6
{ font: normal 95% 'marsh-stencil-webfont', Arial, sans-serif;
  color: #FFF;
  padding-bottom: 15px;}
  
span
{ color: #9FE772;}

a, a:hover
{ color: #9FE772;
  background: transparent;
  outline: none;
  text-decoration: underline;}

a:hover
{ text-decoration: none;}

ul
{ margin: 2px 0 22px 30px;
  line-height: 1.7em;
  font-style: normal;
  font-size: 100%;
  text-align:center;}

ol
{ margin: 8px 0 22px 20px;}

ol li
{ margin: 0 0 11px 0;}

main, #header, #banner, #menubar, #site_content, footer, #content_grey, nav, #header_section
{ margin-left: auto; 
  margin-right: auto;}
  
#header
{ position: relative;
  /*background:url(../images/kevlar3.jpg);*/
  background:transparent;
  /*height: 250px;*/}
  
#header_section
{ width: 1020px;
  height: 150px;
  margin-bottom: 10px;} 
  
#welcome
{ width: 1020px;
  float: left;
  text-align: center;
  margin: 0 auto;
  padding: 30px 0 30px 0;
  background: transparent;} 
   
welcome h2
{ font: normal 400% 'marsh-stencil-webfont', Arial, sans-serif;
  letter-spacing: -2px;
  text-shadow: 1px 1px #000;
  color: #9FE772;}
  
nav
{ width: 1020px;
  padding: 10px 0 10px 0;
  float: left;
  background:transparent;
  border-radius: 7px 7px 0px 0px;
  -moz-border-radius: 7px 7px 0px 0px;
  -webkit-border: 7px 7px 0px 0px;}   
  
ul#nav
{ margin:0;
  float: center;}

ul#nav li
{ padding: 35px 35px 35px 35px;
  list-style: none;
  margin: 2px 0 0 0;
  display: inline;
  background: transparent;}

ul#nav li a
{ font: bold 300% 'ussr-army-webfont';
  height: 12px;
  margin: 10px 0 0 20px;
  text-shadow: 1px 1px #000;
  padding: 6px 10px 6px 10px;
  background: transparent; 
  text-align: center;
  color: #FFF;
  text-shadow: 1px 1px #898989;  
  text-decoration: none;} 
  
ul#nav li.current a, ul#nav li:hover a
{ text-shadow: 1px 1px #000;
  color: #9FE772;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;}

#site_content
{ width: 1020px;
  padding-top: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  text-align:center; 
 } 

.sidebar_container
{ float: right;
  width: 240px;
  padding: 0;
  color: #000;}

.sidebar
{ float: left;
  width: 240px;
  margin: 0 0px 10px 0;}

.sidebar_item
{ width: 220px;}

.sidebar h2
{ padding: 5px 0 0 0;
  font: bold 150% 'armalite-webfont', Arial, sans-serif;
  height: 30px;
  color: #FFF;} 

#content
{ width: 100%
 }
 
#content p
{
    background-color:rgba(255,255,255,0.5);
}
#content h3,h2
{
 color:#FFF;
}
.content_item
{ width:100%;

 }
 
.content_imagetext
{ width: 1050px;
  padding: 5px;
  margin: 20px 0 0 0;
  float: center;}
 
.content_image
{ float: left; 
  width: 150px;
  height: 150px;
  margin: 0 20px 10px 0;}
  
.content_container
{ width: 310px;
  padding: 5px;
  margin: 10px 10px 0 0;
  float: left;
  
}



  
footer
{ position:fixed;
  padding: 1rem;
  right: 0;
  bottom: 0;
  left: 0;
  font-weight: bold;
  text-align: center; 
  color: #FFF;
  background:transparent;}

footer a
{ color: #FFF;
  text-decoration: none;
  padding-bottom: 20px;}

footer p
{
 padding: 0 0 10px 0;
  line-height: 1.5em;
  font-size: .5vw;
  color:#FFF;
  font:bold; 
 
}


footer a:hover
{ text-decoration: underline;
  color: #de7300;}
 
 .button_small
{ font: normal 110% Arial, Helvetica, sans-serif;
  float: left;
  padding: 5px 15px 7px 10px;
  border: 1px solid #FFF; 
  background: #6BB600;
  background: -moz-linear-gradient(#8EEB03, #6BB600);
  background: -o-linear-gradient(#8EEB03, #6BB600);
  background: -webkit-linear-gradient(#8EEB03, #6BB600);
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}
  
.button_small a
{ color: #FFF;
  padding-left: 5px;
  text-shadow: 1px 1px #000;}

.form_settings
{ margin: 15px 0 0 0;}

.form_settings p
{ padding: 0 0 4px 0;}

.form_settings span
{ float: left; 
  width: 280px; 
  text-align: left;
  text-shadow: none;}
  
.form_settings input, .form_settings textarea
{ padding: 2px; 
  width: 299px; 
  font: 100% arial; 
  border: 1px solid #E5E5DB; 
  background: #FFF; 
  color: #47433F;}
  
.form_settings input[type="checkbox"]
{ padding: 2px 0; 
  width: 15px; 
  font: 100% arial; 
  border: 0; 
  background: #FFF; 
  color: #47433F;
  margin: 28px 0;}

.form_settings .submit
{ font: 100% arial; 
  border: 1px solid #FFF; 
  width: 99px; 
  margin: 0 0 0 206px; 
  height: 26px;
  padding: 2px 0 3px 0;
  cursor: pointer; 
  background: #6BB600;
  background: -moz-linear-gradient(#8EEB03, #6BB600);
  background: -o-linear-gradient(#8EEB03, #6BB600);
  background: -webkit-linear-gradient(#8EEB03, #6BB600);
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  color: #FFF;
  text-shadow: 1px 1px #000;}

.slideshow
{ width: 1020px;
  height: 300px;
  margin-top: 20px;
  float: center;}  
  
/* styling for the slideshow on the homepage */
ul.slideshow {
  list-style: none;
  width: 1020px;
  height: 300px;
  overflow: hidden;
  position: relative;
  margin: 0;}
  
ul.slideshow li {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;}
 
/*ul.slideshow li.show {
  z-index: 500;}
*/
ul img {
  border: none;}
 
/*#slideshow-caption {
  width: 650px;
  height: 42px;
  position: absolute;
  bottom: 0;
  left: 0; 
  z-index: 500;}
 
#slideshow-caption .slideshow-caption-container {
  padding: 10px 25px 10px 25px; 
  background: transparent url(../images/transparent.png) repeat;  
  z-index: 1000;}
 
#slideshow-caption p {
  padding: 0;
  font: normal 130% arial, sans-serif;
  color: #FFF;
  text-shadow: 1px 1px #000;}
 */
 #contact-form {
    
	width:465px;
    padding:20px;
    margin: 50px auto;    
    /*border: 6px solid #8FB5C1;*/
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    border-radius:15px;
    position:relative;
}
 
#contact-form h1 {
    font-size:38px;
	color: #000;
}
 
#contact-form h2 {
    margin-bottom:15px;
    font-style:italic;
    font-weight:normal;
}
 
#contact-form input, 
#contact-form select, 
#contact-form textarea, 
#contact-form label {
    font-size:15px;
	font-style:bold;
    margin-bottom:2px;
}
 
#contact-form input, 
#contact-form select, 
#contact-form textarea {
    width:450px;
    border: 1px solid #CEE1E8;
    margin-bottom:20px;
    padding:4px;
}
 
#contact-form input:focus, 
#contact-form select:focus, 
#contact-form textarea:focus {
    border: 1px solid #AFCDD8;
    background-color: #EBF2F4;
}
 
#contact-form textarea {
    height:150px;
    resize: none;
}
 
#contact-form label {
    display:block;
}
 
#contact-form .required {
    font-weight:bold;
    color:#F00;    
}
 
#contact-form #submit-button {
    width: 100px;
    background-color:#333;
    color:#FFF;
    border:none;
    display:block;
    float:right;
    margin-bottom:0px;
    margin-right:6px;
    background-color:#8FB5C1;
    -moz-border-radius:8px;
}
 
#contact-form #submit-button:hover {
    background-color: #A6CFDD;
}
 
#contact-form #submit-button:active {
    position:relative;
    top:1px;
}
 
#contact-form #loading {
    width:32px;
    height:32px;
    background-image:url(../img/loading.gif);
    display:block;
    position:absolute;
    right:130px;
    bottom:16px;
    display:none;
}
 
#errors {
    border:solid 1px #E58E8E;
    padding:10px;
    margin:25px 0px;
    display:block;
    width:437px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    background:#FFE6E6 url(../img/cancel_48.png) no-repeat 405px center;
    display:none;
}
 
#errors li {
    padding:2px;
    list-style:none;    
}
 
#errors li:before {
    content: ' - ';    
}
 
#errors #info {
    font-weight:bold;
}
 
#errors #info:before {
    content: '';    
}
 
#success {
    border:solid 1px #83D186;
    padding:25px 10px;
    margin:25px 0px;
    display:block;
    width:437px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    background:#D3EDD3 url(../img/accepted_48.png) no-repeat 405px center;
    font-weight:bold;
    display:none;
}
 
#errors.visible, #success.visible {
    display:block;    
}
 
#req-field-desc {
    font-style:italic;
}
 
/* Remove box shadow firefox, chrome and opera put around required fields. It looks rubbish. */
input:required, textarea:required {
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    -o-box-shadow:none;
    box-shadow:none;
}
 
/* Normalize placeholder styles */
 
/* chrome, safari */
::-webkit-input-placeholder {
    color:#CCC;
    font-style:italic;
}
 
/* mozilla */
input:-moz-placeholder, textarea:-moz-placeholder {
    color:#CCC;
    font-style:italic;
}
 
/* ie (faux placeholder) */
input.placeholder-text, textarea.placeholder-text  { 
    color:#CCC;
    font-style:italic;
}
 