.clear{clear: both;}
a { text-decoration: none; color: white; }
ul li { list-style-type: none; }
* { margin: 0; padding: 0; }
body { font-family: 'Oswald', Helvetica, sans-serif; font-size: 18px; background: white; color: #3580b7; }

/*-- Header Section --*/
#header { background: url(img/header_bg.jpg) #3580b7 no-repeat center; height: 200px; }
#header-container { width: 990px; margin: 0 auto; padding: 20px 0 0 0; letter-spacing: 0.3px; }
#header-container h1 { float: left; text-transform: uppercase; font-style: italic; }
#header-container h1 a { letter-spacing: 2.7px; }
ul#header-contact { float: right; text-align: right; color: white; margin-top: 80px; }
ul#header-contact li h2 { font-weight: 300; font-size: 19px; }
/*-- Navigation Section --*/

/*nav ul { margin: 8px auto; width: 990px; }
nav ul li { display: inline-block; }
nav ul li a { font-weight: 300; font-size: 19px; letter-spacing: 1px; padding: 0 20px 0 0; text-transform: uppercase; color: black; }
*/

nav { 
    font-family: "Oswald", Helvetica, sans-serif;
    background: white;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    border-bottom: #3580b7 solid 1px;
}

nav ul { margin: 0 auto; background: #fff; overflow: hidden; width: 990px; }

nav ul li { color: #1e4663; float: left; cursor: pointer; list-style-type: none; padding: 10px 15px; -webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; }

nav ul li h2 {
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 16px;
}

nav ul li a { 
    color: #1e4663; 
    font: 700 22px "Oswald" , Helvetica,sans-serif; letter-spacing: 1px; 
    font-style: italic;
}

nav ul li p{
	font-size: 11px;
	color: #999;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
}

nav ul li:hover { background: #3580b7; }
nav ul li:hover h2 { font-weight: bold; color: #fff; }
nav ul li:hover a { color: #1E4663; }

h3 { 
    width: 275px; 
    height: 50px; 
    background: #d1d05f; 
    color: white; 
    padding: 10px 0 0 10px;
    font-size: 26px;
}

/*-- Hero Section --*/
#hero { background: url(img/hero-bg.jpg) #FFF no-repeat center; padding: 0 0 20px 0; }
#hero-container { width: 990px; margin: 0 auto; min-height: 290px; padding: 15px 0 0 0; }
#hero-container p { font: 700 40px 'Oswald', Helvetica, sans-serif; position: relative; left: 100px; display: inline; }
#hero-container h2 { font: 300 26px 'Oswald', Helvetica, sans-serif; width: 725px; margin: 0 auto; }
#hero-container a { text-decoration: underline; color: #1E4663; }
#hero-container a:hover { color: #2A6893; }
/*-- Footer Section --*/
footer { background: #151515; padding: 20px 0 0 0; height: 200px; }
footer h4 { font-size: 23px; font-weight: 300; color: #D12826; text-decoration: underline; letter-spacing: 0.8px; }
footer ul li a, footer ul li { color: #A1A1A1; letter-spacing: 0.8px; }
#footer-container { width: 990px; margin: 0 auto; }
.footer-section { float: left; width: 330px; }

/* Events */



/* Contact Us Form */
 .form{ 
    max-width: 100%; 
    min-width: 25%; 
    border-width: 0px; 
    border-color: #CCCCCC; 
    border-radius: 0px; 
    color: #FFFFFF; 
    font-size: 20px; 
    margin: 0px; 
    background-color: #1E4663; 
    padding: 52px; 
} 
.content{ 
    margin: 0px; 
} 
.form label{ 
    color: #FFFFFF; 
    font-size: 25px; 
    display: block;
} 
.form input[type=radio], input[type=checkbox]{ 
    margin: 10px; 
    width: 13px; 
} 
.form div{ 
    display: block; 
} 
.form input, form select{ 
    border-width: 1px; 
    border-color: #666666;
    border-radius: 3px;
    padding: 11px;
    width: 100%;
}
.form h1{
    font-size: 28px;
    color: #607A75;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    border-bottom-color: #CCCCCC;
    border-bottom-width: 2px;
    border-radius: 0px;
    background-color: #3580B7;
}
.intro{ 
    margin-bottom: 10px; 
} 
.clear{ 
    clear: both; 
}

.form input[type=submit]{ 
    width: 100%; 
    background-color: #3580B7; 
    color: #FDFFFC; 
    font-size: 24px;
}
.field{ 
    margin-bottom: 19px; 
}
label { font-size: 20px; padding: 0 10px 0 0; }
textarea { width: 450px; height: 150px; margin-bottom: 10px; padding: 20px; }
input { border: none; padding: 6px; margin-bottom: 10px; }
input[type="radio"]{ margin: 14px 10px; }
input[type="submit"]{ width: 500px; font-family: 'Oswald', Helvetica, sans-serif; font-size: 30px; text-transform: uppercase; background: #1E4663; color: white; border: none; margin: 10px 0 0 0; }

/* Photo Gallery */
.galleria{ width: 990px; height: 600px; background: #3580B7; }