/*
  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
*/
/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  font-weight: bold;
  line-height: 1.25;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 2rem;
  font-family: "Roboto Slab", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
}

h2 {
  margin-top: 1rem;
  font-size: 1.5rem;
}

h3 {
  margin-top: 1.5rem;
  font-size: 1.25rem;
}

h4, h5, h6 {
  margin-top: 1rem;
  font-size: 1rem;
}

/* Body */
body {
  font-family: "Tahoma", "Verdana", "Segoe", sans-serif;
  font-weight: 400;
  font-stretch: 100%;
  font-size: 100%;
}

body img {
  align: middle;
  margin: 5px auto auto auto;
  display: block;
  max-width: 100%;
}

p {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  line-height: 1.65;
  line-spacing: -0.03;
  color: #686A6C;
}

/* Lists */
ul, ol, dl {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 1.5rem;
  font-family: "Tahoma", "Verdana", "Segoe", sans-serif;
}

ol li {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 1.5rem;
}

li {
  margin-bottom: 1rem;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
}

/*
  Links
*/
a {
  color: black;
  text-decoration: none;
}

/*
  Blockquote
*/
blockquote {
  margin: 10px 20px 10px;
  padding: 0px 15px;
  border-left: 0.25em solid #ccc;
  color: #999;
  line-height: 1.5;
}

/**
 * Tables
 */
table {
  border-collapse: collapse;
  margin-bottom: 30px;
  width: 100%;
}

table, th, td {
  border: 1px solid black;
}

th, td {
  padding: 15px;
  text-align: left;
}

