html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
@font-face {
    font-family: 'bankgothic_md_btmedium';
    src: url('../fonts/Bank Gothic Md BT-webfont.eot');
    src: url('../fonts/Bank Gothic Md BT-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Bank Gothic Md BT-webfont.woff2') format('woff2'),
         url('../fonts/Bank Gothic Md BT-webfont.woff') format('woff'),
         url('../fonts/Bank Gothic Md BT-webfont.ttf') format('truetype'),
         url('../fonts/Bank Gothic Md BT-webfont.svg#bankgothic_md_btmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bankgothic_lt_btlight';
    src: url('../fonts/BankGothic Lt BT-webfont.eot');
    src: url('../fonts/BankGothic Lt BT-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BankGothic Lt BT-webfont.woff2') format('woff2'),
         url('../fonts/BankGothic Lt BT-webfont.woff') format('woff'),
         url('../fonts/BankGothic Lt BT-webfont.ttf') format('truetype'),
         url('../fonts/BankGothic Lt BT-webfont.svg#bankgothic_lt_btlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Segoe';
    src: url('../fonts/segoeuisymbol.eot');
    src: local('☺'), url('../fonts/segoeuisymbol.woff') format('woff'), url('../fonts/segoeuisymbol.ttf') format('truetype'), url('../fonts/segoeuisymbol.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'bankgothic_md_btmedium', verdana, sans-serif;
    background: #000 url(bg.jpg);
    color: #ccc;
}
a:link, a:visited {
    color: #ccc;
    text-decoration: none;
}
a:focus, a:hover {
    color: #64b858;
}
h1 {
    color: #ccc;
    font-size: 4rem;
    text-align: center;
    padding: 2rem 1rem 1rem 1rem;
    text-shadow: 2px 2px 3px #666;
}
#video {
    text-align: center;
    width: 85%;
    max-width: 720px;
    margin: 2rem auto;
}
#ifr {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 10px #fff;
    -moz-box-shadow: 2px 2px 10px #fff;
    box-shadow: 2px 2px 10px #fff;
    /*min-width: 400px;*/
    width: 100%;
    height: 42vh;
}
#dl {
    font-family: arial, sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 4rem;
    padding: 2rem 0;
}
#dl a small {
    font-size: 1rem;
    font-family: 'bankgothic_lt_btlight', verdana, sans-serif;
}
#dl span {
    font-size: 1rem;
}
#dl i {
    font-family: 'Segoe', arial, sans-serif;
    font-style: normal;
}
#footer {
    font-size: 70%;
    text-align: center;
    padding: 2rem 0 1.5rem 0;
}