@media screen and (max-width: 600px) {
  .wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 "Muli", sans-serif;
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}

#renderedtemplate {
  margin-top: 25px;
}

h1, h2, h3, h4, h5 {
  text-align: center;
}

h1, h2 {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
}

h3, h4, h5 {
  font-family: "Muli", sans-serif;
  font-weight: 200;
}

h1 {
  font-size: 45px;
  line-height: 60px;
}

h2 {
  font-size: 26px;
  line-height: 35px;
}

h3 {
  text-transform: uppercase;
  letter-spacing: 8px;
  font-size: 12px;
  line-height: 15px;
}

h4 {
  font-size: 15px;
  letter-spacing: 1px;
}

h5 {
  letter-spacing: 1px;
  font-size: 12px;
}

p {
  line-height: 24px;
  font-size: 15px;
  font-weight: 200;
  font-family: "Muli", sans-serif;
  color: #959595;
}
@media (max-width: 720px) {
  p {
    padding-right: 10px;
    padding-left: 10px;
  }
}
p {
  margin-bottom: 10px;
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Links
 */
a {
  color: #2a7ae2;
  text-decoration: none;
}
a:visited {
  color: rgb(22.9483471074, 86.2541322314, 168.5516528926);
}
a:hover {
  color: #111;
  text-decoration: underline;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(800px - (30px * 2));
  max-width: calc(800px - 30px * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .wrapper {
    max-width: -webkit-calc(800px - (30px));
    max-width: calc(800px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}

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

/**
* Icons
*/
.icon > svg {
  width: 15px;
  height: 15px;
}
.icon > svg path {
  fill: #D8D8D8;
}

.post-meta {
  margin-top: 10px;
  text-align: left;
  letter-spacing: 4px;
  font-size: 12px;
  margin-bottom: 10px;
}
@media (max-width: 720px) {
  .post-meta {
    margin-left: 10px;
  }
}

.page-subtitle {
  margin-top: 50px;
  margin-bottom: 10px;
}

.post-title {
  text-align: left;
  margin-top: 20px;
}
@media (max-width: 720px) {
  .post-title {
    margin-left: 10px;
  }
}

.long-image {
  width: 681px;
  height: auto;
}

.square-image {
  width: 300px;
  height: auto;
}

.page-content {
  margin: 0 auto;
}

.page-body {
  margin-top: 50px;
  margin-bottom: 60px;
}

.page-title {
  margin-bottom: 20px;
}

.quote {
  align-content: center;
}

.blog {
  margin-bottom: 50px;
}

.blog-item {
  margin-bottom: 100px;
}

html {
  font-family: "Muli", sans-serif;
}
html a {
  text-decoration: none;
  color: black;
}
html a:hover {
  text-decoration: none;
}
html a:visited {
  text-decoration: none;
  color: black;
}

/**
 * Site wrapper
 */
.canvas {
  margin: 50px auto;
  max-width: 682px;
}

/**
 * Site footer
 */
.footer {
  margin-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  height: 97px;
  display: flex;
  flex-direction: row;
}
.footer .footer-nav {
  display: flex;
  max-height: 48.5px;
  flex-direction: row;
  align-self: flex-end;
  justify-content: space-around;
  width: 100%;
  flex-grow: 1;
}
@media (max-width: 720px) {
  .footer .footer-nav {
    text-align: center;
    justify-content: center;
    flex-direction: column;
  }
}
.footer .footer-nav h3 {
  margin-bottom: 15px;
  letter-spacing: 8px;
  margin-right: -8px;
}
@media (max-width: 720px) {
  .footer .footer-nav h3 {
    margin-bottom: 7px;
  }
}
.footer .footer-nav .footer-nav-left .title, .footer .footer-nav .footer-nav-left .description {
  text-align: left;
}
@media (max-width: 720px) {
  .footer .footer-nav .footer-nav-left .title, .footer .footer-nav .footer-nav-left .description {
    text-align: center;
  }
}
.footer .footer-nav .footer-nav-left {
  align-self: flex-start;
}
@media (max-width: 720px) {
  .footer .footer-nav .footer-nav-left {
    align-self: center;
  }
}
.footer .footer-nav .footer-nav-left {
  flex-grow: 1;
}
.footer .footer-nav .footer-nav-right .user-item, .footer .footer-nav .footer-nav-right .user-email {
  text-align: right;
  align-self: flex-start;
  justify-content: flex-end;
}
.footer .footer-nav .footer-nav-right .user-item + .user-item {
  margin-left: 13px;
}
@media (max-width: 720px) {
  .footer .footer-nav .footer-nav-right {
    margin-top: 20px;
    justify-content: center;
    text-align: center;
    align-self: center;
  }
}
.footer .footer-nav .footer-nav-right {
  flex-grow: 1;
}
.footer .footer-nav .footer-nav-right .user-row {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  align-items: baseline;
  align-content: flex-start;
}
@media (max-width: 720px) {
  .footer .footer-nav .footer-nav-right .user-row {
    justify-content: center;
  }
}
.footer .footer-nav .footer-nav-right .user-row .twitter-icon, .footer .footer-nav .footer-nav-right .user-row h3 {
  align-self: flex-start;
}

/**
 * Site header
 */
.header {
  min-height: 56px;
  line-height: 1.6em;
  text-align: center;
}
.header .logo {
  margin-bottom: 25px;
}
.header .header-nav {
  max-height: 45px;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 9px 0;
  margin: 25px 0 30px 0;
}
.header .nav-list {
  margin: 0 auto;
}
.header .nav-list .nav-element + .nav-element {
  margin-left: 60px;
}
@media (max-width: 530px) {
  .header .nav-list .nav-element + .nav-element {
    margin-left: 10px;
  }
}
.header .nav-list .nav-element {
  display: inline-block;
}

.fiction-container {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  align-content: space-between;
}
.fiction-container .story-container {
  height: 600px;
  width: 326px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 720px) {
  .fiction-container .story-container {
    margin: auto;
  }
}
.fiction-container .story-container .story-image {
  width: 326px;
  height: 326px;
}
.fiction-container .story-container .story-title {
  margin: 15px 0;
}
.fiction-container .story-container .snippet {
  color: #959595;
  margin-bottom: 10px;
}
.fiction-container h6 {
  font-weight: 300;
  font-size: 9.5px;
}

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