/* reset */
/* line 2, style.sass */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

/* line 7, style.sass */
html, body {
  background: black;
  font-size: 100%; }

@font-face {
  font-family: "sansa_stdbold";
  src: url("fonts/sansastd-bold-webfont.woff2") format("woff2"), url("fonts/sansastd-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "sansa_stdnormal";
  src: url("fonts/sansastd-normal-webfont.woff2") format("woff2"), url("fonts/sansastd-normal-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/* line 23, style.sass */
p {
  font-size: 0.9em;
  font-family: "sansa_stdnormal", sans-serif;
  margin-bottom: 1em;
  line-height: 1.3em;
  letter-spacing: 0.05em; }

/* line 30, style.sass */
h1, h2, h3, h4, h5 {
  font-family: "sansa_stdnormal", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

/* line 35, style.sass */
h1 {
  font-size: 1.1em;
  clear: both;
  color: white;
  text-align: center;
  padding: 0;
  margin: 2.7em 1em 1.5em 1em;
  display: inline-block;
  letter-spacing: 0.1em; }

/* line 45, style.sass */
h2 {
  font-size: 0.9em;
  font-family: "sansa_stdbold", sans-serif; }

/* line 49, style.sass */
#wrapper {
  width: 90%;
  color: white;
  margin: 10% auto;
  text-align: center; }
  /* line 54, style.sass */
  #wrapper footer {
    margin: 6em 0; }
    /* line 56, style.sass */
    #wrapper footer p {
      font-size: 0.7em;
      line-height: 1.5em; }
  /* line 59, style.sass */
  #wrapper img {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 300px;
    max-width: 100%;
    padding: 1em 1em 5em 1em; }
  /* line 66, style.sass */
  #wrapper a {
    text-decoration: none;
    color: white;
    /* border-bottom: white /* #8ab39f */  /* solid 0.15em */
    padding: 0.2em; }
