h1 {
	text-align: center;
	margin-bottom: 20px;
}

.main-menu {
	text-align: center;
}

.btn.btn-circle {
	box-shadow: none;
	border: none;
	background: transparent;
	font-weight: 300;
	color: black;
	transition: none;
	width: 150px;
	white-space: normal;
	vertical-align: top;
}

.btn-circle>i {
	color: #a5b6c7;
	background: #e5e9ed;
	border: 1px solid #a5b6c7;
	width: 60px;
	height: 60px;
	padding: 13px 0 0 0px;
	font-size: 28px;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	margin-bottom: 6px;
	line-height: normal;
	transition: all .3s ease-in-out 0s;
}

.btn-circle:hover>i {
	color: #fff;
	background-color: #3fcf7f;
}