html {
    position: relative;
    min-height: 100%;
}
.copyright {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
    margin: 0;
}
.footer .nav-item {
    padding-top: 5px;
    padding-bottom: 5px;
}

img {
    max-width: 100%;
}

/* Increase the size and contrast of checkboxes */
.form-check-input[type=checkbox] {
    width: 30px;
    height: 30px;
    border: 2px solid;
    border-color: #c1c1c1;
    margin-right: 3px;
    display: inline-block;
}
.form-check-input:checked[type=checkbox] {
    /* Fall back to the bootstrap styling when checked */
    border: var(--bs-border-width) solid var(--bs-border-color);
}
.form-check label {
    display: inline-block;
    margin-left: 15px;
    margin-top: -34px;
}
.form-check .form-text {
    margin-left: 25px;
}

.event-ended.card {
    background-color: #0f1335;
    color: white;
}

.event-ended .nav-tabs {
    background-color: #cff4fe;
    border-radius: 5px 5px 0px 0px;
}

.event-ended .list-group-item {
    background-color: #cff4fe3b;
}

.event-ended .form-text {
    color: white;
}

.event-ended img {
    background-color: white;
}

.nimbus-document p b,
.nimbus-document p i {
    line-height: 2em!important;
}
.nimbus-document {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.nimbus-document {
    h1 {
        font-size: 20px;
    }
    h2 {
        font-size: 18px;
    }
    h3 {
        font-size: 16px;
    }
}

.gallery-modal-image {
    height: 100%;
}

.gallery-modal-image img {
    max-height: 100%;
}
