body {
	background: url('../../img/site/welcome.jpg') no-repeat left bottom;
	background-size: cover;
}
div.front {
	margin: -20px 0px;
}
div.front-content {
	position: absolute;
	width: 100%;
	height: 100%; 
	margin-top: 30px;
}
div.front-btns {
	width: 100%;
	max-width: 800px;
	height: 400px;
	text-align: center;
	color: #FFF; 
	position: relative;
	top: 0;
	margin: 0 auto;
	font-size: 40px;
}
div.front-btns h1 {
	font-size: 70px;
}
div.front-btns input {
	padding: 5px 15px;
	font-size: 30px;
	margin-top: 20px;
}
div.img-container {
	border-radius: 50%;
	height: 200px;
	width: 200px;
	margin: 0 auto;
	background-size: cover !important;
	overflow: hidden;
}
a.front-btn {
	margin-top: 20px;
	font-size: 24px;
}
div.overlay {
	display: block;
	z-index: 0;
	background-color: #000;
}
div.info-container,
div.faqs-container {
	margin: 0 auto;
	padding: 20px;
	background-color: #FFF;
}