/*!---------- PLACE YOUR CUSTOM STYLES AND OVERRIDES HERE ----------*/



/*  ----- Facebook Button ------------ */

.fbButton {
	width: 100%;
	max-width: 350px;
	padding: 20px 0px;
	background-color: #1787fb;
	color: white;
	font-weight: bold;
	text-align: center; 
	margin: 20px auto;
}

.fbButton:hover {
	background-color: #0377ef;
	cursor: pointer;
}

.fbLogo {
	width: 48px;
	height: 50px;
	margin-right: 8px;
}

.listing {
	padding-top: 20px;
	padding-bottom: 20px;
}

.earlyAccess {
	color: white;
	font-weight: 400
}

.bg-white {
	background: white;
}

.bg-new-blue {
	background: #32cce2;
}

.font-new-blue {
	color: #32cce2;
}

.font-italic-new-blue {
	color: #32cce2;
	font-style: italic;
}

.top-space-80 {
	padding-top: 80px;
}

.top-space-20 {
	padding-top: 20px;
}

.text-grey {
	color: #999;
}

.text-center {
	text-align: center;
}

.bw {
	-webkit-filter: grayscale(1);
}
.feature_desc {
	font-size: 18px;
}