body {
    font-family: Montserrat, sans-serif;
}

.nav-item a {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600 !important;
    letter-spacing: 0.1em;
    /*  */
    color: #000;
    padding: 10px 10px;
}

.nav-item a.active {
    color: #f74949;
}

img.profile {
    height: 375px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

img.logo {
    /* width: 100%; */
    /* object-fit: cover; */
    width: 100%;
    height: 100px;
    object-fit: scale-down;
}

.profile_logo {
    /* max-width: 500px; */
    max-width: 100%;
    /* height: 250px; */
    max-height: 250px;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.card-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 100px;
}



.grecaptcha-badge {
    display: none !important;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

/* admin */
.choices__list--single .choices__item {
    width: 340px;
    text-overflow: clip;
    overflow: hidden;
}

#members .card-text * {
    color: #fff !important;
}