* {
    margin: 0 0 0 0;
    padding: 0;
}


@font-face {
    font-family: 'electrolize';
    src: url('electrolize.woff2') format('woff2'),
         url('electrolize.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'mb';
    src: url('m_mn.woff2') format('woff2'),
         url('m_mn.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ma';
    src: url('ma_mn.woff2') format('woff2'),
         url('ma_mn.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



div.page {
    width: 100%;
    margin: 0px auto;
    position: absolute;
}


div.pageback {
   position: relative;
   margin-top: 0px;
}

div.content {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
}

div.quest {
  margin-top: 20px;
  margin-bottom: 10px;
  width: 400px;
  padding: 20px 50px 20px 50px;
}

.seethrough {
  background-color: #000;
  opacity: 0.8;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}


.fullwidth {
  width: 100%;
}


.textcenter {
  text-align: center;
}



body {
    background-color: #000;
    color: #999;
}


a:link.colored {
  color: #909;
  font-style: italic;
}

a:visited.colored {
  color: #909;
  font-style: italic;
}

a:hover.colored {
  color: #d0d;
  font-style: italic;
}



a:link {
  text-decoration: none;
  color: #fff;
}


a:visited {
  text-decoration: none;
  color: #fff;
}

a:active {
  text-decoration: none;
  color: #fff;
}

a:hover {
  text-decoration: none;
  color: #fd0155;
}


circle {
  fill: #fff;
  opacity: 0;
  stroke: none;
}

circle:hover {
  opacity: 0.5;
}


p {
    font-size: 1.0em;
    line-height: 1.6em;
    margin-top: 0em;
    margin-bottom: 1em;
    color: #ddd;
    font-family: sans-serif;
}


h1 {
    font-family: 'electrolize';
    font-size: 3em;
    line-height: 2.2em;
    margin-top: 0em;
    color: #ccc;
    text-align: left;
}

h1.scale {
    font-family: 'electrolize';
    font-size: 4vw;
    line-height: 4.2vw;
    margin-top: 0em;
    color: #fff;
    text-align: left;
}



h2 {
    font-family: 'electrolize';
    font-size: 2em;
    line-height: 2.2em;
    margin-top: 0em;
    color: #ccc;
    text-align: left;
}

h2.scale {
    font-family: 'electrolize';
    font-size: 1.3vw;
    line-height: 1.7vw;
    margin-top: 0em;
    color: #fff;
    text-align: left;
}


h3 {
    font-family: 'electrolize';
    font-size: 1.3em;
    line-height: 2.2em;
    margin-top: 0em;
    color: #ccc;
    text-align: left;
}

h4 {
    font-family: sans-serif;
    font-size: 1.0em;
    line-height: 1.6em;
    margin-top: 0em;
    margin-bottom: 0em;
    color: #ccc;
    text-align: left;
    font-weight: normal;
    font-style: italic;
}

table {
  border-collapse: collapse;
  margin-top: 1em;
  margin-bottom: 1em;
}

tr {
  border-bottom: 1px solid #999;
}

td {
    font-size: 1.0em;
    line-height: 1.6em;
    margin-top: 0em;
    margin-bottom: 0em;
    color: #ddd;
    font-family: sans-serif;
    padding-right: 20px;
}
