.font-brand {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 2rem;
}

.font-menu {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: white;
}

.background-nav {
    background-color: #008080 !important;
}

.btn-custom {
    background-color: transparent;
    color: white;
    border: 2px solid white;
    font-weight: bold;
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.btn-custom:hover {
    background-color: #008080;
    color: white;
    border-color: #008080;
}

.card-img-container {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-img-top {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.card-body {
    padding: 1rem;
}

.card-title {
    font-size: 1.25rem;
    color: #333;
    margin-bottom: 0.75rem;
}

.card-text {
    font-size: 0.95rem;
    color: #555;
}

.card:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.large-image-container {
    text-align: center;
    margin-top: 2rem;
}

.large-image-container img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .card-img-container {
        height: 150px;
    }
}

#video {
    width: 100%;
    height: auto;
}

#canvas {
    display: none;
}
