@font-face {
    font-family: 'Rubik';
    font-style: italic;
    font-weight: 400;
    src: local('Rubik Italic'), local('Rubik-Italic'), url('/font/rubik/iJWEBXyIfDnIV7nEnX660Q.ttf') format('truetype');
}
@font-face {
    font-family: 'Rubik';
    font-style: italic;
    font-weight: 700;
    src: local('Rubik Bold Italic'), local('Rubik-BoldItalic'), url('/font/rubik/iJWBBXyIfDnIV7nElcWfwWL-7A.ttf') format('truetype');
}
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: local('Rubik'), local('Rubik-Regular'), url('/font/rubik/iJWKBXyIfDnIV7nBrXk.ttf') format('truetype');
}
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    src: local('Rubik Medium'), local('Rubik-Medium'), url('/font/rubik/iJWHBXyIfDnIV7Eyjmmd8WU.ttf') format('truetype');
}
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    src: local('Rubik Bold'), local('Rubik-Bold'), url('/font/rubik/iJWHBXyIfDnIV7F6iGmd8WU.ttf') format('truetype');
}
@font-face {
    font-family: 'Rubik One';
    font-style: normal;
    font-weight: 400;
    src: local('Rubik One Regular'), local('RubikOne-Regular'), url('/font/rubik/0nkqC9H5Je0aiyQv-6PIaCTq.ttf') format('truetype');
}

body {
	background-color: #f9f9f9;
	padding: 0;
    margin: 0;

    font-family: 'Rubik', sans-serif;
    letter-spacing: 0.01em;
    line-height: 1em;
    color: #1c1c1c;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

a {
    color: #343434;
    font-size: 13px;
    font-weight: 600;

    transition: color 0.14s 0s ease-out;
    text-decoration: none;
}
a:hover {
    color: #818181;
}

.banner img {
    width: auto;
    height: 62px;
}

header {
    text-align: center;
}

.nav {
    width: 100%;
    max-width: 1100px;
    text-align: center;

    background-color: #f3f3f3 !important;

    height: 50px;
    padding-top: 8px;
}
.nav a {
    display: inline-block;
    padding: 15px 1em 0;

    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.social-link {
    float: right;
    position: relative;
    bottom: 0.5rem;
}
.social-link img {
    width: 2rem;
    height: 2rem;
    margin: 0 0.5rem;
}

main, header, footer {
    background-color: white;
    width: 1000px;
    max-width: calc(100vw - 100px);
    padding-left: 50px;
    padding-right: 50px;
}
main {
    padding-top: 50px;
    padding-bottom: 50px;
}
footer {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 13px;
}

.player {
    width: 100%;
}
.player iframe {
    aspect-ratio: 4/3;
    width: 100%;
    height: auto;
}

.trailer {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border: none;
}

.show-info {
    width: 100%;
    text-align: center;
}

.episodes-container {
    margin-top: 1rem;
}

.episode-description {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    border-left: 3px solid gray;
    background-color: rgba(0, 0, 0, 0.1);
}

.episode-listing {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.episode-listing:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: '▶';
    font-size: 100px;
    color: #fff;
    opacity: 0.8;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
.episode-listing:hover:before {
    color: #eee;
}
.episode-listing img {
    width: 100%;
    height: auto;
}

.episode-nav {
    margin-top: 20px;
}

.episode-nav-prev {
    float: left;
}
.episode-nav-next {
    float: right;
}

.episode-nav-prev, .episode-nav-next {
    text-align: center;
    width: 200px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.1);
}
.episode-nav-prev img, .episode-nav-next img {
    width: 100%;
    height: auto;
}
.episode-nav-prev, .episode-nav-next {
    text-decoration: none;
    color: #1c1c1c;
}

.about {
    display: flex;
}
.about h1 {
    font-size: 45px;
    font-weight: bolder;
}
.about .bio {
    margin: 0;
}
.about img {
    min-width: 460px;
    width: 100%;
    height: auto;
}
.about div {
    margin: 1rem;
}
.about .illustration {
    display: flex;
    align-items: end;
}

@media (max-width: 1000px) {
    .about {
        display: block;
    }
}

.character {
    display: flex;
    align-items: start;

    margin-bottom: 80px;
}
.character img {
    width: 300px;
    height: auto;

    max-width: 30vw;
}
.character-info {
    margin-left: 30px;
}
.character-info h2 {
    margin: 10px 0 0;
    font-size: 32px;
}

h3 {
    font-weight: normal;
}
.bio {
    line-height: 1.6em;
    color: #4f4f4f;
    font-size: 13px;
}

@media (max-width: 700px) {
    .character {
        flex-direction: column;
    }
    .character img {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .character-info {
        margin: 0;
    }
}

.crew-member {
    display: flex;

    margin-bottom: 80px;
}
.crew-member-info img {
    max-width: 220px;
    height: auto;
}
.crew-member-bio {
    margin-left: 50px;
}

@media (max-width: 700px) {
    .crew-member {
        flex-direction: column;
    }
    .crew-member-info {
        text-align: center;
    }
    .crew-member-info img {
        margin-bottom: 30px;
    }
    .crew-member-bio {
        margin: 0;
    }
}

.fan-stuff {
    text-align: center;
}
.fanart {
    margin: 3px;
}

.press-review {
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid gray;

    display: flex;
}
.press-review h2 {
    font-size: 32px;
    margin: 10px 0 0;
}
.press-review-info {
    margin-left: 50px;
}

@media (max-width: 700px) {
    .press-review {
        flex-direction: column;
    }
    .press-review-logo {
        text-align: center;
        margin-bottom: 30px;
    }
    .press-review-info {
        margin: 0;
    }
}

.rainbow-text {
    background-image: linear-gradient(
            270deg,
            #ff0000,
            #ff7f00,
            #ffff00,
            #00ff00,
            #0000ff,
            #4b0082,
            #8f00ff,
            #ff0000
    );
    background-size: 800% 800%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    animation: rainbow-shift 4s linear infinite;
}

@keyframes rainbow-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
