body {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;

    background: url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

a {
    text-decoration: none;
}

#gradient {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+75 */
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

#intro {
    text-align: center;
    padding: 60px 0;
}

#episodes {
    list-style: none;
    margin: 0;
    padding: 0;
}

#episodes li {
    margin-bottom: 30px;
}

#episodes h3 a {
    color: #fff !important;
}

#episodes li .btn {
    position: relative;
    top: -2px;
}

#episodes li h4,
#episodes li p {
    margin-left: 20px;
}

#episodes li p {
    font-size: 14px;
}
