@charset "UTF-8";
/* CSS Document */

body {
  background: #000;
  width: 100%;
  font-family: "micro";
  font-size: 18px;
}

#mast {
  width: 100%;
  padding: 20px 0;
  background: -webkit-linear-gradient(
    left,
    #000,
    #fff,
    #000
  ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(
    left,
    #000,
    #fff,
    #000
  ); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(
    left,
    #000,
    #fff,
    #000
  ); /* For Firefox 3.6 to 15 */
  background: linear-gradient(left, #000, #fff, #000); /* Standard syntax */
}

H1 {
  text-align: center;
  font-size: 1.4em;
  padding: 0 40px;
}

#rest {
  position: relative;
  display: block;
  margin: 0 auto;
}
#rest img {
  position: relative;
  display: block;
  margin: 100px auto 0;
  width: 90%;
  padding: 0 0 25px 0;
  max-width: 800px;
}
#rest a.email,
#rest p {
  position: relative;
  display: block;
  margin: 100px auto 0;
  width: 90%;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
}

#rest a.email {
  font-family: sans-serif;
  color: #00ff00;
}

@font-face {
  font-family: "microBold";
  src: url("fonts/MicroExtendFLF-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "micro";
  src: url("fonts/MicroExtendFLF.ttf") format("truetype");
}

@media only screen and (min-width: 700px) {
  H1 {
    text-align: center;
    font-size: 2em;
    padding: 0 40px;
  }
  #rest a.email,
  #rest p {
    position: relative;
    display: block;
    margin: 100px auto 0;
    width: 90%;
    color: #fff;
    font-size: 2em;
    text-align: center;
  }

  #rest a.email {
    color: #00ff00;
  }
}
