body {
    font-family: Verdana, sans-serif;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

header, footer {
    background-color: rgba(0, 0, 0, 0.0);
}

header h1 {
    margin: 0;
}

footer {
    background: rgba(51, 51, 51, 0.0);
    color: #fff;
    text-align: center;
    padding: 1rem 0;
}

main {
    padding: 1rem;
}

section {
    background-color: rgba(255, 255, 255, 0.0);
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 5px;
}

#back-to-top {
    position: fixed;
    bottom: 120px;
    right: 20px;
    display: none;
    z-index: 1000;
}

#back-to-top.show {
    display: block;
}

#background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.25;
}

#episode-list .episode {
    border: 1px solid #ddd;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.0); /* Semi-transparent background */
}

#episode-list .episode h3 {
    margin-bottom: 0.5rem;
}

.cwf-calendar {
    opacity: .6;
}

.cwf-podcast-player {
    opacity: .6;
}

.fs-1_5 {
    font-size: 1.5em;
}

.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
