/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
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-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * 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 {
  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"],
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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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; }

html {
  box-sizing: border-box; }

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

body {
  font-family: 'Noto Serif', serif;
  background: #fffff3; }

a {
  text-decoration: none; }

.content-container,
.site-header,
.site-footer {
  margin: 0 auto;
  width: 90%; }

.content-container {
  overflow: hidden; }

.module {
  box-shadow: 0 15px 2px -10px #090707; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor; }

.icon-quill {
  position: relative;
  width: 4em;
  height: 4em;
  fill: #ffffc0; }

.site-header {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  margin-bottom: 2em; }

.site-icon {
  background: #176c91;
  border-radius: 100%;
  padding: 1.3em 1.5em;
  display: inline-block;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in; }
  .site-icon:hover {
    background: #30A9DE; }
    .site-icon:hover .icon-quill {
      fill: #fffff3; }

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

.site-title {
  display: block;
  font-size: 2em;
  color: #090707;
  font-style: oblique;
  margin: 1em 0 .5em 0;
  padding: .1em;
  line-height: 1.6em;
  border-top: 3px solid #090707;
  border-bottom: 3px solid #090707;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in; }
  .site-title:hover {
    color: #176c91;
    border-top-color: #fffff3;
    border-bottom-color: #176c91; }

.site-slogan {
  font-size: 1.8em;
  font-weight: bold;
  text-align: center; }
  .site-slogan .symbol {
    font-size: 1.7em;
    line-height: .7em; }

.site-nav {
  font-size: 1.1em;
  margin: 1em 0;
  padding: .8em .5em;
  background: #104b65;
  text-align: center; }

.menu-item {
  margin-bottom: .5em;
  border-bottom: 4px solid #fffff3;
  font-weight: bold;
  color: #090707;
  background: #fffff3;
  display: block; }
  .menu-item:last-child {
    margin-bottom: 0; }
  .menu-item:hover {
    border-bottom-color: #090707; }
  @media (min-width: 50em) {
    .menu-item {
      display: inline-block;
      padding: 0.1em .5em;
      margin-right: 1em;
      margin-bottom: 0; }
      .menu-item:last-child {
        margin-right: 0; } }
  @media (min-width: 64.375em) {
    .menu-item {
      margin-right: 2em; } }

.site-search {
  width: 100%;
  margin-top: 1em;
  font-family: "Fira Sans", sans-serif;
  overflow: hidden; }

.site-search-input {
  box-sizing: border-box;
  border: 2px solid #176c91;
  border-radius: 3px;
  display: block;
  width: 100%;
  outline: medium none;
  padding: 0.4em;
  margin-bottom: .5em;
  color: #090707;
  font-size: 1.1em; }
  .site-search-input:focus {
    border-color: #104b65;
    box-shadow: 0 0 3px #104b65; }
  @media (min-width: 37.5em) {
    .site-search-input {
      display: inline-block;
      width: 70%;
      float: left; } }

.site-search-button {
  border: 0 none;
  border-radius: 6px;
  display: block;
  width: 100%;
  padding: .2em;
  text-align: center;
  background-color: #176c91;
  color: #fffff3;
  font-size: 1.2em;
  letter-spacing: .02em;
  line-height: 1.5em; }
  .site-search-button:hover {
    background-color: #104b65; }
  @media (min-width: 37.5em) {
    .site-search-button {
      border: 2px solid #176c91;
      display: inline-block;
      width: 27%;
      float: right; } }

.icon-search {
  position: relative;
  width: 1em;
  height: 1em;
  fill: #fffff3;
  top: .2em;
  margin-right: .2em; }

.given-search-query {
  background-color: #176c91;
  padding: .15em;
  color: #EFDC05;
  font-style: oblique; }

.not-found {
  font-family: "Fira Sans", sans-serif;
  text-align: left;
  font-style: oblique;
  font-size: 1.2em;
  background-color: #E53A40;
  color: #fffff3;
  padding: .5em .8em; }

.algolia-logo-container {
  float: right; }

.algolia-powered-by-text,
.algolia-logo {
  float: left; }

.algolia-powered-by-text {
  line-height: 2em; }

.algolia-logo {
  height: 2em;
  width: 4em;
  margin-left: .5em; }

.contact-page {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 2em; }
  @media (min-width: 50em) {
    .contact-page {
      width: 75%; } }
  @media (min-width: 50em) {
    .contact-page {
      width: 60%; } }
  .contact-page p {
    font-size: 1.1em;
    line-height: 1.5em; }
  .contact-page a:hover {
    text-decoration: underline; }

.bio-page {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2em;
  overflow: hidden; }
  @media (min-width: 50em) {
    .bio-page {
      width: 90%; } }
  @media (min-width: 64.375em) {
    .bio-page {
      width: 80%; } }
  .bio-page p {
    font-size: 1.1em;
    line-height: 1.5em; }

@media (min-width: 64.375em) {
  .bio-section {
    display: inline; } }

@media (min-width: 64.375em) {
  .bio-info {
    float: left;
    width: 70%;
    padding-right: 2em; } }

.bio-image img {
  box-shadow: 0 15px 2px -10px #7c6060; }
@media (min-width: 64.375em) {
  .bio-image {
    float: right;
    width: 30%;
    padding-left: 2em; } }

.title {
  font-family: 'Fira Sans', sans-serif;
  border-bottom: 6px solid #AF4034;
  padding-bottom: .3em;
  letter-spacing: .02em;
  text-align: center; }

.teasers {
  text-align: center; }

.teaser {
  background: #30A9DE;
  height: 15em;
  margin-bottom: 2em;
  padding: 2em;
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: left; }
  @media (min-width: 50em) {
    .teaser {
      display: inline-block;
      margin-top: 1em;
      margin-right: 1em;
      width: 45%; } }
  @media (min-width: 64.375em) {
    .teaser {
      width: 30%;
      margin-right: 1.5em; } }

.teaser-body {
  position: absolute;
  top: 3.5em;
  width: 100%;
  left: 60%;
  color: #1b7ca7; }

.teaser-title,
.poem-title {
  font-family: 'Fira Sans', sans-serif;
  font-style: oblique;
  font-weight: bold; }

.teaser-title {
  position: relative;
  color: #fffff3;
  display: block;
  font-size: 2.5em;
  text-shadow: 2px 2px 1px #090707;
  z-index: 100; }
  .teaser-title:hover {
    text-decoration: underline; }

.teaser-category {
  display: block;
  position: absolute;
  left: 1em;
  bottom: 1em;
  color: #2A1E5C;
  font-weight: bold;
  font-size: 1.2em; }
  .teaser-category:hover {
    text-decoration: underline; }

.poem-title {
  text-align: center;
  font-size: 2.1em;
  letter-spacing: .05em;
  background: #176c91;
  color: #fffff3;
  line-height: 2em;
  text-shadow: 2px 2px 1px black; }
  @media (min-width: 50em) {
    .poem-title {
      font-size: 2.5em; } }

.poem {
  width: 100%;
  color: #090707;
  padding: 1em; }

.poem-body-container {
  text-align: center; }

.poem-body {
  font-size: 1.3em;
  letter-spacing: .02em;
  font-style: oblique;
  line-height: 1.5em;
  display: inline-block;
  text-align: left; }
  @media (min-width: 50em) {
    .poem-body {
      font-size: 1.5em; } }
  @media (min-width: 64.375em) {
    .poem-body {
      font-size: 1.6em;
      line-height: 1.7em; } }

.prev-next-poem {
  margin: 1em 0;
  padding: 0 .5em;
  overflow: hidden; }

.poems-nav {
  color: #fffff3;
  font-size: 2.5em;
  background-color: #30A9DE;
  padding: .1em .4em;
  border-radius: 100%;
  position: relative;
  color: #090707; }
  .poems-nav .nav-arrow {
    position: relative;
    bottom: 3px; }
  .poems-nav:hover {
    background: #176c91; }
    .poems-nav:hover .nav-arrow {
      color: #fffff3; }

.prev-poem {
  float: left; }

.next-poem {
  float: right; }

.categories-list {
  list-style: none;
  padding: 0; }
  .categories-list li {
    display: inline-block;
    padding: 0.4em 0.4em 0.4em 0; }

.categories-list-item {
  color: #090707;
  border-bottom: 2px solid #090707;
  font-weight: bold;
  margin-right: .5em; }
  .categories-list-item:hover {
    color: #176c91;
    border-bottom-color: #176c91; }

.poem-category {
  overflow: hidden; }

.poem-category-item {
  background-color: #176c91;
  float: right;
  padding: .3em .4em;
  color: #fffff3;
  font-size: 1.3em;
  border-top: 2px dotted #fffff3; }
  @media (min-width: 50em) {
    .poem-category-item {
      padding: .5em .7em; } }
  @media (min-width: 64.375em) {
    .poem-category-item {
      padding: .7em 1em; } }
  .poem-category-item:hover {
    text-decoration: underline; }

.all-poems-link {
  font-family: "Fira Sans", sans-serif;
  display: block;
  color: #104b65;
  font-weight: bold;
  margin-bottom: 2em;
  padding: .5em;
  font-size: 1.2em;
  border-radius: 3px; }
  .all-poems-link:hover {
    text-decoration: underline; }

.pagination {
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.1em;
  margin-bottom: .5em; }
  @media (min-width: 50em) {
    .pagination {
      margin-top: 1.5em;
      overflow: hidden;
      text-align: center; } }

.pagination-nav-item {
  display: block;
  background-color: #176c91;
  color: #fffff3;
  margin-bottom: 1em;
  padding: .5em; }
  .pagination-nav-item:hover {
    text-decoration: underline;
    background-color: #104b65; }
  @media (min-width: 50em) {
    .pagination-nav-item {
      display: inline-block;
      padding: .7em .5em; } }

@media (min-width: 50em) {
  .previous-page {
    margin-right: 1em; } }
@media (min-width: 64.375em) {
  .previous-page {
    margin-right: 1.5em; } }

@media (min-width: 50em) {
  .next-page {
    margin-left: 1em; } }
@media (min-width: 64.375em) {
  .next-page {
    margin-left: 1.5em; } }

.site-footer {
  width: 100%;
  background: #104b65; }

.footer-content {
  width: 90%;
  margin: 0 auto;
  padding: .5em 0;
  color: #fffff3; }

.footer-link {
  color: #30A9DE; }
  .footer-link:hover {
    text-decoration: underline; }

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