
/* ----- LAYOUT ----- */


html {
   	overflow-y: scroll;
   	}
	
#home, #images, #about, #contact {
	margin: 50px 0 0 50px;
	}
	
#home {
	background: url('../images/bg1.jpg') no-repeat fixed #0bd062;
	}
	
#images {
	background: url('../images/bg2.jpg') no-repeat fixed #0bd062;
	}
	
#about {
	background: url('../images/bg3.jpg') no-repeat fixed #0bd062;
	}
	
#contact {
	background: url('../images/bg4.jpg') no-repeat fixed #0bd062;
	}
	
#container{
	width:100%;
	}

#logo {
	padding: 0 0 20px 0;
	margin: 0;
	}
	
#text, #global-nav {
	font-family: Helvetica Neue, Helvetica, Arial, san-serif;
	font-size:18px;
	font-weight: normal;
	color: black;
	line-height: 24px;
	text-align:left;
	width: 500px;
	padding: 25px 0 25px 0;
	margin: 0;
	}
	
#global-nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:120%;
	line-height: 35px;
	width: 100%;
	padding: 0;
	margin: 0;
	}
	
.thumbs {
	float:left;
	clear:both;
	width: 900px;
	padding: 15px 0 35px 0;
	margin: 0;
	}
	
ul, li {
	display: inline;
	padding: 0;
	margin: 0;
	}
	
ol, ul {
    list-style: none outside none;
	}
	
#footer {
	border-top: 1px dashed black;
	font-family: Helvetica Neue, Helvetica, Arial, san-serif;
	font-weight: normal;
	color: #106a31;
	font-size: 80%;
	line-height: 45px;
	margin-bottom: 35px;
	clear:both;
	}
	
h1, h2, h3 {
	font-family: Helvetica Neue, Helvetica, Arial, san-serif;
	font-weight: normal;
	color: black;
	font-size: 320%;
	letter-spacing: -0.07em;
    line-height: 1.1em;
	margin: 0;
	padding: 0;
	}
	
h2 {
	font-size: 150%;
	letter-spacing: -0.02em;
    line-height: 1.0em;
	}
	
	
h3 {
	font-size: 125%;
	letter-spacing: -0.02em;
    line-height: 0.5em;
	padding-top: 10px;
	}
       
/* ----- NAVIGATION ----- */


ul.navigation {
    list-style: none outside none;
	border: 0 none;
	margin: 0;
	padding: 0;
	outline: 0 none;
	vertical-align: baseline;
	}

.global-nav, .global-nav-on {
	border-top: 1px dashed black;
	text-decoration: none;
	color: black;
	display: block;
	}

.global-nav:hover {
	background: rgba(255, 254, 234, 0.5);
	color: #b0191d;
	padding-left: 12px;
	}
	
.global-nav-on {
	border-bottom: 1px solid black;
	background: black;
	color: #FFFEEA;
	padding-left: 12px;
	}
	
.thumbnail-nav {
	border: 1px dashed black;
	padding: 10px;
	}
	
.thumbnail-nav:hover {
	border: 1px solid rgba(255, 254, 234, 0.1);
	background: rgba(255, 254, 234, 0.5);
	}
	
.text-nav {
	text-decoration: underline;
	color: black;
	}
	
.text-nav:hover {
	background: rgba(255, 254, 234, 0.5);
	text-decoration: none;
	color: #b0191d;
	}
	
.credit-logo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: normal;
	color: #106a31;
	}
	
a {
	outline: none;
	}
	
a:hover {
	text-decoration: none;
	color: #FFFEEA;
	}
	