body {
    background: url(Images/gradient.jpg)no-repeat 100% 0% fixed;
}

.nav ul {
	list-style: none;
	background-color: #8a8c8f;
	text-align: center;
	padding: 0;
	margin: 0;
}

.nav li {
	font-family: 'Athelas', serif;
	font-size: 1.2 em;
	line-height: 40px;
	height: 40px;
	border-bottom: 1px #41393d;
	border-top: 1px #41393d;
	display: inline-block;
	margin-right: -4px;
	padding-right: 40px;
}

.nav a {
	text-decoration: none;
	color: #41393d;
	display: block;
	transition: .3s background color;
}

.nav a:hover {
	background-color: #be1e2d;
	padding-left: 0px;

}

.nav a.active {
	background-color: #fff;
	color: #ffffff;
	cursor: default;
	
}
h1 {
    color: #d4a18d;
    text-align: center;
}
h2 {
    font-size: 4.0em;
	color: #ef4e22;
    text-align: center	
}

h3 {
	font-size: 1.0em;
	color: #8a8c8f;
	text-align: center;
}
p {
    color: #d7e4c2; font-size: 1.4em; 
	align-items: center
}

p:first-letter {
    font-size: 2.4em;
}