* {
  box-sizing: border-box; }

:root {
  position: relative;
  height: 100%;
  min-height: 100%;
  font-family: "Source Sans Pro", arial, helvetica, sans-serif;
  font-size: 62.5%;
  color: #3c4946;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  height: 100%; }

h1 {
  margin-top: 0;
  font-weight: normal;
  color: #7cb342;
  line-height: 100%;
  font-size: 3.6rem; }

section {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: inline-block;
}

/*# sourceMappingURL=base.css.map */
