/*
Theme Name: Engel Template
Author: Kat Happens
Version: 1.0
Text Domain: leos
*/

.about-image-wrap, .about-image {
  height: auto;
}

@media (max-width: 768px)
.logo img {
    max-height: unset !important;
}

/* Toast Styles */
#message-toast {
    display: none;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.7);
    max-width: 450px;
    text-align: center;
    color: #505050;
}

.toast-timer {
    height: 8px;
    width: 100%;
    margin: 0;
    border-radius: 4px;
}

.toast-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    font-size: clamp(18px, 1.5vw, 28px);
}

.toast-icon {
    margin-inline: 10px;
    font-size: clamp(20px, 1.5vw, 35px);
}

@media screen and (width < 768px) {
    #message-toast {
        max-width: 90%;
    }
}
/* End Toast Styles */
.base-output ul
{
	margin-right: 2rem;
}
.base-output ul li
{
	margin-bottom: 0.5em;
}
.video-file{
	pointer-events: none;  
    object-fit: cover;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
    transition: opacity 1s ease;
}