body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}


#hunted {
	background: #;
}

header {
	margin-top: -1.5em;
	background: #000 url('../images/header-bg.jpg') no-repeat center center;
	color: #fff;
	font-family: 'Unica One', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-transform: uppercase;
}

	header h2 { margin-top: 4em; }
	header h3 { margin-top: 2em; }
	header img { margin-top: 9em; }

	.get-started {
		margin-top: 2em;
		margin-bottom: 2em;
	}

		.get-started a {
			font-size: 2em;
		}

#hunted {
	background: #efefef;
	padding-bottom: 2em;
}

	#hunted h3 {
		text-transform: uppercase;
		font-family: 'Unica One', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	}

	#hunted .powered_by {
		display: none;
	}


#features {
	margin-top: 4em;
}
	#features h2 {
		font-family: 'Unica One', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
		text-transform: uppercase;
		text-align: center;
		font-size: 2em;
		margin-bottom: 1em;
	}
	#features p {
		font-family: Vollkorn;
	}

#about {
	margin-top: 4em;
	margin-bottom: 4em;
}
	#about h2 {
		font-family: 'Unica One', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
		text-transform: uppercase;
		text-align: center;
		font-size: 2em;
		margin-bottom: 1em;
	}
	#about p {
		font-family: Vollkorn;
	}

#newsletter {
	padding: 2em 0;
	margin-top: 2em;
	margin-bottom: 2em;
	background: #efefef;
	border-bottom: 1px solid #d0d0d0;
}
	#newsletter h2 {
		font-family: 'Unica One', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
		text-transform: uppercase;
		text-align: center;
		font-size: 2em;
		margin-bottom: 1em;
	}
	#newsletter p {
		font-family: Vollkorn;
	}
	#newsletter label {
		text-align: center;
	}

footer {
	color: #999;
	font-family: Vollkorn;

	border-top: 1px solid #eee;
	padding-top: 2em;
	margin-bottom: 2em;
}

#mubsdotme {
    bottom: 0;
    right: 1em;
    position: fixed;

    width: 115px;
    height: 30px;
}
    #mubsdotme a {
        text-indent: -9999px;
        display: block;
        margin: 0; padding:0;
        width: 115px;
        height: 30px;
        background: url("/images/mubsdotme.png");
    }

        #mubsdotme a:hover {
            background-position: 0 30px;
        }
.mubs {
	color: #999;
}