
#nav ul {
    list-style-type: none;
    margin: 30ppx;
    padding: 0;
    overflow: hidden;
    background-color: #003300;
}

#nav li {
    float: left;
}


#nav a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}

#nav a:hover {
    background-color: #39ac39;
}
.nav a.active {
  background-color: #39ac39;
  color: #39ac39;
  cursor: default;
}

.floating-box {
	background-color: white;
    float: left;
    width: 90%;
    height: 90%;
    margin: 50px 70px 0px 70px;
    border: 1px solid #003300; 
text-align:center; 
height: 50%;
border-radius:5px;
background: rgba(204, 255, 204, 0.6);

}
html { 
  background: url(background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



.clearbox {
 margin: 1px;
    background-color: #ffffff;
	 background: rgba(204, 255, 204, 0.4);
    border: 1px solid black;
  position: absolute; 
   display: inline;
   width: 98.7%;
   padding-bottom:50px;
}


/*.image {position: relative;
        } 
	
	
	
		
.image::after {
    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("background.jpg"); 
	background-size: 100% 100%;
    width: 100%;
    height: 100%;
    opacity : 0.7;
    z-index: -1;
} */


#page{margin=50ppx}
#logo{  
	margin-left: 2cm;
	margin-top: 50ppx;
	font-family: Verdana;
	display: inline-block;
	font-size: 250%}

#content{font-family: georgia;
	 color: black;
	/* word-spacing: 250px; */
	 text-align: center;
	 padding: 5px;
	}

#tagline{
	padding-left: 160px;
}
	
	
.transbox {
    margin: 1px;
    background-color: #ffffff;
	 background: rgba(204, 255, 204, 0.4);
    border: 1px solid black;
    opacity: 0.9;
    filter: alpha(opacity=0); /* For IE8 and earlier */
}

.description-box{
	line-height: 1.6;
	border-radius: 7px;
	background-color: white;
	box-shadow:70px;
    float: left;
width: 90%;
margin: 0px 70px 0px 70px;
text-align:left; 
padding-left: 10px;
font-size: 0.875em;
 font-weight: normal;
 background: rgba(204, 255, 204, 0.6);
}

p{font-size: 150%}




/*html{
  
  background-size: cover; 
   height:100%;
   background-color: white;
}*/
 *{
   box-sizing:border-box;
   -webkit-box-sizing:border-box;
   -moz-box-sizing:border-box;
   -webkit-font-smoothing:antialiased;
   -moz-font-smoothing:antialiased;
   -o-font-smoothing:antialiased;
   font-smoothing:antialiased;
   text-rendering:optimizeLegibility;
}



/* Contact Form Styles 
h1 {
   margin: 10px 0 0 0;

}
h4{
   margin: 0 0 20px 0;
}
#contact-form {
	width: 600px;
   background-color:#003300;
 padding: 10px 20px 30px 20px;
 
 
  /*  max-width:100%;
  
  
   float: left;
   left: 40%;
  position: absolute;
   margin-top:30px;
   margin-left: -260px; 
   border-radius:7px;
   -webkit-border-radius:7px;
   -moz-border-radius:7px;  
}
#contact-form input,   
#contact-form select,   
#contact-form textarea,   
#contact-form label { 
   font-size: 15px;  
   margin-bottom: 2px;
   font-family: Arial, san-serif;
} 
#contact-form input,   
#contact-form select,   
#contact-form textarea { 
   width:100%;
   background: #fff;
   border: 0; 
   -moz-border-radius: 4px;  
   -webkit-border-radius: 4px;  
   border-radius: 4px;
   margin-bottom: 25px;  
   padding: 5px;  
}  
#contact-form input:focus,   
#contact-form select:focus,   
#contact-form textarea:focus {  
   background-color: #E5E6E7; 
}  
#contact-form textarea {
   width:100%;
   height: 150px;
}
#contact-form button[type="submit"] {
   cursor:pointer;
   width:100%;
   border:none;
   background:#39ac39;
   background-image:linear-gradient(bottom, #39ac39 0%, #40bf40 52%);
   background-image:-moz-linear-gradient(bottom, #39ac39 0%, #40bf40 52%);
   background-image:-webkit-linear-gradient(bottom, #39ac39 0%, #40bf40 52%);
   color:#FFF;
   margin:0 0 5px;
   padding:10px;
   border-radius:5px;
}
#contact-form button[type="submit"]:hover {
   background-image:linear-gradient(bottom, #40bf40 0%, #39ac39 52%);
   background-image:-moz-linear-gradient(bottom, #40bf40 0%, #39ac39 52%);
   background-image:-webkit-linear-gradient(bottom, #40bf40 0%, #39ac39 52%);
   -webkit-transition:background 0.3s ease-in-out;
   -moz-transition:background 0.3s ease-in-out;
   transition:background-color 0.3s ease-in-out;
}
#contact-form button[type="submit"]:active {
   box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
}
input:required, textarea:required {  
   box-shadow: none;
   -moz-box-shadow: none;  
   -webkit-box-shadow: none;  
   -o-box-shadow: none;  
} 
#contact-form .required {  
   font-weight:bold;  
   color: #E5E6E7;      
}

/* Hide success/failure message
   (especially since the php is missing) 
#failure, #success {
   color: #6EA070; 
   display:none;  
}

/* Make form look nice on smaller screens 
@media only screen and (max-width: 580px) {
   #contact-form{
      left: 3%;
      margin-right: 3%;
      width: 88%;
      margin-left: 0;
      padding-left: 3%;
      padding-right: 3%;
   }
} */