body, html {font-size:13px;font-family:helvetica;height:100%;width:100%;}
h1 {font-size:1.6em;font-weight:bold;}
h2 {font-size:1.4em;font-weight:bold;}
h3 {font-size:1.2em;font-weight:bold;}
h4 {font-size:1.1em;font-weight:bold;}
h5 {font-size:1em;font-weight:bold;}

body{
    height: 100%;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    background-image: url('/assets/bg.jpg');
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.main {background:none;}
.footer {background:none;padding:15px 20px;text-align:right;}
.head {background:none;}



.mainContentContainer {
}

.infoSection {
	background:rgba(255,255,255,0.8);
	color:#27440d;
	
	margin-top:4em;
	margin-bottom:4em;
	padding-top:4em;
	padding-bottom:4em;
	text-align:center;
	font-size:1.2em;
}