@charset "utf-8";
/* CSS Document */
body {
	background-color: #60852E;
}

#maincontent {
margin-top: 15%;
}

#footer {
	text-align: center;
}

/* keep header fixed position */
#header {
	position: fixed; 
	top:0px; margin:auto; z-index:100000; width:100%;
}




/* keep navigation fixed position 
#nav {
	position:fixed;
}
*/

h1 {
font-size:36px;
}

h2 {
font-size:25px;
margin-bottom: -1.3%;
}

p  {
font-size:18px;
margin-right: 20px;
line-height: 30px;
}

li {
font-size: 18px;
margin-bottom: 2%;
list-style-type: square;
}

img.shadow {
float: left;
margin-right: 3%;

-moz-box-shadow: 0 0 5px rgba(0,0,0,0.45);
-webkit-box-shadow:  0 0 5px rgba(0,0,0,0.45);
box-shadow: 0 0 5px rgba(0,0,0,0.45);
}

.section {
margin-right: 10%;
margin-left: 5%;
margin-bottom: 5%;
}

.boxfix {
margin-right: 5%;
}

/* To fix the contact info box*/
.contactinfo p{
line-height: 10%;
}

.contactinfo {
margin-left: 6%;
margin-top: -41%; 
border:5px solid blue;
border: 8px outset white;
padding-left: 7%;
}



form {
margin-left: 7%;

}


input {
color: black; 
}

textarea  {
color: black; 
}