body {
	font-family: 'BenchNine', sans-serif;
	font-size: 1.2rem;
	font-weight: 300;
	background-color: #fff;
	background-image: none;
	color: #657077;
}
h1, h2, h3 {
	font-weight: 400;
	color: #c4abb7;
}
.bg-image {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media only screen and (max-width: 575px) {
	.bg-image {
	    height: 480px !important;
	    position: relative;
	    background-attachment: scroll;
	    background-size: 120% auto;
	    background-position: center center;
	}	
}