.banner {
    height:100vh;
    overflow: hidden;
    /* height: 100vh; */
}

.banner img {
    width: 100%;
    height: 100vh;
    position: absolute;
    object-fit: cover;
}

.overlay {
    position: absolute;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-text {
    text-align: center;
}

svg {
    width: 0.875em;
    vertical-align: -0.125em;
}

.arrow {
    position: absolute;
    font-size: 40px;
    width: 100%;
    text-align: center;
    bottom: 0;
    margin-bottom: 50px;
}

.event-thumbnail {
    height: 300px;
    object-fit: cover;
}

.bi {
    font-size: 1.5rem;
}

.text-area {
    text-align: center;
    font-size: 1.5rem;
    margin: 3rem auto 0 auto;
    width:66.66%;
}

.team-img {
    height: 360px;
    object-fit: cover;
    object-position: center;
}

.rescource-img {
    height: 256px;
    object-fit: cover;
    object-position: center;
}

a {
    color: #212529;
    text-decoration: none;
}

a:hover {
    color: black;
    text-decoration: underline;
}

.anchor {
    display: block;
    position: relative;
    top: -62px;
    visibility: hidden;
}

.waitlist {
    opacity: 0.6;
    filter: alpha(opacity = 60);
}
