h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
	color:#333333;
}
.features-card {
	border:0;	
}
.features-card .img-wrap img {
	width: 85px;
	height: 85px;
}
.list-wrapper {
    padding: 60px 0 5px 0;
}
.info-section {
    padding: 50px 0 50px 0;
}
.half {
 	width:50%; 
}
.main-menu {
 	width:100% !important; 
}
.parrallax-replace:after {
 	background:none; 
}
.features-card .bottom {
    border-top: 0;
}
.btn-large p {
 	 margin:0;
}
.btn.btn-large {
	border: 2px solid #8cc63f;
    background-color: #8cc63f;
    margin: 20px 0;
    padding: 10px 0;
}
.btn.btn-large:hover {
 	border: 2px solid #8cc63f;
    color: #8cc63f;
}
.center-section {
	display: flex;
    justify-content: center;
    align-items: center;
}