@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Bree+Serif);

body {
	background: #FFF;
	font-size:22px;
	line-height: 2px;
	color: #ffffff;
	word-wrap:break-word !important;
	font-family: 'Open Sans', sans-serif;
	}
logo {
	z-index: -1000; index
	}

#image1 {
position: absolute;
top: 370px;
left: 90px;
}

#image2 img {
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 99%;
}


h1 {
	font-size: 60px;
	text-align: center;
	color: #FFF;
}	

h3 {
	font-size: 30px;
	text-align: center;
	color: #FFF;
}

h3 a {
	color: #FFF;
}

a {
	color: #FFF !important;
}

h1 {
	margin-top: 100px;
	text-align:center;
	font-size:60px;
	font-family: 'Bree Serif', 'serif';
	}

#container {
	margin: 0 auto;
}

p {
	text-align: center;
}

nav {
	margin: 0 0;
	background-color: #989695;
}

nav ul {
	padding: 0;
  margin: 0;
	list-style: none;
	position: relative;
	}
	
nav ul li {
	display:inline-block;
	background-color: #b6b5b5;
	}

nav a {
    font-family:garamond black;
	display:block;
	padding:0 10px;	
	color:#FFF;
	font-size:25px;
	line-height: 30px;
	text-decoration:none;
}

nav a:hover { 
	background-color: #686868; 
}

/* Hide Dropdowns by Default */
nav ul ul {
	display: none;
	position: absolute; 
     color:#b0b0b0 !important;
	top: 30px; /* the height of the main nav */
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:320px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	*/
nav ul ul ul li {
	position: relative;
	top:-30px; 
	left:170px;
}




	
/* Change this in order to change the Dropdown symbol */
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }

/* FOOTER */

#footer {
background-color: #8F8F8F;
position:relative;
padding:;
bottom:0;
width:100%;
height:190px;
}
