@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/grief-bg.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-color: #121311;
	background-position: top center;
}

a:link {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #b78919;
}

a:visited {
	color: #888;
}

@font-face {
    font-family: headers_txt;
    src: url('fonts/TrajanPro-Regular.otf');
	}
	
.container {
	width: 1200px;
	height: 1385px;
	margin-left: auto;
	margin-right: auto;
}

.content {
	width: 900px;
	height: 690px;
	font-family: 'Average', serif;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	font-stretch: extra-expanded;
	position: relative;
	top: 40px;
	z-index: 1;
}

.header {
	text-transform: capitalize; 
	font-variant: small-caps;
	background-repeat: no-repeat;
	height: 300px;
	width: 455px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	color: #b78919;
	font-family: headers_txt;
	font-size: 22px;
	line-height: 100px;
	position: relative;
}

.headlines1 {
		text-transform: capitalize; 
		font-variant: small-caps;
		font-size: 22px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		left: 300px;
}


.headlines2 {
		text-transform: capitalize; 
		font-variant: small-caps;
		font-size: 18px;
}

.bottomcontent {
	position: relative;
	z-index: 0;
}

.social {
	font-family: 'Average', serif;
	position: relative;
	color: #fff;
	font-size: 16px;
	top: 180px;
	left: 100px;
	
}

.copyright {
	position: relative;
	color: #fff;
	font-size: 14px;
	left: 450px;
	top: 170px;
	font-family: 'Average', serif;
}

.nav {
	position: relative;
	color: #fff;
	font-size: 18px;
	float: right;
	top: 150px;
	left: -100px;
	font-weight: bold;
	font-family: 'Average', serif;
}

.mailform {
	width: 750px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}