/* utilities */

.bg-green {
    background-color: #004D40;
    color: #FFFFFF;
}

.text-green {
    color: #004D40;
}

.navbar {
    border-bottom: 3px solid #004D40;
}

.MyHeadline {
    border-bottom: 2px solid #8BC34A;
    font-weight: bold;
}

.bg-light-green {
    background-color: #8BC34A!important;
    color: #fff!important;
}

.nav-pills .nav-link.active {
    color: red!important;
}

.image-container {
    background-image: url(/image/bg-cwc.jpg);
}

.overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Change the opacity as needed */
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 150px 0;
}

.overlay-content {
    text-align: center;
    color: white;
    padding: 20px;
}

.logo{
    width: 400px;
    height: 110px;
}


@media (max-width: 420px) {
    .logo{
        width: 280px;
        height: 60px;
    }
}

