article {
	padding-top: 70px;
}

body {
	font-size: 16px;
	height: auto;
	min-height: 100%;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	color: #FFF;
}

#hyperlink, #pricing, #contact {
	padding-top: 50px;
	padding-bottom: 50px;
}

#team, #advantages, #what {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #52AD81;
	color: #fff;
}
article{
	padding-bottom: 20px;
}

footer {
	margin-top: 20px;
	padding-top: 20px;
	background-color: #222;
	color: #fff;
}

.carousel-caption {
	color: #333;
	text-align: center;
	text-shadow:  none;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius:20px;
	margin-bottom: 40px;
}

#advantages .fa {
	font-size: 6em;
}
#pricing .fa {
	font-size: 6em;
}
#contact .fa {
	font-size: 2em;
}
@media screen and (max-width: 768px) {
	.wow{
		visibility: visible !important;
		animation-name: none !important;
		-webkit-animation-name: none !important;
		-o-animation-name: none !important;
		animation-name: none !important;
	}
}
