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;
}


/* HTML5 display-role reset for older browsers */

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;
}

body, html {
    /*height: 100%;*/
    margin: 0;
    padding: 0;
    /*position: relative;*/
    font-family: 'Roboto Condensed', sans-serif;
    color: #FFFFFF;
}

body {
    background: url("../img/bg.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.brand-box {
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
    padding: 25px 10px;
}

.brand-box h1 {
    font-family: 'Permanent Marker', cursive;
    font-size: 2.5em;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
}

.brand-box p {
    font-size: 0.7em;
    text-align: center;
}

.brand-box strong {
    /*color: #aa0202;*/
    font-weight: bold;
}

.stage-container {
    margin: 90px auto 50px auto;
    max-width: 1920px;
    max-height: 1080px;
    padding: 0 10px;
}

.stage {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    text-align: center;
}

.stage iframe, .stage object, .stage embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.stage h2 {
  font-family: 'Permanent Marker', cursive;
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 20px;
}

.stage p {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 20px;
}

.footer-box {
    font-size: 1em;
    padding: 25px 10px;
    text-align: center;
}

.footer-box p {
    margin: 0 50px 50px 50px;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 15px;
    box-sizing: content-box;
    line-height: 1.3em;
}

.footer-box a {
    text-decoration: none;
    color: #aa0202;
    font-weight: bold;
}
