@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%;
}

/* for the wedding locations page, align pictures
*/
.align {
float: left;
/* border: 1px solid white;
*/
padding: 1%;
margin: 1%;
/*box-shadow: 3px 3px 5px #fff;*/
}


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

#maincontent img {
-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);
}

/* To fix the contact info box*/


.contactinfo p{
line-height: 10%;
}

.contactinfo {
margin-left: 6%;
margin-top: -71%; 
border:5px solid blue;
border: 8px outset white;
font-size: 18px;
padding-left: 7%;
}
/* To fix the font on testimonials and wedding locations pages*/
#fontfix {
	font-size: 18px; 
}