*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.media {
  margin-top: 0;
}

img,
picture {
  max-width: 100%;
  height: auto;
}

svg {
  max-width: 100%;
}

ul.links {
  padding: 0;
  list-style: none;
}

html {
  font-family: "Lato", sans-serif;
  font-size: 1.4vw;
}
@media (max-width: 1199px) {
  html {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 3.5vw;
  }
}

body {
  line-height: 1.8;
  font-size: 1rem;
  font-weight: 300;
}

.article--metadata,
.comment-header__metadata {
  text-transform: uppercase;
  font-size: 70%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nixie One", "Courier New", courier, serif;
  font-weight: 300;
}
.h1 a,
.h1 a:hover,
.h2 a,
.h2 a:hover,
.h3 a,
.h3 a:hover,
.h4 a,
.h4 a:hover,
.h5 a,
.h5 a:hover,
.h6 a,
.h6 a:hover,
h1 a,
h1 a:hover,
h2 a,
h2 a:hover,
h3 a,
h3 a:hover,
h4 a,
h4 a:hover,
h5 a,
h5 a:hover,
h6 a,
h6 a:hover {
  text-decoration: none;
  color: #000;
}

.h1,
h1 {
  font-size: 200%;
}

.h2,
h2 {
  font-size: 180%;
}

.h3,
h3 {
  font-size: 150%;
}

.h4,
h4 {
  font-size: 130%;
}

.h5,
h5 {
  font-size: 120%;
}

.h6,
h6 {
  font-size: 110%;
}

a {
  text-decoration: none;
  color: #337ab7;
}
a:hover, a:focus {
  text-decoration: underline;
  color: #23527c;
}

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