@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0; 
}
html, body{
	height: 100%;
}

body{
	background-color: beige;
}
/* Menu logo */ 
#logo{
		text-decoration: none;
		color: black;
		text-transform: uppercase;
}

#logo:hover {
	color: goldenrod;
}

/* Menu Bar */
nav{
	width: 100%;
	height: 60px;
	background-color: lightgreen;
}
/* Footer Nav bar */ 
footer nav{
	width: 100%;
	height: 60px;
	background-color: goldenrod;
}
#footer{
	display: block; 
	margin-bottom: auto; 
}
/* Logo on menu */
nav p{
	font-family: arial;
	color: #222;
	font-size: 24px;
	line-height: 55px;
	float: left;
	padding: 0px 20px;
	padding-right: 100px;
}

nav ul{
	float: left;
}
/* Menu position */
nav ul li{
	float: left;
	list-style: none;
	line-height: 0px;
	position: relative;
}
/* Menu Text */
nav ul li a {
	display: block;
	font-family: arial;
	color: #222;
	font-size: 19px;
	padding: 30px 16px;
	text-decoration: none;
}
/* */
nav ul li a:hover {
	color: lightblue;
	background-color: black;
}
	#site{
		font-weight: bold;
	}
	#foot{
		float:right;
		line-height: 0px;
	}
	.content{
		display: block;
		border-radius: 3px;
		background-color: lightgray;
	 	width: 1500px; 
		height: 700px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 2em;
		overflow: hidden;
		padding: 2em; 

	}
	
	.content h1{
		margin: 0;
		padding: 0;
		font-family: arial;
		font-size: 30px;
		text-transform: uppercase; 
		position: relative;
		
	}
	
	.content p{
		text-align: justify;
		font-size: 20px;
		font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"; 
	}
	
	#container{
		min-height: 29.8%;
	}
	
	#main{
		overflow: auto; 
		padding-bottom: 75px; 
	}
	
	#footer{
		position: relative;
		height: 75px;
		margin-top: -100px;
		clear: both;
	}
	#top2{
		display:flex;
		justify-content:center;
	}

	#top{
	background-size: cover; 
}
	/* Example of a hero image */ 
	.topimage{
		background-image: url("final/images/haiti2.jpg");
		background-position: center; 
		background-repeat: no-repeat; 
		background-size: cover; 
		position: relative;
		height: 19%;
}