body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  font-color: #333;
  font-weight: 300;
  padding: 0;
  margin: 0 auto;
}

.main-image {
  width: 90vw;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

/* General helper classes */
.visually-hidden:not(:focus):not(:active):not(:focus-within) {
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.inline-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.inline-list li {
  display: inline;
}

.nav-layout {
  width: 80%;
  margin: 0 auto;
  border-top: 1px solid #444;
  padding: 1em;
}
.nav-layout a:hover {
  text-decoration: underline;
  text-underline-offset: 7px;
}
@media only screen and (min-height: 600px) and (max-width: 700px) {
  .nav-layout a:hover {
    text-underline-offset: initial;
  }
}
.nav-layout #menu-toggle {
  display: none;
}
.nav-layout #menu-toggle ~ label {
  display: none;
}
@media only screen and (min-height: 600px) and (max-width: 700px) {
  .nav-layout.main-nav {
    border-top: none;
    width: auto;
    text-align: right;
  }
  .nav-layout.main-nav #menu-toggle ~ label {
    cursor: pointer;
    user-select: none;
    display: inline-block;
    font-size: 2em;
    transition: transform 0.1s;
  }
  .nav-layout.main-nav #menu-toggle ~ label:hover {
    transform: scale(1.2);
  }
  .nav-layout.main-nav .menu {
    top: 4em;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    padding: 0 2em;
    width: auto;
    background: white;
    text-align: center;
    border-top: 1px dotted rgba(0, 0, 0, 0.4);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.1);
  }
  .nav-layout.main-nav #menu-toggle:checked ~ label {
    color: red;
  }
  .nav-layout.main-nav #menu-toggle:not(:checked) ~ ul {
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
  .nav-layout.main-nav li {
    margin: 0;
  }
  .nav-layout.main-nav li a {
    display: block;
    padding: 0.8em;
  }
}

/* Header */
.main-header {
  color: #111;
}
.main-header h1 {
  margin: 0;
}
.main-header h1 img {
  margin: 0.5em;
  vertical-align: middle;
  max-height: 50px;
}
.main-header nav li {
  margin: 1em;
}
.main-header nav li a {
  color: #111;
  text-decoration: none;
}
@media only screen and (min-height: 600px) and (min-width: 700px) {
  .main-header {
    margin: 0;
    text-align: center;
    margin: 0;
    width: 100%;
  }
}
@media only screen and (min-height: 600px) and (max-width: 700px) {
  .main-header {
    padding: 0 2em;
  }
  .main-header h1 {
    float: left;
  }
  .main-header nav li {
    margin: 0.5em;
  }
}

/* Footer */
.main-footer {
  background: white;
  color: #111;
  text-align: center;
  width: 100%;
  font-size: 0.7em;
}
.main-footer .content-wrapper {
  margin: 2em;
}
.main-footer li {
  margin: 1em;
}
@media only screen and (min-height: 600px) and (max-width: 700px) {
  .main-footer li {
    display: block;
  }
}
.main-footer a {
  color: #111;
  text-decoration: none;
}

/* Main */
.main-content {
  width: 100%;
}
.main-content .main-content__wrapper {
  width: 1200px;
  margin: 0 auto;
  max-width: 90vw;
  padding: 7em 0;
}
@media only screen and (min-height: 600px) and (max-width: 700px) {
  .main-content .main-content__wrapper {
    padding: 2em 0;
  }
}
.main-content img {
  margin: 2em 0;
  max-width: 100%;
  max-height: 60vh;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.main-content h2 {
  /* display: inline; */
  font-weight: 500;
  font-size: 1.4em;
  margin-bottom: 0.5em;
}
.main-content section {
  margin-bottom: 1.5em;
}

/* Links lists */
.links-lists {
  display: block;
  width: 800px;
  margin: 2em auto;
  font-family: "helvetica";
  text-align: center;
}
.links-lists img {
  max-width: 600px;
}
.links-lists h2 {
  /* display: inline; */
  font-weight: 500;
  font-size: 1.1em;
  margin-bottom: 0.5em;
}
.links-lists section {
  margin-bottom: 1.5em;
}
.links-lists ul li::after {
  content: ", ";
}
.links-lists ul li:last-child::after {
  content: ".";
}

.post-list {
  margin-top: 4em;
}
@media only screen and (min-height: 600px) and (max-width: 700px) {
  .post-list {
    margin-top: 2em;
  }
}
.post-list li {
  display: block;
  margin-top: 5em;
}
@media only screen and (min-height: 600px) and (max-width: 700px) {
  .post-list li {
    margin-top: 1em;
  }
}
.post-list li p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.7em;
}
.post-list li a {
  text-decoration: none;
  color: #333;
}
.post-list li a:hover h2 {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.post-list li .post-date {
  display: block;
  color: #777;
  font-size: 0.8em;
}
.post-list .post-illustration {
  max-width: 100px;
  float: left;
}

.post-article ul {
  overflow: hidden;
}
.post-article hgroup {
  margin-bottom: 2em;
}
.post-article hgroup h1 {
  font-weight: 500;
  margin-bottom: 0.4em;
}
.post-article hgroup p {
  color: #777;
  font-size: 0.9em;
}

.links-page {
  text-align: center;
}
.links-page img {
  max-width: 500px;
}

@media only screen and (min-width: 900px) {
  .floatRight {
    float: right;
    margin: 2em !important;
  }
  .floatLeft {
    float: left;
    margin: 2em !important;
  }
}

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