@font-face {
    font-family: "Saira";
    src:url("fonts/SairaCondensed-Thin.ttf");
}

body {
    background-color: black;
    font-family: 'Saira', sans-serif;
}

.nav-bar a {
    color: white;
}
.picture {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), 
    url("https://lh3.googleusercontent.com/pw/AM-JKLUOzlSBL0XYMRdGRfxhtmWReuTcvYm497V3ILoi-4yXUhlO7Y4BkPsaphUXvLDhnGaTPIYWmpe5f9yjEmrsnJVgSb0-rmYyO7EJhurAEuCiKhMSrMqMsH7kGJuh3BwzjnT49SB_fW7NNzF5Uw1IEkE=w1916-h1277-no");
    background-size: cover;
    background-position: bottom;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.picture a {
    color: white;
    font-weight: lighter;
    font-size: 5em;
    position: absolute;
    top: 90%;
    right: 48%;
}

.picture h1 {
    display: flex;
    font-weight: lighter;
    width: 100%;
    height: 100%;
    color: white;
    text-align: center;
    font-size: 10em;
    justify-content: center;
    align-items: center;
}

.no-picture {
    background-color: black;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0px;
}

#accordionExample {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
}

.no-picture button{
    background-color: black;
    border: none;
    height: 128px;
    font-size: 1.5em;
    color: white;
}

.accordion-item {
    border: none;
}

.dropdown {
    display: flex;
    flex-direction: column;
}

.dropdown a {
    color: black;
    text-decoration: none;
    font-size: 1.8em;
}
/* Small devices (landscape phones, 576px and under) */
@media (max-width: 576px) {
    .picture {
        width: 100%;
        height: 100%;
        background-size: auto;
        background-position: center 70%;
    }
    .picture h1 {
        font-size: 3em;
        font-weight: lighter;
    }
    .picture a {
        font-size: 3em;
    }
    p {
        font-size: 2em;
    }
    .dropdown a {
        font-size: 1.2em;
    }
    button {
        background-color: black;
    }
    .podcasts_title h1 {
        display: none;
    }
    .podcasts_title h2 {
        font-size: 1.3em;
        text-align: center;
    }
    #accordionExample {
        width: 100%;
        padding: 0;
    }
    .accordion-button {
        padding-bottom: 0;
        padding-top: 0;
    }
}