body {
    width: 100%;
    height: 100%;
    margin: 0px;
    background-color: #21272a;
    color: white;
    overflow: overlay;
}

::-webkit-scrollbar {
    display: none;
}

/*
::-webkit-scrollbar {
    width: 0.5em;
}
::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
    margin-block: 0.25em;
}
::-webkit-scrollbar-thumb {
    background: rgba(120, 120, 120, 1);
    border-radius: 1em;
}
::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 1);
}
*/

.videoWrapper {
    z-index: -3;
    position: absolute;
    top: -0px;
    left: -0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.titleText {
    z-index: -1;
    font-weight: 600;
    font-size: 380%;
    max-width: 57%;
    margin: auto;
    text-align: center;
    margin-top: 20rem;
    margin-bottom: 24rem; /*                                           TMP*/
    color: white;
}

.StartButton {
    color: #FFFFFF;
    text-decoration: none;
}

.StartButton:hover {
    color: #a4a4a4;
}

.homePage {
    background-color: #21272a;
}

.header {
    color: white;
}

.paragraph {
    color: white;
}

nav {
    background: linear-gradient(to top, rgba(0,0,0,0), rgba(33, 37, 41,1));
    height: 7rem;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #21272a;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.swiper-slide img {
    display: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #21272a;
}

.overlay-text {
    position: absolute;
    color: white;
    font-size: 1.5em;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.swiper-pagination-bullet {
    background-color: blue;
}

.swiper-pagination-bullet-active {
    background-color: red;
}

.collapsible {
    background-color: #21272a;
    color: white;
    cursor: pointer;
    padding: 0.3em;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 2.5rem;
}

.content {
    font-size: 1.3rem;
    padding: 0.3em;
}

.time, .associate {
    font-size: 0.7rem;
}