/* http://meyerweb.com/eric/tools/css/reset/
v2.0b1 | 201101
NOTE: WORK IN PROGRESS
USE WITH CAUTION AND TEST WITH ABANDON */

@font-face {
   font-family: 'db_heaventroundedregular';
   src: url('../fonts/db_heaventroundedv3.2-webfont.eot');
   src: url('../fonts/db_heaventroundedv3.2-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/db_heaventroundedv3.2-webfont.woff2') format('woff2'),
       url('../fonts/db_heaventroundedv3.2-webfont.woff') format('woff'),
       url('../fonts/db_heaventroundedv3.2-webfont.ttf') format('truetype'),
       url('../fonts/db_heaventroundedv3.2-webfont.svg#db_heaventroundedregular') format('svg');
   font-weight: normal;
   font-style: normal;
 }

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, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-size: 100%;
   font: inherit;
   vertical-align: baseline;
}
table, tbody, tfoot, thead, tr, th, td{ vertical-align:top; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
   display: block;
}
html { /*overflow-y:scroll;*/ height:100%; min-height:100%; }
body {
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   font:12px normal 'db_heaventroundedregular';
   height:100%; min-height:100%;
}
a{ text-decoration:none; }
#splashpage{ width:100%; height:100%; min-height:100%; overflow:hidden; background-size:cover; background-position:50% 50%; position:relative; background-repeat: no-repeat; }
#splashpage img.mobile{ display:none; }
#splashpage #url{ position:absolute; bottom:30px; left:0; width:100%; text-align:center; }
#splashpage #url a{ display:inline-block; font:normal 28px 'db_heaventroundedregular'; color:#000; position: relative; }
#splashpage #url a:after{ content:''; display:block; width:100%; height:0.5px; background-color:#000; position: absolute; bottom:-2px; left:0; }
#video{ width:100%; height:90%; }
#video #video-wrap{ width:100%; height:100%; position:relative; }
#video iframe{ position:absolute; left:0; top:0; width:100%; height:100%; }
#footer{ position:fixed; bottom:0; left:0; width:100%; background:#000; text-align:right; padding:8px 0; }
#footer a{ color:#FFF; display:inline-block; margin-right:20px; font:500 16px 'db_helvethaica_x47_licond'; }
#iframe-code{ height:0; visibility:hidden; overflow:hidden; }

@media (max-width:1600px){
   #splashpage #url a{ font-size:26px; }
}

@media (max-width:1400px){
   #splashpage{ background-position:50% 80%; }
   #splashpage #url a{ font-size:24px; }
}

@media (max-width:1024px){
   #splashpage{ background-position:50% 50%; }
   /* #video{ width:42%; } */
   #splashpage #url a{ font-size:22px; }
}

@media (max-width:801px){
   /* html, body, #splashpage{ height:auto; }
   #splashpage{ background:none !important; }
   #splashpage img.mobile{ display:block; width:100%; } */

   #splashpage{ background-size:auto 74%; background-position:50% 0; }
   /* #video{ width:80%; left:10%; top:17%; } */
   #video{ width:100%; height:85%; }
   #video #video-wrap{ width:100%; height:100%; padding-bottom:0; }
   #footer{ position:static; }
   #splashpage #url a{ font-size:22px; bottom:30px; }
}