/*
  Site container
*/
.site-container {
  width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.container {
  width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.container a {
  text-decoration: underline;
}

.hero-img {
  width: auto;
  height: 800px;
}

.video {
  max-height: 50rem;
  width: 100%;
}

.posts-wrapper {
  padding-top: 66px;
  margin: auto;
  display: block;
  width: 90rem;
}

.posts-inner-wrapper {
  margin: auto;
  display: block;
  padding-left: 12px;
  padding-right: 12px;
  width: 50rem;
}

.posts-wrapper h1 {
  margin: 20px 0px 5px;
}

@media screen and (max-width: 60em) and (orientation: portrait) {
  .site-container,
  .container,
  .hero-img,
  .posts-wrapper,
  .posts-inner-wrapper {
    width: 100%;
  }
  .hero-img {
    height: 200px;
  }
  .posts-wrapper {
    width: 89rem;
    padding-top: 66px;
    margin: auto;
    display: block;
  }
}
@media screen and (max-width: 60em) and (orientation: landscape) {
  .site-container,
  .container,
  .hero-img,
  .posts-wrapper,
  .posts-inner-wrapper {
    width: 100%;
  }
  .hero-img {
    height: 350px;
  }
  .posts-wrapper {
    width: 89rem;
    padding-top: 66px;
    margin: auto;
    display: block;
  }
}
.featured-posts {
  padding-top: 56.25%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.featured-posts h2 {
  bottom: 0;
  margin: 0;
  padding: 10px;
  position: absolute;
}

.featured-posts h2 span {
  display: inline-block;
  color: white;
  font: bold 24px/45px Helvetica, Sans-Serif;
  letter-spacing: -1px;
  background: rgb(0, 0, 0); /* fallback color */
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  border-radius: 10px;
}

.featured-posts span a {
  color: white;
}

.featured-posts h1 {
  margin: 10px;
}

/* Pagination */
.pagination {
  text-align: center;
}

.pagination a {
  text-decoration: none;
}

.pagination-button {
  color: #999;
  border: 1px solid #e0e0e0;
  padding: 15px 45px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}

.pagination-active {
  color: black;
}

.pagination-active:hover {
  background-color: #e0e0e0;
}

@media screen and (max-width: 60em) and (orientation: portrait) {
  .featured-posts h2 span {
    font: bold 12px/24px Helvetica, Sans-Serif;
    padding: 5px;
  }
  .posts-wrapper {
    padding-top: 66px;
    margin: auto;
    display: block;
  }
}
.chevron-prev, .chevron-next {
  position: sticky;
  top: 25%;
  width: 30px;
  text-align: center;
  height: 70px;
  line-height: 70px;
  background: #fff;
  display: inline-block;
  font-size: 30px;
  color: #4d4d4d;
  border: 1px solid #e6e6e6;
  pointer-events: auto;
}

.chevron-prev {
  border-radius: 100%/50%;
  border-top-left-radius: 100% 50%;
  border-bottom-left-radius: 100% 50%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: medium;
  float: left;
}

.chevron-next {
  border-top-left-radius: 100% 50%;
  border-top-right-radius: 100% 50%;
  border-bottom-right-radius: 100% 50%;
  border-bottom-left-radius: 100% 50%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: medium;
  float: right;
}

.page-content {
  width: 50rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.post-date {
  display: block;
  margin-bottom: 1rem;
  color: #9a9a9a;
  font-size: 0.8rem;
}

.featured-image img {
  align: middle;
  margin: 5px auto 25px;
  display: block;
  max-width: 600px;
}

@media (max-width: 50rem) {
  .page-content {
    width: 60vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .featured-image img {
    align: middle;
    margin: 5px auto 25px;
    display: block;
    max-width: 60vw;
  }
}
@media (max-width: 800px) {
  .page-content {
    width: 95vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .featured-image img {
    align: middle;
    margin: 5px auto 25px;
    display: block;
    max-width: 95vw;
  }
}
.post-share {
  padding-bottom: 1rem;
}

.sharing-icons a {
  padding-right: 10px;
}

/*
  Related Posts
*/
.related {
  padding-bottom: 1rem;
}

.related ul, ol, dl {
  margin: 0px;
}

.related-posts {
  padding: 10px 0px 10px;
  list-style: none;
  display: inline-block;
}

.related-thumbnail {
  position: relative;
  width: 600px;
  height: 200px;
  overflow: hidden;
}

.related img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: 600px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.related-title {
  float: right;
  padding-bottom: 0.5rem;
  font-family: "Tahoma", "Verdana", "Segoe", sans-serif;
}

@media (max-width: 50rem) {
  .related-thumbnail {
    width: 60vw;
  }
}
@media (max-width: 800px) {
  .related-thumbnail {
    width: 95vw;
  }
}
.photo-comment {
  align: middle;
  text-align: center;
  display: block;
  background-color: #f2f2f2;
}

.site-header {
  min-height: 2.5rem;
  width: 90rem;
  position: fixed;
  background-color: white;
  box-shadow: 0 5px 6px -6px #bbb;
  z-index: 100;
  top: 0;
  transition: top 0.2s ease-in-out;
}

.nav-up {
  top: -80px;
}

@media screen and (max-width: 60em) {
  .site-header {
    width: 100%;
  }
}
.site-header a {
  text-decoration: none;
}

.site-title {
  left: 1.9rem;
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.5rem;
  margin-bottom: 0;
  margin-top: 0;
}

.menu-list {
  line-height: 56px;
  float: right;
}

.menu-link {
  padding: 5px 10px;
}

/* Responsiveness with a dropdown menu */
@media (min-width: 60em) {
  .dropbtn {
    display: none;
  }
  .dropdown-content {
    display: none;
  }
  .menu-list {
    display: none;
  }
  .site-title {
    padding-right: 0.25rem;
  }
  .dropbtn {
    background-color: white;
    color: black;
    padding: 16px;
    margin-top: 4px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }
  .dropdown {
    position: relative;
    display: inline-block;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  .dropdown-content a:hover {
    background-color: #f1f1f1;
  }
  .dropdown:hover .dropdown-content {
    display: block;
  }
  .dropdown:hover .dropbtn {
    background-color: #f1f1f1;
  }
}
.footer {
  background: white;
  color: black;
  text-align: center;
  min-height: 56px;
  line-height: 45px;
  width: 50rem;
}

.footer a {
  color: black;
  padding: 0px 10px 0px;
  text-decoration: none;
}

@media (max-width: 50rem) {
  .footer {
    background: white;
    color: black;
    text-align: center;
    min-height: 56px;
    line-height: 45px;
    width: 95vw;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* force scrollbar, prevents initial gap */
html {
  overflow-y: scroll;
}

.image-wrapper,
.gallery-sizer {
  width: 50%;
}

.image-gallery {
  display: block;
}
.image-gallery .image-wrapper {
  float: left;
  padding: 3px;
  width: 33%;
}
.image-gallery .image-wrapper .image {
  width: 100.1%;
  width: calc(100% + 1px);
  height: 100%;
}
.image-gallery .image-wrapper .gallery-imgsrc {
  width: 100.1%;
  width: calc(100% + 1px);
  height: 100%;
}
.image-gallery:after {
  content: "";
  display: block;
  clear: both;
}

.caption {
  position: static;
  color: #AAA;
}

/*
 * Sidebar
 *
 * The sidebar is the drawer, the item we are toggling with our handy hamburger
 * button in the corner of the page.
 *
 * This particular sidebar implementation was inspired by Chris Coyier's
 * "Offcanvas Menu with CSS Target" article, and the checkbox variation from the
 * comments by a reader. It modifies both implementations to continue using the
 * checkbox (no change in URL means no polluted browser history), but this uses
 * `position` for the menu to avoid some potential content reflow issues.
 *
 * Source: http://css-tricks.com/off-canvas-menu-with-css-target/#comment-207504
 */
/* Style and "hide" the sidebar */
.sidebar {
  position: fixed;
  top: 4rem;
  bottom: 0;
  left: -14rem;
  width: 20rem;
  visibility: hidden;
  overflow-y: auto;
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
  font-size: 0.875rem; /* 15px */
  color: rgba(255, 255, 255, 0.6);
  background-color: #202020;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 30em) {
  .sidebar {
    font-size: 0.75rem; /* 14px */
  }
}
/* Sidebar content */
.sidebar a {
  font-weight: normal;
  color: #fff;
}

.sidebar-item {
  padding: 1rem;
}

.sidebar-item p:last-child {
  margin-bottom: 0;
}

/* Sidebar nav */
.sidebar-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-nav-item {
  display: block;
  padding: 0.5rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-nav-item.active,
a.sidebar-nav-item:hover,
a.sidebar-nav-item:focus {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent;
}

@media (min-width: 48em) {
  .sidebar-item {
    padding: 1.5rem;
  }
  .sidebar-nav-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
/* Hide the sidebar checkbox that we toggle with `.sidebar-toggle` */
.sidebar-checkbox {
  position: absolute;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Style the `label` that we use to target the `.sidebar-checkbox` */
.sidebar-toggle {
  position: absolute;
  top: 0.5rem;
  display: block;
  padding: 0.25rem 0.5rem;
  color: #505050;
  background-color: #fff;
  border-radius: 0.25rem;
  cursor: pointer;
}

.sidebar-toggle:before {
  display: inline-block;
  width: 1rem;
  height: 0.75rem;
  content: "";
  background-image: -webkit-linear-gradient(to bottom, #555, #555 20%, #fff 20%, #fff 40%, #555 40%, #555 60%, #fff 60%, #fff 80%, #555 80%, #555 100%);
  background-image: -moz-linear-gradient(to bottom, #555, #555 20%, #fff 20%, #fff 40%, #555 40%, #555 60%, #fff 60%, #fff 80%, #555 80%, #555 100%);
  background-image: -ms-linear-gradient(to bottom, #555, #555 20%, #fff 20%, #fff 40%, #555 40%, #555 60%, #fff 60%, #fff 80%, #555 80%, #555 100%);
  background-image: linear-gradient(to bottom, #555, #555 20%, #fff 20%, #fff 40%, #555 40%, #555 60%, #fff 60%, #fff 80%, #555 80%, #555 100%);
}

.sidebar-toggle:active,
#sidebar-checkbox:focus ~ .sidebar-toggle,
#sidebar-checkbox:checked ~ .sidebar-toggle {
  color: #fff;
  background-color: #555;
}

.sidebar-toggle:active:before,
#sidebar-checkbox:focus ~ .sidebar-toggle:before,
#sidebar-checkbox:checked ~ .sidebar-toggle:before {
  background-image: -webkit-linear-gradient(to bottom, #fff, #fff 20%, #555 20%, #555 40%, #fff 40%, #fff 60%, #555 60%, #555 80%, #fff 80%, #fff 100%);
  background-image: -moz-linear-gradient(to bottom, #fff, #fff 20%, #555 20%, #555 40%, #fff 40%, #fff 60%, #555 60%, #555 80%, #fff 80%, #fff 100%);
  background-image: -ms-linear-gradient(to bottom, #fff, #fff 20%, #555 20%, #555 40%, #fff 40%, #fff 60%, #555 60%, #555 80%, #fff 80%, #fff 100%);
  background-image: linear-gradient(to bottom, #fff, #fff 20%, #555 20%, #555 40%, #fff 40%, #fff 60%, #555 60%, #555 80%, #fff 80%, #fff 100%);
}

@media (min-width: 30.1em) {
  .sidebar-toggle {
    position: fixed;
  }
}
@media print {
  .sidebar-toggle {
    display: none;
  }
}
/* Slide effect
 *
 * Handle the sliding effects of the sidebar and content in one spot, seperate
 * from the default styles.
 *
 * As an a heads up, we don't use `transform: translate3d()` here because when
 * mixed with `position: fixed;` for the sidebar toggle, it creates a new
 * containing block. Put simply, the fixed sidebar toggle behaves like
 * `position: absolute;` when transformed.
 *
 * Read more about it at http://meyerweb.com/eric/thoughts/2011/09/12/.
 */
.wrap,
.sidebar,
.sidebar-toggle {
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.wrap,
.sidebar-toggle {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

#sidebar-checkbox:checked + .sidebar {
  z-index: 10;
  visibility: visible;
}

#sidebar-checkbox:checked ~ .sidebar,
#sidebar-checkbox:checked ~ .wrap,
#sidebar-checkbox:checked ~ .sidebar-toggle {
  -webkit-transform: translateX(14rem);
  -ms-transform: translateX(14rem);
  transform: translateX(14rem);
}

.comment {
  border-bottom: 1px;
  border-bottom-color: rgb(242, 242, 242);
  border-bottom-style: solid;
  font-family: "Tahoma", "Verdana", "Segoe", sans-serif;
  font-size: 100%;
}
.comment + .comment {
  margin-top: 3em;
}
.comment.child {
  margin-left: 40px;
}

.comment_author {
  font-family: "Tahoma", "Verdana", "Segoe", sans-serif;
  font-weight: bolder;
  color: #666666;
  font-size: 93.75%;
  line-height: 1.65;
}

.comment_date {
  font-family: "Tahoma", "Verdana", "Segoe", sans-serif;
  font-size: 0.8em;
  margin-top: 0.2em;
  margin-bottom: 1em;
  color: #b3b3b3;
}

.comment__main {
  min-width: calc(100% - 40px);
}

.comment__meta a {
  color: inherit;
}

.comment__message {
  font-size: ms(-1);
}
.comment__message > *:last-child {
  margin-bottom: 0;
}

.comment__form {
  width: 100%;
}
.comment__form .title:before {
  content: "";
  display: block;
  width: 2em;
  height: 0.125em;
  width: 100%;
  background-color: #000;
}

#cancel-comment-reply-link {
  margin-left: 1em;
  color: #b11313;
}

.comments {
  font-family: "Roboto Slab", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  line-height: 1.1667;
  margin-top: 0;
  font-weight: bolder;
  font-size: 1.4em;
  color: #1a1a1a;
  margin-bottom: 2em;
  margin-top: 2em;
}

input,
textarea {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0.75em 0.5em;
  vertical-align: top;
  overflow: visible;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 0.25em;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: inherit;
  font-size: inherit;
}

.form-group-message {
  display: block;
  margin: 0 -0.5em 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.form__group {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin: 0 -0.5em 1em;
  width: auto;
}
.form__group > * {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.form__group * {
  width: 100%;
}

textarea {
  resize: vertical;
  -moz-appearance: textfield-multiline;
  -webkit-appearance: textarea;
}

.btn:hover {
  background-color: #4d4d4d;
  color: #fff;
  color: var(--button-text-color);
  text-decoration: none;
}

.btn {
  padding: 0.5em 1em;
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 0.875em;
  font-size: var(--text-sm);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #111111;
  border-radius: 0.25rem;
  border: 0;
  cursor: pointer;
}

h2.comment-title {
  font-family: "Roboto Slab", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  font-size: 1.1em;
  margin-top: 3em;
}

.instructions {
  font-family: "Roboto Slab", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  font-size: 0.8em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-weight: lighter;
}

.icon {
  width: 16px;
  height: 16px;
}

.icon--reply {
  background-image: url("/assets/icons/reply.svg");
}

#icon-reply {
  width: 16px;
  height: 16px;
}

div.reply-to-name {
  display: none;
}

span:hover + div.reply-to-name {
  display: block;
}

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