body {
    background-color: #FFFDD0;
}
header {
    background-color: #990b09;
    font-family: "Federo", sans-serif;
}
#episodes header {
    background-color: #440502;
}
#cast header {
    background-color: #010200;
}
header a,
.navbar-brand,
.nav-link {
    font-family: "Federo", sans-serif;
    color: white !important;
}
.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.jumbotron {
    border-radius: 0;
    margin-bottom: 0;
    background: url(../images/lil_miss_kate_live_logo.png) 0 0 no-repeat #990b09;
    background-position: center;
    background-size: 90%;
    height: 180px;
}
.jumbotron-heading {
    color: white;
}
#episodes .jumbotron {
    background: url(../images/kate-and-fiorello.jpg) 0 0 no-repeat;
    background-color: #440502;
    background-size: auto 100%;
    background-position: center;
}

#cast .jumbotron {
    background: url(../images/cast-and-crew.jpg) 0 0 no-repeat;
    background-size: auto 100%;
    background-position: center;
    background-color: #010200;
    padding-bottom: 0;
}

h1 {
    font-family: "Federo", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: black;
    margin: 25px auto;
    text-align: center;
}

h2, h3, h4 {
    font-family: "Federo", sans-serif;
    font-weight: 400;
    font-style: normal;
}
h3 {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}
a.btn {
    font-family: "Federo", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #ce2d29;
    color: white;
    border: none;
    font-size: 24px;
}
.card-body .btn-group a.btn {
    font-size: 16px;
    margin-right: 10px;
    border-radius: .2rem;
    border-top-right-radius: .2rem !important;
    border-bottom-right-radius: .2rem !important;
}
.intro {
    color: black;
    font-size: 22px;
    margin: 0 auto 25px;
}
.photo-credit {
    font-size: 10px;
    font-style: italic;
    margin-top: 5px;
}
.photo-credit a {
    color: black;
    text-decoration: underline;
}
footer a,
footer a:hover,
footer a:visited {
    text-decoration: none !important;
}

#photoCarousel .carousel-inner {
    height: 614px;
    background-color: #c9ad6b;
}
#photoCarousel .carousel-item {
    height: 614px;
}
#photoCarousel .carousel-item img {
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .video-container {
        padding-bottom: 0;
        width: 730px;
        height: 410px;
        margin: 0 auto;
    }
    
    .video-container iframe {
        width: 730px;
        height: 410px;
    }

    #media .video-container {
        width: 920px;
        height: 518px;
    }
    
    #media .video-container iframe {
        width: 920px;
        height: 518px;
    }

    .jumbotron {
        border-radius: 0;
        margin-bottom: 0;
        background: url(../images/lil_miss_kate_live_logo.png) 0 0 no-repeat #990b09;
        background-position: center;
        height: 400px;
    }

    #cast .jumbotron {
        background-size: 70% auto;
        background-position: center -50px;
    }
}