header { background-color: #333; }
.logo img { vertical-align: middle; border-style: none; width: 143px; }



.text-center{
	text-align: center;
}

.text-lightgrey{
	color: #9a9a9a;
}


/* Landing page css */

.menu-button{
	background-color: #e9e9e9;
	border-radius: 20px;
	padding: 20px 0px;
	display: block;
	margin: 25px auto;
	width: 75%;
	border: none;
	position: relative;
}

.menu-button:hover, .menu-button:focus{
	background-color: #479194;
	color: #fff;
}

.menu-button:hover, .menu-button:focus, .next-button:hover, .next-button:focus{
	outline: none;
}

.menu-button.active {
	background-color: #479194;
	color: #fff;
}

.menu-button i{
	position: absolute;
	top: 25px;
	right: 20px;
	display: none;
}

.menu-button i:before{
	color: #387879;
	
}

.menu-button:hover i, .menu-button:focus i{
	display: block;
}

.menu-button.active i {
	display: block;
}

.next-button{
	background-color: #80ce32;
	border-radius: 15px;
	padding: 8px 15px;
	display: block;
	margin: 50px auto;
	/* width: 20%; */
	border: none;
	/* position: relative; */
	color: #fff;
}

.next-button i{
	margin-left: 5px;
}




/* MOBILE CSS */
@media only screen and (max-width: 767.98px) {
	.logo { margin: 0 auto; }
}

@media only screen and (min-width: 992px) {

	.menu-button{
		width: 40%;
	}
}