body {
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 27px;
	color: #7d7d7d;
	background-color: #f78f1e;
}

html body {
	margin: 0;
	padding: 0;
}

img {
	image-rendering: -webkit-optimize-contrast;
}

.responsive {
  max-width: 90%;
  height: auto;
}

.clear {
	clear: both;
}

.container {
	background-color: #fff;
}

a {
	color: #f78f1e;
}

.wrapper {
	max-width: 910px;
	margin: 0 auto;
	padding: 10px 20px 50px;
	position: relative;
	text-align: center;
}

.container-logo .wrapper {
	padding: 75px 20px 40px;
	background-image: url('../img/background-top.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}