﻿body {
    font-family: input-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    background-color: #000000;
}
/* MENU HEADER*/
.menu-header {
    font-family: octynaz,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:24px;
    color:#ffffff;
}

.menu-subheader {
    font-family: ocr-a-std,monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #e9e9e9;
}
.menu-font {
    font-family: input-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    color: #e9e9e9;
}
.menu-dropdown-font {
    font-family: input-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    color: #585858;
}

/* MAIN WINDOW */
.header-white {
    font-family: octynaz,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 100px;
    color: #ffffff;
    text-shadow: 5px 5px 4px #000000;
}
.header-red {
    font-family: octynaz,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 100px;
    color: #ff0000;
    text-shadow: 5px 5px 4px #000000;
}

.subheader {
    font-family: chainprinter,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    color: #ffffff;
    text-shadow: 5px 5px 4px #000000;
}
.typing {
    font-family: john-doe, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: #ffffff;
    text-shadow: 5px 5px 4px #000000;
}


/* FOOTER */
.footer-header-white {
    font-family: octynaz,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: #ffffff;
}
.footer-copyright {
    font-family: input-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    color:#ffffff;
}
.footer-general {
    font-family: input-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    color: #ffffff;
    text-decoration:none;
}
a.footer-link {
    font-family: input-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}
.footer-header {
    font-family: input-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    color: #ffffff;
}

/* EPISODES HEADERS AND TEXT*/
.video-header {
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
}
.episode-header {
    font-family: input-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size:24px;
    color:#ffffff;
    
}
.video-subheader {
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
}
.video-spacer {
    padding:20px;
}
.episode-subheader {
    font-family: input-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    color: #ffffff;
    
}


/* NEWS HEADLINES AND TEXT */
.newstitle {
    font-family: ocr-a-std, monospace;
    font-weight: 400;
    font-style: normal;
    font-size:24px;
    color:#000000;
}
.newstitle-wh {
    font-family: john-doe, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
    color: #ffffff;
}
.newssubtitle {
    font-family: ocr-a-std, monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #000000;
}
.newssubtitle-wh {
    font-family: john-doe, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: #ffffff;
}
.newsinfo {
    font-family: ocr-a-std, monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #000000;
}
.newsinfo-wh {
    font-family: john-doe, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #ffffff;
}
.newssmldetails-wh {
    font-family: john-doe, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 14px;
    color: #ffffff;
}
.newstext {
    font-family: ocr-a-std, monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #000000;
    display: block;
    white-space: pre-wrap;
}
.newprint {
    font-family: ocr-a-std, monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #000000;
    display: block;
    white-space: pre-wrap;
}


/* MEDIA HEADERS */
.mediaheader {
    font-family: input-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:48px;
    color:#000000;
}
.mediatext {
    font-family: input-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #000000;
}