#about-us .about-us-content {
    margin-right: 1.5rem;
}

#about-us .about-us-content > div.white-text {
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
}

#about-us .video-container {
    margin-left: 1.5rem;
}

#join > .col:first-child {
    padding-right: 1.5rem;
}

#join > .col:first-child > .row {
    min-height: 4.5rem;
}

#join > .col:last-child {
    padding-left: 1.5rem;
}

#news .card-content p {
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
}

#special .col.s4:nth-of-type(2) .icon-block {
    padding-right: 1.5rem;
}

#special .col.s4:nth-of-type(3) .icon-block {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

#special .col.s4:nth-of-type(4) .icon-block {
    padding-left: 1.5rem;
}

#special .icon-block > .white-text {
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
}

.card-content p, span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.border-round {
    text-align: center;
    border: 1px solid var(--color-primary);
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0.4em;
}

.card-image img {
    object-fit: cover;
    width: 100%;
    height: 200px;
}

#news .col:nth-child(1) .card {
    margin-right: 0.5rem;
}

#news .col:nth-child(2) .card {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

#news .col:nth-child(3) .card {
    margin-left: 0.5rem;
}

#news .card {
    height: 350px;
}

#news .card-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

#news a {
    color: var(--color-text-primary);
}

#news a:hover {
    color: var(--color-primary);
}

#news a:active {
    color: var(--color-primary);
}

#gallery {
    margin-bottom: 0;
}

#gallery img {
    display: block;
}

#stats {
    margin-top: 0;
}

/* Slideshow container */
.gallery-container {
    position: relative;
}

/* Hide the images by default */
.gallery-mySlides {
    display: none;
}

/* Caption text */
.gallery-text {
    color: var(--color-text-secondary);
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.gallery-numbertext {
    color: var(--color-text-secondary);
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.quotes-container {
    position: relative;
    background-image: url("/static/images/quotes-background.jpg");
    background-size: cover;
    background-color: rgba(22, 22, 24, .8);
    background-blend-mode: multiply;
    background-position: 0px -180px;
    margin-top: 3em;
    padding-top: 0.2em;
}

/* Next & previous buttons */
.quotes-prev, .quotes-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: var(--color-text-muted);
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.quotes-next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.quotes-prev:hover, .quotes-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: var(--color-text-primary);
}

/* The dot/bullet/indicator container */
.quotes-dot-container {
    text-align: center;
    padding: 10px;
}

/* The dots/bullets/indicators */
.quotes-dot {
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 4px;
    border-radius: 50%;
    border: 2px solid var(--color-primary);
    display: inline-block;
    transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.quote-active, .quotes-dot:hover {
    background-color: var(--color-primary);
}

/* Add an italic font style to all quotes */
.quote {
    font-style: italic;
    font-size: 18px;
}

/* Slides */
.quotes-mySlides {
    display: none;
    padding: 24px;
    padding-bottom: 8px;
    text-align: center;
}

.quotes-author {
    font-size: 18px;
}

.quotes-title {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 8px;
    font-size: 24px;
    font-weight: bold;
}

.stats-icon {
    margin-top: 2em;
}

.stats-title {
    font-weight: bold;
}

.stats-counter {
    margin-bottom: 1em;
    font-weight: bold;
}

.contact-logo {
    width: 16em;
}
