html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
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%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

*, *:before, *:after {
  box-sizing: border-box;
}

body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 86%;
}
@media only screen and (min-width: 768px) {
  body, html {
    font-size: 100%;
  }
}

#app-container {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: url("media/images/bg_gradient.jpg") no-repeat center/contain;
  overflow: hidden;
}
#app-container #app h1 {
  color: #c99cd4;
  letter-spacing: 3px;
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  #app-container #app h1 {
    letter-spacing: 4px;
  }
}
#app-container #app h2 {
  color: #c99cd4;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 0.9rem;
  display: inline-block;
  cursor: pointer;
}
#app-container #app h2:hover {
  color: #c99cd4;
}
@media only screen and (min-width: 768px) {
  #app-container #app h2 {
    letter-spacing: 2px;
  }
}