
.btn.homeBtn {
	position: relative;
	background: rgba(255,255,255,0.25);
	text-shadow:none;
	color:white;
	text-transform: uppercase;
	padding: 15px 20px;
	font-size: 18px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;	
	margin-top:20px;
	border-radius:6px;
	}
.btn.homeBtn:hover {
	color: #43B6B1;
	border-color: #eee;
	text-shadow: none;
	background: #fff;
}

.large-icon{
	font-size:72px;}