.v-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.hide {
  display: none; }

/* Reset
-------------------------------------------------- */
*, *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box; }

article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
  display: block; }

/* Pix
-------------------------------------------------- */
img {
  display: block;
  width: 100%; }

/* Links
-------------------------------------------------- */
a {
  color: blue;
  text-decoration: underline;
  -webkit-transition: color .4s, background .4s, border .4s;
  transition: color .4s, background .4s, border .4s; }

a:hover {
  color: black; }

/* Clearfix
-------------------------------------------------- */
.cf:after {
  content: "";
  display: table;
  clear: both; }

/* Site
-------------------------------------------------- */
html {
  height: 101%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem; }

h1, h2 {
  margin: 0;
  margin-top: 1rem;
  line-height: 1.8rem; }

img {
  margin-top: 1rem; }

main {
  height: 101%;
  margin-left: 10%;
  width: 80%;
  padding-bottom: 6rem; }
  main section {
    margin-top: 5rem; }

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