@charset "utf-8";
/* CSS Document */
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	position: absolute;
    top: 0;
	height: 80px;
    width: 100%;
	background-color: #30484f;
}
		li {
    float: right;
}

li a {
	display: block;
    color: white;
    text-align: center;
    padding: 30px;
    text-decoration: none;
}
		
li a:hover {
    background-color: white;
}
body {
    background-color: white;
}

div {
	background-color: #fbe4c8;
	width: 100%;
	height: 450px;
}

h1 {
    color: #000000;
	font-family: 'eb-garamond'; 
	font-size: 300%;
}

h2 {
	color: #white; 
	font-family: 'eb-garamond'; 
	font-size: 200%
}
p {
	color: white; 
	font size: 19px;

}

footer {
	width: 100%;
	background-color: #a4504b;
	padding-top: 50px;
	padding-bottom: 50px;
}
