body {
	font-family: 'Open Sans', 'sans-serif';
}

header {
	background: url() center center;
	min-height:300px;
	padding: 0px 0;
	color: #711C77;
}
header h1 {
	margin: 0px 0 0px;
	font-family: 'Open Sans', 'sans-serif';
}
header a {
	color: #000000;
	text-shadow: none;
}

	img{
	max-width: 100%;
	height:auto;
	width:auto;
}

.btn-custom {
	background: #DEE0DB;
	color: #5E2500;
	padding: 10px 20px;
	box-shadow: 0 3px 0 #f93;
	text-transform: uppercase;	
}

#offer {
	padding: 100px 0;
}

#description {
	background: #FFFFFF;
	padding: 50px 0;
}

footer {
	padding: 30px 0;
	background: #711C77;
	color: #9C65AA;
}

