
.features-icons .features-icons-item:hover .features-icons-icon img {
	transform: scale(1.1);
}

.text-shadow {text-shadow: 0 0 5px rgba(0,0,0,0.7);}

.bg-black {background: #F79D01;}
/*Secondary hover color: #D68136*/

.whatsapp-float {
	position: fixed; bottom: 30px; right: 20px;
	background: #59CF65; padding: 16px 20px 20px;
	border-radius: 50%; z-index: 99;
}
.whatsapp-float:hover {opacity: 0.7;}
.whatsapp-float img {display: block}

.align-center > * {margin: 0 auto;}

.showcase-text {font-size: 1.2rem;}

@media (max-width: 768px) {


.masthead {
    padding-top: 13rem!important;
}

}