/* overriding main.css */
p:not(:last-child) {
    margin-bottom: 1rem;
}

.img-box > img {
    height: 100%;
    object-fit: cover;
}

.nyccl-titlebar {
    margin-bottom: 5%;
}
.nyccl-title {
    text-decoration: underline !important;
    font-size: 1.5rem;
}

.nyccl-subheading {
    margin-top: 5%;
}

.nyccl-entry-text:empty {
    display: none;
}
.nyccl-img-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.nyccl-img-container:empty {
    display: none;
}

.nyccl-img-container .img-box {
    width: 48%;
}
.nyccl-img-container > .img-box > img {
    width: 100%;
}
.nyccl-img-container > .img-box > .overlay {
    width: 100%;
}