body {
	font-family: 'Nunito', sans-serif;
	color: #faf3bc;
	background: #586163 url('img/tweed.png') repeat;
}

a {
	color: #A5ABC7;
	text-decoration: none;
}

h1 {
	font-size: 1.750em;
	font-weight: 100;
	letter-spacing: -1.5px;
}

h2 {
	font-weight: 100;
	font-size: 1.500em;
	color: #b4c34f;
}

h3 {
	font-weight: 100;
	font-size: 1.125em;
	color: #ed6c85;
}

.btn {
	padding: 15px 30px;
	margin: 40px 0;
	color: #faf3bc;
	background: #A5ABC7 url('img/texture.png') no-repeat right top;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	text-transform: uppercase;
}

btn:hover {
	background-color: #4cc4a7;
}


.btn-small {
	padding: 10px 25px;
	margin: 60px 0;
	color: #faf3bc;
	font-size: .75em;
	background: #9C2828 url('texture.png') no-repeat right bottom;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	text-transform: uppercase;
}

.btn-small:hover {
	background-color: #c62718;
}

.submit-btn {
	padding: 10px 25px;
	margin: 20px 0 50px 0;
	color: #faf3bc;
	font-family: 'Nunito', sans-serif;
	border: 0;
	font-weight: 100;
	font-size: .75em;
	background: #b22316 url('texture.png') no-repeat right top;;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	text-transform: uppercase;
}

ul.nav {
	margin: 0 auto;
	padding: 120px 0 0 0;
	list-style: none;
	float: right;
}

ul.nav li {
	float: left;
	margin-right: 40px;
}

ul.nav li.last {
	margin: 0;
	padding: 10px 25px;
	color: #faf3bc;
	font-family: 'Nunito', sans-serif;
	border: 0;
	font-weight: 100;
	font-size: .75em;
	background: #9C2828 url('texture.png') no-repeat right top;;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	text-transform: uppercase;
}

ul.nav li.last:hover {
		background-color: #c62718;
}

ul.nav li a {
	color: #faf3bc;
	display: block;
	font-size: 1.3em;
	text-decoration: none;
}

#intro {
	margin: 20px 55px 75px 0px;
}

#ghosts img {
	border: 8px solid #faf3bc;
	margin: 0 0 20px 0;
}

#washingmachine img {
	border: 8px solid #faf3bc;
	margin: 10px 0 0 0;
}

#sweetstorm img {
	border: 4px solid #faf3bc;
	margin: 35px 0 0 0;
}

#name {
	margin-top: 8px;
}

#contact {
	padding: 8px 0 5px 0;
}

#contact span{
	color: #400A0A;
	font-weight: 600;
}

#copyright {
	border-top: 8px solid #2a0400;
	padding: 10px 0;
	margin: 15px 0;
	text-align: center;
}