html,
body {
	height: 100%;
}

body {
	background: url(../img/bg.png) no-repeat center center fixed;
	background-size: cover;
	color: #fff;
	text-align: center;
	font-family: 'Quicksand', sans-serif;
	background-color: #e1abcf;
}
.click_button {
	clear: both;
	color: #0d54bd;
	font-size: 20px;
	text-decoration: underline;
}
.logo img{height:100px;}
.click_button img{margin-bottom:5px;}
.click_button:hover,
.click_button:focus {
	color: #ff9900;
}
.site-wrapper {
	display: table;
	width: 100%;
	height: 100%;
}

.site-wrapper-inner {
	display: table-cell;
	vertical-align: middle;
}

.cover-container {
	margin-right: auto;
	margin-left: auto;
}

.inner {
	padding: 30px;
}

.cover {
	padding: 0 20px;
}

.find_text {
	color: #221f1f;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: uppercase;
}

.cover-heading {
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 10px;
	font-size: 2rem;
	margin-bottom: 5rem;
}

.inner_content {
	width: auto;
}

@media (min-width: 768px) {
	.cover-heading {
		font-size: 3.4rem;
		letter-spacing: 15px;
	}
}

@media (max-width:767px) {
	.cover-heading {
		font-size: 26px;
		margin-bottom: 5rem;
	}
	.cover {
		padding: 0;
	}
	.click_button {
		font-size: 18px;
	}
	.click_button img {
		height: 60px;
	}
}

@media (min-width: 768px) {
	.site-wrapper-inner {
		vertical-align: middle;
	}
	.cover-container {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.cover-container {
		width: 1060px;
	}
}

.cover-heading {
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-bottom: 5rem;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}