body {
	background: #666;
	font-family: 'Sarala', sans-serif;
}

#container {
	min-width: 1100px;
	margin: 0 auto;
	background: transparent url(../images/landing-bkg.jpg) no-repeat;
}

header {
	background-color: #342410;
	min-height: 8em;
	color: #fff;
	text-align: center;
	padding: 28px;
	margin-left: -28px !important;
}
header p {
	font-family: "Sarala", sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 2em;
	line-height: 1.2em;
}
.page-header {
	display: none;
}
section {
	width: 100%;
	padding: 0 !important;
	margin-left: -28px !important;
}
.item-page {
	width: 100%;
	height: 800px;
	padding: 28px;
	font-family: 'Sarala', sans-serif;
	background: transparent url(../images/landing-bkg.jpg) no-repeat top center;
	background-size: cover;
	text-align: center;
	color: #fff;
	font-size: 1.125em;
}
img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 2px solid #fff;
	border-radius: 50%;
}

section .choose {

	width: 90%;
	margin: 2em auto;
}
.consumer {
	width: 50%;
	float: left;

}
.consumer img:hover {
	box-shadow: 3px 0px 10px 6px #DBD5BA;
}
section  {
	padding: 0 1em;
	text-align: center;
	
}
section .choose h2 {
	font-size: 2em;
	line-height: 2em;
	text-align: center;
}
.click {
	background-color: #fff;
	padding: 1.5em 1em;
	border-radius: 16px;
	color: #333;
	margin: 0 2em;
	float: left;
}
.click p {
	
}
.click img {
	border-radius: 0;
	border: none;
}
.click img:hover {
	box-shadow: none;
}

@media only screen and (max-width: 480px) {
	.item-page {
		height: 1350px;
	}
	.consumer {
		width: 100%;
		margin: 1em;
	}
	section .choose h2 {
		font-size: 1.5em;
		line-height: 1em;
	}
	.click {
		width: 90%;
		margin: 0 auto;
	}

}
@media (min-width: 481px) and (max-width: 600px) {
	.item-page {
		height: 680px;
	}
	.consumer img {
		width: 80%;
	}
	section .choose {
		width: 100%;
		margin: 0 .25em;
	}
	section .choose h2 {
		font-size: 1.5em;
		line-height: 1.2em;
	}
	.click {
		font-size: .9em;
		margin: 0 .5em;
	}
	.click p {
	}

}
@media (min-width: 601px) and (max-width: 800px) {
	.item-page {
		height: 680px;
	}
	.consumer {
		width: 50%;
	}
	.consumer img {
		width: 90%;
	}
	section .choose h2 {
		font-size: 1.5em;
		line-height: 1.2em;
	}
	.click {
		margin: 0 1em;
		width: 85%;
		height: 200px;
	}
}
@media (min-width: 801px) and (max-width: 1048px) {
	.item-page {
		height: 780px;
	}
	.consumer img {
		width: 80%;
	}
	.click {
		margin: 0 1em;
		font-size: .9em;
	}
	.click p {
		min-height: 7em;
	}
	.click img {
		border-radius: 0;
		border: none;
	}

}


footer {
	text-align: center;
	color: #fff;
	background-color: #342410;
	width: 1100px;
	padding: 28px;
	margin: 0 auto;
	margin-left: -28px !important;
}
