@import "reset.css";
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:400,400italic,500);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  line-height: 30px;
  font-size: 18px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4 {
  margin-top: 30px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #2a2a2a;
}
h1 {
  font-size: 54px;
  line-height: 60px;
  font-weight: 400;
}
h2 {
  font-size: 27px;
  line-height: 45px;
}
a {
  background: #e6f0db;
  color: #000;
  text-decoration: none;
  padding: 1px;
}
strong {
  font-weight: 500;
}
body {
  padding-bottom: 30px;
}
div.container {
  background: #FFF;
  padding: 18px;
}
@media screen and (min-width: 400px) {
  div.container {
    margin: 0 auto;
    max-width: 400px;
  }
}
/*# sourceMappingURL=style.css.map */