#intro-section,#setup-section,#section-video,#features-section{
	text-align: center;
	background-color: #fff;
	padding:50px 10px;
	margin: 0 auto;
	width:750px;
	border: 1px solid #d6e2ed;
}
#features-section {
	margin-top: 2em;
}
.features-seaction {
	margin: 1.5em 1em;
}
#features-section > .features {
	padding:25px;
}
.features-content {
	width: 50%;
	display: table-cell;
}
.features-icon > i {
	font-size:6em;
}
.features-icon {
	width: 30%;
	display: table-cell;
	vertical-align: top;
}
.features-text {
	width: 70%;
	display: table-cell;
	text-align: initial;
}
.features-text > .features-text-heading {
	margin: 0;
}
.features-subtitle {
	margin: 2em 6em;
	font-size: 16px;
}
.features-text > p {
	font-size: 14px;
	margin: .5em 0;
}
.humc-start-page-container{
	padding-top: 110px;
}
#magic-logo > img {
	margin-top: -10em;
}
#setup-button{
	display: inline-block;
	text-decoration: none;
	font-size: 18px;
	line-height: 2.15384615;
	min-height: 30px;
	margin: 10px;
	padding: 10px 20px;
	cursor: pointer;
	border-width: 0px;
	-webkit-appearance: none;
	white-space: nowrap;
	box-sizing: border-box;
	background-color: #e53935;
	color:#fff;
}

#section-video {
	background-color: #f5f3ff;
}
#section-video > div > a > img {
	width:650px;
}
#section-video > div > a:focus {
	box-shadow: none;
}
#section-video > div {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	background-color: #f5f3ff;
}

.humc-text{
	font-size:16px;
	width:70%;
	text-align: center;
	margin:auto;
}
