/** Arachne webzine **/

/* Webfonts*/

/** Autopia **/

@font-face {
    font-family: 'autopiabold';
    src: url('../fonts/autopia-bold-webfont.eot');
    src: url('../fonts/autopia-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/autopia-bold-webfont.woff2') format('woff2'),
         url('../fonts/autopia-bold-webfont.woff') format('woff'),
         url('../fonts/autopia-bold-webfont.ttf') format('truetype'),
         url('../fonts/autopia-bold-webfont.svg#autopiabold') format('svg');
    font-weight: bold;
    font-style: normal;
}

/** Liberation **/

@font-face {
    font-family: 'liberation_sansregular';
    src: url('../fonts/liberationsans-regular-webfont.eot');
    src: url('../fonts/liberationsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/liberationsans-regular-webfont.woff2') format('woff2'),
         url('../fonts/liberationsans-regular-webfont.woff') format('woff'),
         url('../fonts/liberationsans-regular-webfont.ttf') format('truetype'),
         url('../fonts/liberationsans-regular-webfont.svg#liberation_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'liberation_sansitalic';
    src: url('../fonts/liberationsans-italic-webfont.eot');
    src: url('../fonts/liberationsans-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/liberationsans-italic-webfont.woff2') format('woff2'),
         url('../fonts/liberationsans-italic-webfont.woff') format('woff'),
         url('../fonts/liberationsans-italic-webfont.ttf') format('truetype'),
         url('../fonts/liberationsans-italic-webfont.svg#liberation_sansitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'liberation_sansbold';
    src: url('../fonts/liberationsans-bold-webfont.eot');
    src: url('../fonts/liberationsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/liberationsans-bold-webfont.woff2') format('woff2'),
         url('../fonts/liberationsans-bold-webfont.woff') format('woff'),
         url('../fonts/liberationsans-bold-webfont.ttf') format('truetype'),
         url('../fonts/liberationsans-bold-webfont.svg#liberation_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'liberation_sansbold_italic';
    src: url('../fonts/liberationsans-bolditalic-webfont.eot');
    src: url('../fonts/liberationsans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/liberationsans-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/liberationsans-bolditalic-webfont.woff') format('woff'),
         url('../fonts/liberationsans-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/liberationsans-bolditalic-webfont.svg#liberation_sansbold_italic') format('svg');
    font-weight: bold;
    font-style: italic;
}


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

a, button {
  outline: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-family: 'liberation_sansbold';
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn, em {
  font-family: 'liberation_sansitalic';
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 1.7em;
  line-height: 1.25;
  margin: 0.6em 0;
}

@media screen and (min-width: 600px) {
  h1 {
    font-size: 2em;
    margin: 0.9rem 0;
  }
}

h2 {
  font-size: 1.25em;
  line-height: 1.25;
  margin: 0.9rem 0;
}

@media screen and (min-width: 600px) {
  h2 {
    font-size: 1.5em;
    margin: 0.9rem 0;
  }
}

h3 {
  font-size: 1em;
  line-height: 1.45;
  margin: 0.75rem auto;
}

@media screen and (min-width: 600px) {
  h3 {
    font-size: 1.17em;
    margin: 1rem auto;
  }
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! normalize.css ends */

/* + + + + */

/* Colors Issue #02 */

/* background */
@-webkit-keyframes pulse_bg_i-three {
  0% {background-color: #DFD5FD;}
  25% {background-color: #03C98F;}
  40% {background-color: #87FF78;}
  55% {background-color: #FA523E;}
  70% {background-color: #FA523E;}
  85% {background-color: #FEAC4C;}
  100% {background-color: #FFF549;}
}

@-moz-keyframes pulse_bg_i-three {
  0% {background-color: #DFD5FD;}
  25% {background-color: #03C98F;}
  40% {background-color: #87FF78;}
  55% {background-color: #FA523E;}
  70% {background-color: #FA523E;}
  85% {background-color: #FEAC4C;}
  100% {background-color: #FFF549;}
}

@-o-keyframes pulse_bg_i-three {
  0% {background-color: #DFD5FD;}
  25% {background-color: #03C98F;}
  40% {background-color: #87FF78;}
  55% {background-color: #FA523E;}
  70% {background-color: #FA523E;}
  85% {background-color: #FEAC4C;}
  100% {background-color: #FFF549;}
}

@keyframes pulse_bg_i-three {
  0% {background-color: #DFD5FD;}
  25% {background-color: #03C98F;}
  40% {background-color: #87FF78;}
  55% {background-color: #FA523E;}
  70% {background-color: #FA523E;}
  85% {background-color: #FEAC4C;}
  100% {background-color: #FFF549;}
}

/* border */
@-webkit-keyframes pulse_bd_i-three {
  0% {border-color: #DFD5FD;}
  25% {border-color: #03C98F;}
  40% {border-color: #87FF78;}
  55% {border-color: #FA523E;}
  70% {border-color: #FA523E;}
  85% {border-color: #FEAC4C;}
  100% {border-color: #FFF549;}
}

@-moz-keyframes pulse_bd_i-three {
0% {border-color: #DFD5FD;}
  25% {border-color: #03C98F;}
  40% {border-color: #87FF78;}
  55% {border-color: #FA523E;}
  70% {border-color: #FA523E;}
  85% {border-color: #FEAC4C;}
  100% {border-color: #FFF549;}
}

@-o-keyframes pulse_bd_i-three {
  0% {border-color: #DFD5FD;}
  25% {border-color: #03C98F;}
  40% {border-color: #87FF78;}
  55% {border-color: #FA523E;}
  70% {border-color: #FA523E;}
  85% {border-color: #FEAC4C;}
  100% {border-color: #FFF549;}
}

@keyframes pulse_bd_i-three {
  0% {border-color: #DFD5FD;}
  25% {border-color: #03C98F;}
  40% {border-color: #87FF78;}
  55% {border-color: #FA523E;}
  70% {border-color: #FA523E;}
  85% {border-color: #FEAC4C;}
  100% {border-color: #FFF549;}
}

/* text */
@-webkit-keyframes pulse_ty_i-three {
  0% {color: #DFD5FD;}
  25% {color: #03C98F;}
  40% {color: #87FF78;}
  55% {color: #FA523E;}
  70% {color: #FA523E;}
  85% {color: #FEAC4C;}
  100% {color: #FFF549;}
}

@-moz-keyframes pulse_ty_i-three {
  0% {color: #DFD5FD;}
  25% {color: #03C98F;}
  40% {color: #87FF78;}
  55% {color: #FA523E;}
  70% {color: #FA523E;}
  85% {color: #FEAC4C;}
  100% {color: #FFF549;}
}

@-o-keyframes pulse_ty_i-three {
  0% {color: #DFD5FD;}
  25% {color: #03C98F;}
  40% {color: #87FF78;}
  55% {color: #FA523E;}
  70% {color: #FA523E;}
  85% {color: #FEAC4C;}
  100% {color: #FFF549;}
}

@keyframes pulse_ty_i-three {
  0% {color: #DFD5FD;}
  25% {color: #03C98F;}
  40% {color: #87FF78;}
  55% {color: #FA523E;}
  70% {color: #FA523E;}
  85% {color: #FEAC4C;}
  100% {color: #FFF549;}
}

/* * */

.border--all__flux {
  border: 0.05rem solid #04AD7B;
  -webkit-animation: pulse_bd_i-three 3s infinite alternate;
  -moz-animation: pulse_bd_i-three 3s infinite alternate;
  -o-transition: pulse_bd_i-three 3s infinite alternate;
  transition: pulse_bd_i-three 3s infinite alternate;
}

.border--top__flux {
  border-top: 0.05rem solid #04AD7B;
  -webkit-animation: pulse_bd_i-three 3s infinite alternate;
  -moz-animation: pulse_bd_i-three 3s infinite alternate;
  -o-transition: pulse_bd_i-three 3s infinite alternate;
  transition: pulse_bd_i-three 3s infinite alternate;
}

.border--right__flux {
  border-right: 0.05rem solid #04AD7B;
  -webkit-animation: pulse_bd_i-three 3s infinite alternate;
  -moz-animation: pulse_bd_i-three 3s infinite alternate;
  -o-transition: pulse_bd_i-three 3s infinite alternate;
  transition: pulse_bd_i-three 3s infinite alternate;
}

.border--bottom__flux {
  border-bottom: 0.05rem solid #04AD7B;
  -webkit-animation: pulse_bd_i-three 3s infinite alternate;
  -moz-animation: pulse_bd_i-three 3s infinite alternate;
  -o-transition: pulse_bd_i-three 3s infinite alternate;
  transition: pulse_bd_i-three 3s infinite alternate;
}

.border--right__flux {
  border-right: 0.05rem solid #04AD7B;
  -webkit-animation: pulse_bd_i-three 3s infinite alternate;
  -moz-animation: pulse_bd_i-three 3s infinite alternate;
  -o-transition: pulse_bd_i-three 3s infinite alternate;
  transition: pulse_bd_i-three 3s infinite alternate;
}

.momentum-scrolling {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}

html, body {
  font-family: 'liberation_sansregular';
	font-size: 20px;
	line-height: 1.5;
  color: #222;
  background-color: #F8F8F8;
}

pre, code {
  font-family: 'liberation_sansregular';
  font-size: 1rem;
  line-height: 1.5;
}

hr {
  border-top: 0.075rem solid #222;
  border-bottom: none;
  border-width: 0.075rem;
  margin: 3rem auto;
}

p {
  font-size: 1rem;
  margin: 0.9rem 0;
}

a {
  font-size: 1rem;
  color: #222;
  text-decoration: none;
  border-bottom: 0.05rem solid #222;
}

a:hover {
  -webkit-animation: pulse_bg_i-three 0.25s infinite alternate;
  -moz-animation: pulse_bg_i-three 0.25s infinite alternate;
  -o-transition: pulse_bg_i-three 0.25s infinite alternate;
  transition: pulse_bg_i-three 0.25s infinite alternate;
  background-color: currentColor;
}

p, a, li, code {
  font-size: 85%;
}

p > a, strong > a, em > a, li > a, li > p {
  font-size: 100%;
}

@media screen and (min-width: 600px) {
  p, a, li, code {
    font-size: 100%;
  }
}


/* ---- */

.ft-serif {
  font-family: 'autopiabold';
}


.ft-small {
  font-size: 16px;
}

.bd-a--1 {
  border: 0.05rem solid #222;
}

.pd-h--045 {
  padding-right: 0.45rem;
  padding-left: 0.45rem;
}

.pd-v--1 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.mg-b--0 {
  margin-bottom: 0;
}

.mg-h--03 {
  margin: 0.3rem;
}

.mg-t--2 {
  margin-top: 2.4rem;
}

.mg-b--3 {
  margin-bottom: 3.6rem;
}

.ta--c {
  text-align: center;
}



/* ---- */

img {
  max-width: 100%;
}

ul, ol, li {
  padding: 0;
}

ul {
  margin: 0.9rem 0;
}

ul > li {
  list-style: circle;
  margin: 0.45rem 0 0.45rem 1rem;
}

ol > li {
  list-style: decimal;
  margin: 0.45rem 0 0.45rem 1rem;
}

@media screen and (min-width: 600px) {
  ul > li, ol > li {
    margin: 0.45rem 0 0.45rem 1.5rem;
  }
}

li {
  margin: 0.45rem;
}

li p {
  margin: 0 auto;
}

.nav__info li {
  position: fixed;
  list-style: none;
  top: 0.45rem;
  margin: 0;
  padding: 0;
}

.nav__info li:first-child {
  left: 1.2rem;
}

.nav__info li:last-child {
  right: 1.2rem; 
}

@media screen and (min-width: 480px) {
  .nav__info li {
    top: 1.5rem;
  }
}

.font__serif {
  font-family: "autopiabold";
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'liberation_sansbold';
}

h2:first-child {
  margin-top: 0;
}

h4 {
  line-height: 1.25;
}

blockquote {
  margin: 1.8rem 0;
  padding: 0.6rem 0.9rem;
  max-width: 80%;
  border: 0.05rem solid #04AD7B;
  -webkit-animation: pulse_bd_i-three 3s infinite alternate;
  -moz-animation: pulse_bd_i-three 3s infinite alternate;
  -o-transition: pulse_bd_i-three 3s infinite alternate;
  transition: pulse_bd_i-three 3s infinite alternate;
}

@media screen and (min-width: 600px) {
  blockquote {
    padding: 0.9rem 1.5rem;
  }
}

blockquote > p {
  margin: 0;
}

blockquote > p+p {
  margin: 0.9rem auto;
}

.keep-in-place__wrapper {
  padding: 0.5rem 1.5rem 4.5rem 1.5rem;
  -webkit-animation: pulse_bg_i-three 18s infinite alternate;
  -moz-animation: pulse_bg_i-three 18s infinite alternate;
  -o-transition: pulse_bg_i-three 18s infinite alternate;
  transition: pulse_bg_i-three 18s infinite alternate;
  background-color: #67FFA9;
}

@media screen and (min-width: 480px) {
  .keep-in-place__wrapper {
    padding: 2.1rem 3rem;
  }
}

.preview__wrapper {
	width: 100%;
	position: relative;
  margin: 0 auto;
}

.title__bg {
  text-align: center;
}

@media screen and (min-width: 600px) {
  .preview__wrapper {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 6rem 0;
  }

  .title__bg {
    width: 100%;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    text-align: center;
  }
}

.title__bg h1 {
  font-family: "autopiabold";
  font-size: 3rem;
  color: #F8F8F8;
  margin: 0;
}

@media screen and (min-width: 480px) {
  .title__bg h1 {
    font-size: 4.5rem;
  }
}

@media screen and (min-width: 600px) {
  .title__bg h1 {
    font-size: 6rem;
  }
}

@media screen and (min-width: 720px) {
  .title__bg h1 {
    font-size: 7.5rem;
  }
}

@media screen and (min-width: 800px) {
  .title__bg h1 {
    font-size: 9rem;
  }
}

.preview__element__wrapper {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}

.preview__element {
  position: relative;
  display: inline-block;
  text-align: left;
  border: 0.05rem solid #222;
  margin: 0.3rem;
  padding: 0.45rem;
  width: 100%;
  list-style: none;
}

.preview__element a {
  display: block;
  border-bottom: none;
  padding: 0;
  font-size: 100%;
}

.preview__element a:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -o-transition: none;
  transition: none;
  background-color: transparent;
}

.preview__element:before {
  content: " ";
  padding-right: 0;
  margin-top: 0; 
}

.preview__element:hover {
  -moz-box-shadow: 0px 6px 6px 0px #222;
  -webkit-box-shadow: 0px 6px 6px 0px #222;
  box-shadow: 0px 6px 6px 0px #222;
  background-color: #F8F8F8;
  background-color: rgba(255, 255, 255, 0.15);
}

.preview__element h4 {
  margin: 0;
}

@media screen and (min-width: 600px) {
  .preview__element h4 {
    font-size: 85%;
  }
}

@media screen and (min-width: 760px) {
  .preview__element h4 {
    font-size: 100%;
  }
}

@media screen and (min-width: 480px) {
  .preview__element {
    width: 40%;
  }
}

@media screen and (min-width: 680px) {
  .preview__element {
    width: 27%;
  }
}

section {
  max-width: 39rem;
  margin: 0 1.5rem;
  padding: 1.5rem 0 3rem 0;
  border-bottom: 0.05rem solid #222;
}

section.preview__wrapper {
  padding: 0;
}

section.preview__wrapper h4 {
  display: block;
}

section:first-child, section:last-child {
  border: none;
}

@media screen and (min-width: 600px) {
  section {
    margin: 0 3rem;
    padding: 3rem 0;
  }
}

section h4 {
  display: inline-block;
  margin: 0.9rem 0 0 0;
}

.info--contributor__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
}

.info--contributor__list li {
  list-style: none;
  margin: 0 0 1.2rem 0;
}

@media screen and (min-width: 600px) {
  .info--contributor__list {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .info--contributor__list li {
    width: 30%;
  }
}

.banner--block {
  margin: 0.9rem 0 0.9rem 0;
  padding: 2.4rem 1.5rem;
  text-align: center;
  border: 0.05rem solid #222;
}

@media scren and (min-width: 600px) {
  .banner--block {
    margin: 0.9rem 3rem 3rem 3rem;
  }
}

.title--serif {
  font-family: 'autopiabold';
  margin-top: 0; 
  -webkit-animation: pulse_ty_i-three 3s infinite alternate;
  -moz-animation: pulse_ty_i-three 3s infinite alternate;
  -o-transition: pulse_ty_i-three 3s infinite alternate;
  transition: pulse_ty_i-three 3s infinite alternate;
}

@media screen and (max-width: 340px) {
  .title--serif {
    font-size: 1.35rem;
  }
}

.banner--inline {
  margin: 3rem 0;
  padding: 0.9rem;
  text-align: center;
  border: 0.05rem solid #04AD7B;
  -webkit-animation: pulse_bd_i-three 3s infinite alternate;
  -moz-animation: pulse_bd_i-three 3s infinite alternate;
  -o-transition: pulse_bd_i-three 3s infinite alternate;
  transition: pulse_bd_i-three 3s infinite alternate;
}

@media scren and (min-width: 600px) {
  .banner--inline {
    padding: 0.9rem 1.5rem;
  }
}

.flattr {
  display: inline-block;
  border-bottom: none;
  padding: 0.15rem;
}

footer {
  margin: 0 auto;
  padding:  1.5rem;
  border-top: 0.05rem solid #222;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}

.col-right p+p {
  margin: 1.8rem 0 0 0;
}

footer p {
  width: auto;
}

@media screen and (min-width: 600px) {
  footer {
    padding: 1.5rem 3rem;
  }
}

@media screen and (min-width: 999px) {
  footer {
    padding: 1.5rem 3rem;
    flex-direction: row;
  }

  footer .col-left, footer .col-right {
    width: 39%;
  }

  .col-right p+p {
    margin: 1.5rem 0 0 0;
  }
}

footer img {
  display: block;
  width: auto;
  margin: 0.3rem 0 0 0;
}

/* Essays */

nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  padding: 0.9rem;
  -webkit-animation: pulse_bg_i-three 18s infinite alternate;
  -moz-animation: pulse_bg_i-three 18s infinite alternate;
  -o-transition: pulse_bg_i-three 18s infinite alternate;
  transition: pulse_bg_i-three 18s infinite alternate;
  background-color: #67FFA9;
}

.nav-bottom {
  border-top: 0.05rem solid #222;
  border-bottom: none;
}

@media screen and (min-width: 600px) {
  nav {
    padding: 0.9rem 3rem;
  }
}

.title__menu {
  font-family: "autopiabold";
  color: #F8F8F8;
  margin: 0;
  display: inline-block;
}

.essay__main--content {
  word-break: break-word;

  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.essay__introduction {
  margin-bottom: 3.5rem;
}

.essay__micro-sections {
  margin: 0 0 0 1.5rem;
  font-weight: bold;
}

.essay__micro-sections+p {
  margin-top: 0;
}

.essay__main--content h1 {
  font-family: 'autopiabold';
}

.essay__main--content__author {
  margin-bottom: 2.4rem;
}

@media screen and (min-width: 600px) {
  .essay__main--content__author {
    margin-bottom: 3rem;
  }
}

.essay__main--content h2 {
  margin: 2.4rem 0 0 1rem;
}

@media screen and (min-width: 600px) {
  .essay__main--content h2 {
    margin: 3rem 0 0 1.5rem;
  }
}

/* roger-van-voorhees */

#roger-van-voorhees h2 {
  margin: 4.5rem 0 0 1rem;
}

#roger-van-voorhees h2:first-of-type {
  margin-top: 2.4rem;
}

@media screen and (min-width: 600px) {
  #roger-van-voorhees h2 {
    margin: 9rem 0 0 1.5rem;
  }

  #roger-van-voorhees h2:first-of-type {
    margin-top: 2.4rem;
  }
}

/* Nadia de Vries */

.nadia-de-vries__poem {
  padding: 12vh 0;
}

.nadia-de-vries__poem h2 {
  margin: 0;
}

.nadia-de-vries__poem pre {
  white-space: pre-wrap;     
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;    
  white-space: -o-pre-wrap;  
  word-wrap: break-word;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.nadia-de-vries__audio-player--container {
  position: fixed;
  top: 6.15rem;
  right: 0.3rem;
  width: 100%;
  max-width: 90vh;
  height: auto;
  pointer-events: none;
}

@media screen and (min-width: 560px) {
  .nadia-de-vries__audio-player--container {
    position: fixed;
    top: 7.5rem;
    right: 0.6rem;
    height: 100%;
  }
}

@media screen and (min-width: 700px) {
  .nadia-de-vries__audio-player--container {
    right: 3.95rem;
  }
}

.nadia-de-vries__button__audio-player {
  width: 6.4rem;
  background-color: #F8F8F8;
  border: 0.075rem solid #222;
  position: absolute;
  top: -2rem;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  pointer-events: auto;
}

@media screen and (min-width: 560px) {
  .nadia-de-vries__button__audio-player {
    left: auto;
  }
}

.nadia-de-vries__audio-player--wrapper {
  display: none;
  pointer-events: auto;
}

@media screen and (min-width: 560px) {
  .nadia-de-vries__audio-player--wrapper {
    display: block;
    transform: translateX(100%) rotate(90deg);
    transform-origin: top left;
  }
}

/* Adrienne Herr */

.section__adrienne-herr {
  max-width: 100%;
  padding: 0 0 3rem 0;
  margin: 0 1.5rem;
}

.essay__main--content__author__adrienne-herr {
  margin: 0;
}

@media screen and (min-width: 600px) {
  .essay__main--content__author__adrienne-herr {
    margin-bottom: 3rem;
  }
}

.scroll--horizontal {
  flex-flow: nowrap;
  justify-content: space-between;
  align-items: center;
  overflow-x: auto; 
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.namesakes__poem-element__wrapper {
  padding: 0.6rem 0;
}

@media screen and (min-width: 600px) {
  .namesakes__poem-element__wrapper {
    padding: 0.6rem 0.9rem;
  }  
}

.namesakes__poem-element {
  margin: 0 3rem;
  padding: 1.5rem;
  text-align: center;
  border: 5px inset #87FF78;
}

.namesakes__poem-element__wrapper:first-of-type > .namesakes__poem-element {
  margin: 0 0 0 0;
}

.namesakes__poem-element__wrapper:last-of-type > .namesakes__poem-element {
  margin: 0 0 0 6rem;
}

@media screen and (min-width: 600px) {
  .namesakes__poem-element {
    margin: 0 9rem;
    padding: 1.5rem 3rem;
  }  
}

.contributor--info__adrienne-herr p {
  max-width: 39rem;
}

/* Goodiepal */

.text-align--center {
  text-align: center;
}

.goodiepal__aside {
  height: 100%;
  background-color: #F8F8F8;
  overflow: scroll;
  z-index: 1;
}

.goodiepal__aside--expand {
  position: fixed;
  height: 100%;
  top: 78px;
  right: 0;
}

@media screen and (min-width: 600px) {
  .goodiepal__aside--expand {
    top: 86px;
  }
}

.goodiepal__aside, .goodiepal__aside--button--expand {
  width: 50%;
}

@media screen and (min-width: 700px) {
  .goodiepal__aside, .goodiepal__aside--button--expand {
    max-width: 30%;
  }
}

.goodiepal__aside__title {
  margin: 0;
}

.goodiepal__aside p {
  font-size: 0.8rem;
}

.goodiepal__aside--button {
  background-color: #F8F8F8;
  border: 0.075rem solid #222;
}

.goodiepal__aside--button p {
  margin: 0;
}

.goodiepal__aside--collapse {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 27px;
}

.goodiepal__aside--button--expand {
  position: fixed;
  bottom: 0;
  right: 0;
}

.goodiepal__aside__wrapper {
  padding: 0 0 0.9rem 0;
}

.goodiepal__aside__wrapper--collapse {
  visibility: hidden;
}

.goodiepal__aside__wrapper--expand {
  visibility: visible;
}

.goodiepal__aside--full-height {
  top: 0;
  height: 100%;
}

/* Agustine Zegers */

.warning {
  padding: 0.9rem 1.5rem;
  margin: 0 0 6rem 0;
  font-size: 1.5rem;
}

.warning p {
  margin: 0;
}

@media screen and (min-width: 500px) {
  .warning {
    font-size: 2.4rem;
  }
}

/* * * */

/* Fish Narc and Chai Tea */

.fish-narc-chai-tea--text-section {
  border-bottom: none;
  margin: 0;
}

@media screen and (min-width: 600px) {
  .fish-narc-chai-tea--wrapper {
    max-width: 100%;
    margin: 0 3rem;
  }
}

/* * * */

figure.essay {
  display: inline-block;
  margin: 1rem 0 0 0;
  text-align: center;
  padding: 0.6rem 0.9rem;
  border: 0.05rem solid #04AD7B;
  -webkit-animation: pulse_bd_i-three 3s infinite alternate;
  -moz-animation: pulse_bd_i-three 3s infinite alternate;
  -o-transition: pulse_bd_i-three 3s infinite alternate;
  transition: pulse_bd_i-three 3s infinite alternate;
}

@media screen and (min-width: 600px) {
  figure.essay {
    padding: 0.9rem 1.5rem;
  }
}

.figure--container {
  display: inline-block;
  margin: 1rem 0 0 0;
  padding: 0.6rem 0.9rem;
  border: 0.05rem solid #04AD7B;
  -webkit-animation: pulse_bd_i-three 3s infinite alternate;
  -moz-animation: pulse_bd_i-three 3s infinite alternate;
  -o-transition: pulse_bd_i-three 3s infinite alternate;
  transition: pulse_bd_i-three 3s infinite alternate;
}

.figure--media__multi {
  display: block;
  margin: 0 0 1.5rem 0;
}

.embed__essay {
  margin: 1rem 0 0 0;
  padding: 0.6rem 0.9rem;
  border: 0.05rem solid #04AD7B;
  -webkit-animation: pulse_bd_i-three 3s infinite alternate;
  -moz-animation: pulse_bd_i-three 3s infinite alternate;
  -o-transition: pulse_bd_i-three 3s infinite alternate;
  transition: pulse_bd_i-three 3s infinite alternate;
}

.embed__essay__video--fullscreen {
  margin: 0;
}

.embed__essay__video--fullscreen figcaption {
  margin: 0 3rem;
  max-width: 60rem;
}

@media screen and (min-width: 1200px) {
  .embed__essay__video--fullscreen {
    margin: 0 3rem;
    max-width: 60rem;
  }

  .embed__essay__video--fullscreen figcaption {
    margin: 0;
    max-width: auto;
  }
}

.embed-container {
  position: relative; 
  padding-bottom: 56.25%; 
  margin-bottom: 0.5rem;
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
} 

.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

@media screen and (min-width: 600px) {
  .embed__essay {
    padding: 0.9rem 1.5rem;
  }
}

.img__w-half {
  width: 49%;
}

@media screen and (min-width: 500px) {
  .img__w-half--500 {
    width: 49%;
  }

  .img__w-third--500 {
    width: 32.5%;
  }
}

.mg-auto {
  margin: 0 auto;
}

.no-mgpd {
  margin: 0;
  padding: 0;
}

.figure--flex__inline {
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}

.figure__inline {
  display: inline-block;
}

figcaption p, .embed__essay p {
  margin: 0;
}

.figcaption--inline {
  display: inline-block;
}

.fancybox {
  cursor: zoom-in;
  border-bottom: none;
}

.fancybox-close {
  border-bottom: none;
}

.fancybox-nav:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -o-transition: none;
  transition: none;
  background-color: transparent;
}

.fancybox-nav span:hover {
  -webkit-animation: pulse_bg_i-three 0.25s infinite alternate;
  -moz-animation: pulse_bg_i-three 0.25s infinite alternate;
  -o-transition: pulse_bg_i-three 0.25s infinite alternate;
  transition: pulse_bg_i-three 0.25s infinite alternate;
  background-color: currentColor;
}

.essay__main--content h3+ol {
  margin-top: 0;
}

.essay__main--content blockquote.sidebox {
  border-radius: 9px;
}

@media screen and (min-width: 540px) {
  .essay__main--content p.sidebox, .essay__main--content ol.sidebox  {
    width: 50%;
  }

  .essay__main--content blockquote.sidebox {
    width: 25%;
    margin: 0.9rem 0 0.9rem 10%;
  }
}

@media screen and (min-width: 800px) {
  .essay__main--content p.sidebox, .essay__main--content ol.sidebox  {
    width: 60%;
  }

  .essay__main--content blockquote.sidebox {
    width: 30%;
    margin-left: 0;
  }
}

sup {
  margin: 0 0 0 0.15rem;
}

.footnotes {
  border-top: 0.05rem solid #222;
  margin: 2.4rem 0 0 0;
}

.bibliography, .contributor--info {
  border-top: 0.05rem solid #222;
  margin: 2.4rem 0 0 0;
  padding: 1.5rem 0 0 0;
}

.contributor--info__name {
  font-style: normal;
  font-weight: bold; 
}

.nav__index {
  display: inline-block;
  margin: 3rem 0 0 0;
}

/* Archive */

.archive--button {
  display: inline-block;
}

.archive--list__element p {
  margin: 0 0 1rem 0;
}
