.imgNgang {
    display: none;
}

.maecenas-des {
    text-align: justify;
    color: #fff;
}

.maecenas-title {
    font-family: "Noe Display Regular, -apple-system, BlinkMacSystemFont, Arial, Helvetica, sans-serif" !important;
}

body {
    font-family: "Noe Display Regular, -apple-system, BlinkMacSystemFont, Arial, Helvetica, sans-serif" !important;
}

.how-does-it-works--content {
    padding-top: 30px;
    padding-left: 100px;
}

.how-does-it-works--content img {
    height: 80vh;
}

.singleCatWrap {
    display: flex;
    margin-top: 15px;
    background-color: #fff;
}

.singleCatWrap .singleCatWrapDes h4 {
    color: #856404;
}

.categories-content {
    display: flex;
    padding-top: 20px;
    z-index: 1;
}

#donutchart {
    width: 100%;
}

.menu-item-type-custom a {
    font-size: 36px !important;
}

.navBarLink {
    gap: 30px;
}

@media screen and (max-width: 1100px) {
    .maecenas-des {
        font-size: 20px !important;
        line-height: 20px !important;
    }

    .header-bar {
        height: 45px !important;
    }

    #header {
        height: 45px !important;
    }
}


@media screen and (max-width: 768px) {
    body{
        overflow-y: scroll !important;
    }
    .header-bar {
        padding-left: 0 !important;
    }

    .imgNgang {
        display: inline-block;
        height: 45px;
    }

    .pulse-wrap {
        display: none !important;
    }

    .maecenas-des {
        font-size: 17px !important;
        line-height: 20px !important;
        color: #888888;
    }

    .picasso-topbg {
        width: 300px !important;
    }

    #trigger-whatMaecenasImg>div.what-is-maecenas--title>p {
        margin-bottom: 25px;
        width: 100%;
        text-align: center;
        left: 0;
    }

    .menu-item-type-custom a {
        font-size: 20px !important;
    }

    .fine-art {
        height: fit-content !important;
    }

    .navi-panel--footer {
        display: flex !important;
        flex-direction: row;
    }

    .navi-panel--footer .navi-panel--footer--left {
        width: 80%;
    }

    .navi-panel--footer .navi-panel--footer--right {
        width: 20%;
    }

    .s-landing-2 {
        padding-top: 50px !important;
    }

}