html {
    scroll-padding-top: 3rem;
}

body {
    font-family: "Roboto", sans-serif;
}

.questions ul li,
.text-section .column div > ul > li {
    list-style-type: none;
}

.questions ul > li::before,
.text-section .column div > ul > li::before {
    position: relative;
    display: inline-block;
    bottom: 2px;
    content: "\25AA\fe0e";
    font-weight: 700;
    width: 1rem;
}

.questions ul ul,
.text-section ul ul {
    padding: 0 1.5rem;
}

.questions ul ul > li::before,
.text-section ul ul > li::before {
    content: "\2022";
    display: inline-block;
    width: 1rem;
    font-weight: 700;
}

.footer {
    padding: 3rem 1.5rem;
}

.footer .content p {
    margin: 0;
}

.navbar-splitter {
    font-size: 18px;
    padding-top: 0.75rem;
}

.navbar-left {
    margin-right: auto;
}

.navbar-right {
    margin-left: auto;
}

.navbar-right.navbar-item {
    padding: 0;
}

.has-bg-img {
    background-size: cover;
}

.caption-speaker:hover {
    opacity: 1;
}

.caption-speaker {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0;
    transition: all 0.5s;
}

.container-block .button {
    z-index: 100;
}

.to-top-button {
    position: fixed;
    bottom: 50px;
    right: 30px;
}

.to-top-button .image {
    transform: rotate(180deg);
    fill: #91c964;
    width: 40px;
    height: 40px;
    transition: fill 0.3s ease;
}

.to-top-button .image:hover {
    fill: #057b48;
}

/*
#section-1 {
    padding-top: 4rem;
} */

.video-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: transparent;
}

.hero {
    position: relative;
}

.hero .hero-body {
    z-index: 2;
}

.hero video {
    width: 100%;
    height: 100%;
}

.title {
    font-size: 1.7rem;
}

.subtitle {
    font-size: 1.2rem;
}

.hero .title {
    font-size: 2rem;
}

.hero .subtitle {
    font-size: 1.25rem;
}

.speakers--speaker_name {
    font-size: 1.5rem;
}

.speakers--speaker_position {
    font-size: 1rem;
}

.hero-foot .buttons {
    position: absolute;
    bottom: 20%;
    width: 100%;
    z-index: 2;
}

/* Splide styles */
.splide .splide__pagination {
    bottom: -1.5rem;
}

@media screen and (max-width: 1024px) {
    .navbar-splitter {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .hero-foot .buttons {
        position: static;
    }
}

.questions-collection .questions--arrow-wrapper {
    display: flex;
    transform: rotate(0deg);
    transition: transform 0.5s;
}

.questions-collection .questions--arrow-wrapper.flipped {
    transform: rotate(180deg) translateY(4px);
}

.questions--title {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

/* needs to be more specific */
.question-wrapper {
    margin-bottom: 2.25rem;
}

.questions--arrow-wrapper {
    padding: 0 0.5rem;
    justify-content: center;
    align-items: center;
}
