/*
colours
green: #006a44
brown: #3f2b0d
beige: #e9e3ba
*/

body {
	background-color: #091e14;
}

a {
	color: #e9e3ba; text-decoration: underline;
}

a:focus, a:hover, .nav_item a:focus, .nav_item a:hover {
	color: #fff; 
}

.index {
	min-height: 700px;
	background-image: url(../../images/bg_index.jpg);
	background-repeat: no-repeat;
	background-color: #a9997d;
}

.index .page {
	margin-top: 12em;
}

.main {
	min-height: 700px;
	background-image: url(../../images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #a9997d;
}

.page {
	margin-top: 9em;
}

.resume_margin {
	margin-top: 4.5em;
}

.page h2 {
	color: #e9e3ba;
}

.nav {
	margin-top: 3em;
}

.nav_item {
	background-color: #3f2b0d;
	margin-bottom: 1.5em;
}

.nav_item a, .nav_item p {
	text-decoration: none;
	margin-bottom: .75em;
	margin-top: .75em;
	color: #e9e3ba;
}

.content {
	color: #3f2b0d;
}

.heading {
	color: #006a44;
}

.img_caption {
	font-style: italic;
	color: black;
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}

.copyright {
	color: #e9e3ba;
	text-align: right;
}


