/* great default, for your sanity.
   https://css-tricks.com/box-sizing/  */
* {
  box-sizing: border-box; }

.article {
  max-width: 930px;
  margin: 0 auto; }
  @media (max-width: 470px) {
    .article {
      padding: 60px 30px 90px; } }

.title {
  text-align: center; }

/* HEADER */
.category {
  color: #a4a597;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.342em;
  line-height: 1; }

h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  /* default */
  font-size: 2.415em;
  line-height: 1.2; }

h3 {
  font-family: 'Montserrat', sans-serif; }

.pub-date {
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: #a4a597;
  text-transform: uppercase;
  font-size: 74.5%;
  font-size: 0.745em;
  /* 74.5% of parent */ }

/* END HEADER */
body {
  background: #57068c;
  color: #fff;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 100%; }
  @media (max-width: 470px) {
    body {
      background: #57068c;
      overflow: scroll; } }

#header {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 980px;
  height: 124px; }

#header #logo {
  display: block;
  position: relative;
  line-height: 0;
  top: 22px;
  left: 25px;
  width: 256px; }

#header #poly-header {
  position: relative;
  margin-top: 46px;
  margin-left: 26px; }

/* unvisited link */
a:link {
  color: #fff; }

/* visited link */
a:visited {
  color: #a4a597; }

/* mouse over link */
a:hover {
  color: teal; }

/* selected link */
a:active {
  color: #a4a597; }

/* ARTICLE CONTENT */
p {
  /* we did most of the work in the body tag! */
  margin-bottom: 1em; }

h2 {
  font-size: 1.8rem;
  line-height: 1;
  margin-top: 1em;
  margin-bottom: 0.5em; }

h3 {
  font-size: 1.342rem;
  line-height: 1;
  margin-top: 1.8em;
  margin-bottom: 0.5em; }

label {
  display: block;
  margin: 20px 0 0; }

label:hover {
  text-decoration: underline; }

input {
  position: absolute;
  left: -999em; }

.hide {
  max-height: 99em;
  opacity: 1;
  height: auto;
  overflow: hidden;
  transition: opacity 0.5s linear, max-height 0.5s linear; }

.hide p {
  padding: 10px;
  margin: 0; }

input[type=checkbox]:checked + div {
  opacity: 0;
  max-height: 0; }

/* inline vs inline-block; */
code {
  display: inline;
  /* display: inline-block; */
  vertical-align: baseline;
  padding-top: 0px;
  /* padding-bottom: 300px; */
  padding-left: 10px;
  padding-right: 10px;
  background-color: teal; }

/* inline vs inline-block; */
note {
  display: inline;
  /* display: inline-block; */
  vertical-align: baseline;
  padding-top: 0px;
  /* padding-bottom: 300px; */
  padding-left: 10px;
  padding-right: 10px;
  background-color: #0e7d8e;
  /* visited link */ }
  note a:visited {
    color: #fff; }

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

sup {
  font-family: 'Open Sans', sans-serif; }

figure {
  margin: 2em 0 1em; }

figcaption {
  font-family: 'Open Sans', sans-serif;
  color: #a4a597;
  line-height: 1.8em;
  text-align: center;
  padding: 0.5em 1em; }

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