body {
    background-color:#000000;
    margin:0px;
    padding:0px;
}

h1 {
    font-family: 'Tangerine';
    font-size: 42px;
    height: 40px;
    color: #E5E2DB;
    background-color: #292929;
    text-align: center;
    margin:0px;
    padding: 10px;
    position: fixed;
    width: 100vw;
    top:0px;
}

div.footer {
    width: 100vw;
    height: calc((664/1920) * 100vw);
    position: fixed;
    z-index: 10;
    bottom: 0px;
    left: 0px;
    margin:0px;
    padding:0px;
    overflow: hidden;
}

div.content {
    color: #E5E2DB;
    /* padding-bottom: calc((664/1920) * 100vw + 20px);*/
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top:80px;
    max-width: 680px;
    margin: auto;
}

div.content div.video
{
    text-align: center;
    width: calc(100vw - 40px);
    height: calc(0.5625 * (100vw - 40px));
    max-width: 640px;
    max-height: 360px;
}



div.content iframe {

    width: calc(100vw - 40px);
    height: calc(0.5625 * (100vw - 40px));
    max-width: 640px;
    max-height: 360px;
}

div.content p  {
    font-family: 'Glacial Indifference','Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size:18px;
    line-height: 28px;
}

div.content h2 {
    font-family: 'Glacial Indifference','Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size:24px;
    line-height: 36px;
    margin-top:36px;
    margin-bottom:8px;
}

div.content p:first {
    margin-top: 0px;
}

div.content img.sts {
    height: 64px;
    margin-top: 0px;
    margin-right: 8px;
    margin-left: -12px;
}

div.content table td {
    vertical-align: top;
    margin-top: 0px;
}

div.content table td p {
    margin-top: 0px;
}

div.content a {
    color: #E5E2DB;
}
div.content a:hover {
    color: #ffffff;
}

div.content a.watch-link {
    border-width: 0px;
    display: inline;
    margin-right:10px;
}

div.content a.watch-link img {
    height: 42px;
    cursor: pointer;
}

div.footer img {
    width: 100vw;
    margin:0px;
    padding:0px;
    height: calc((664/1920) * 100vw);
}