/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 6, ../sass/src/_reset.scss */
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 */
/* line 27, ../sass/src/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 31, ../sass/src/_reset.scss */
body {
  line-height: 1;
}

/* line 34, ../sass/src/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 37, ../sass/src/_reset.scss */
blockquote, q {
  quotes: none;
}
/* line 39, ../sass/src/_reset.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* line 44, ../sass/src/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1, ../sass/src/_layout.scss */
body, html {
  height: 100%;
  margin: 0;
}

/* line 7, ../sass/src/_layout.scss */
body {
  display: block;
  background-color: #6a6e7d;
  font-family: "stevie-sans", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
}
/* line 33, ../sass/src/_layout.scss */
body #stage {
  display: block;
  width: 100%;
}

/* line 207, ../sass/src/_layout.scss */
#copyright {
  display: block;
  width: 90%;
  height: 15px;
  padding: 20px 5%;
  position: relative;
}
/* line 215, ../sass/src/_layout.scss */
#copyright p {
  color: #fff;
  opacity: 1;
  font-size: 0.6rem;
  text-align: center;
  line-height: 0.9rem;
  opacity:  0.5;
}
/* line 222, ../sass/src/_layout.scss */
#copyright p a, #copyright p a:link, #copyright p a:visited {
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

#branding {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 68px;
  max-width: 1080px;
  padding: 20px 0;
}

#branding img {
  display: block;
  position: absolute;
  margin: 0;
  width: 90%;
  max-width: 450px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

strong {
  font-weight: 700;
}

#player-wrapper {
  position:  relative;
  margin: 0 auto;
  display: block;
  width:  100%;
  max-width: 1080px;
}

#player-wrapper #player {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 0;
  padding: 0 0 100% 0;
}

#nft-link {
  box-sizing: border-box;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  background-color: rgba(0,0,0,0.3);
}

#nft-link p {
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.2rem;
}

#nft-link p a, #nft-link p a:link, #nft-link p a:visited {
  color: #fff;
  text-decoration: none;
}

