/***************/
/* MEYER RESET */
/***************/
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;
}

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

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

/**************/
/* BASE RULES */
/**************/
@font-face {
  font-family: 'Mono';
  src: url("../../fonts/MaisonNeueMono.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font: inherit;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  border-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
  box-shadow: 0;
  line-height: 1;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Mono', monospace;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 2.4rem;
  color: #272727;
}

article {
  max-width: 740px;
  margin-bottom: 8rem;
}

footer {
  max-width: 740px;
}

.content {
  padding-bottom: 2.5rem;
}

p {
  text-indent: 5rem;
  margin: 0;
}

p.header {
  text-indent: 0;
}

p.header:before {
  content: '\2192';
  margin-right: 4rem;
}

h1 {
  margin-bottom: 5rem;
}

h2 {
  color: #272727;
  border-top: 1px solid;
  padding: 0.5rem 0;
  margin-top: 0.35rem;
}

hr {
  border: 0;
  height: 1px;
  background: #272727;
  margin: 2rem 0 0.5rem 0;
}

hr.small {
  margin: 0.5rem 0;
}

a {
  font-size: 1.6rem;
  line-height: 1.5;
}

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

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

a:hover {
  color: #04fa13;
  border-bottom: 1px solid;
}

ul {
  margin: 0 0 3rem 0;
}

li {
  list-style-type: none;
  color: #272727;
  border-top: 1px solid;
  padding: 0.5rem 0;
}

li:last-of-type {
  border-bottom: 1px solid;
}

.arena_embed {
  border: 1px solid #000000;
  margin: 10px 0 auto;
  width: 100%;
  max-width: 100%;
  height: 800px;
}

.text {
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  body {
    margin: 1.6rem;
  }

  article, footer {
    width: 100%;
  }

  p {
    text-indent: 4rem;
  }

  p.header {
    text-indent: 4rem;
  }
}
