html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
.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;
}

}
#overlay {
    position: fixed; /* Positions the overlay relative to the viewport */
    display: flex; /* Centers the message box using flexbox */
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1); /* Dimmed black background with opacity */
    z-index: 10000; /* Ensures it sits on top of all other elements */
}

/* Styles for the message box itself */
.message-box {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    width: 100%;
    height:30%;
}

.message-box button {
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.message-box button:hover {
    background-color: #0056b3;
}
.hide-object{
    display:none;
}