html {
  font: 100%/1.75 'Merriweather', 'Georgia', serif;
  box-sizing: border-box;
  overflow-y: scroll;
}

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

body {
  margin: 0;
  color: hsla(0, 0%, 0%, 0.9);
  font-family: 'Merriweather', 'Georgia', serif;
  font-weight: 400;
  word-wrap: break-word;
  font-kerning: normal;
  font-feature-settings: "kern", "liga", "clig", "calt";
  background-color: white;
}

.hero-header {
  position: relative;
  background: linear-gradient(180deg, #043c72 0%, #007ACC 100%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 24.5rem;
  margin-bottom: 2.625rem;
}

.hero-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  z-index: 1;
}

.hero-header h1 {
  position: relative;
  z-index: 2;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 42rem;
  padding: 0 1.3125rem 2.625rem 1.3125rem;
  min-height: calc(100vh - 42px);
}

h1 {
  margin: 0 0 1.75rem;
  padding: 0;
  color: inherit;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  text-rendering: optimizeLegibility;
  font-size: 2.5rem;
  line-height: 1.1;
}

h2 {
  margin: 0 0 1.75rem;
  padding: 0;
  color: inherit;
  font-family: 'Merriweather', 'Georgia', serif;
  font-weight: 900;
  text-rendering: optimizeLegibility;
  font-size: 1.73286rem;
  line-height: 1.1;
}

h3 {
  margin: 0 0 1.75rem;
  padding: 0;
  color: inherit;
  font-family: 'Merriweather', 'Georgia', serif;
  font-weight: 900;
  text-rendering: optimizeLegibility;
  font-size: 1.4427rem;
  line-height: 1.1;
}

h1, h2, h3 {
  margin-top: 3.5rem;
}

h1:first-child,
h2:first-child,
h3:first-child {
  margin-top: 0;
}

p {
  margin: 0 0 1.75rem;
  padding: 0;
}

img {
  max-width: 100%;
  margin: 0 0 1.75rem;
  padding: 0;
  border-style: none;
}

a {
  box-shadow: 0 1px 0 0 currentColor;
  color: #007acc;
  text-decoration: none;
}

a:hover,
a:active {
  box-shadow: none;
  outline-width: 0;
}

ul, ol {
  margin-left: 1.75rem;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 1.75rem;
  padding: 0;
  list-style-position: outside;
}

ul {
  list-style: disc;
}

li {
  padding-left: 0;
}

li > ol, li > ul {
  margin-left: 1.75rem;
  margin-top: calc(1.75rem / 2);
  margin-bottom: calc(1.75rem / 2);
}

li *:last-child {
  margin-bottom: 0;
}

li > p {
  margin-bottom: calc(1.75rem / 2);
}

code, pre {
  font-family: monospace, monospace;
  font-size: 0.85rem;
  line-height: 1.75rem;
}

pre {
  margin: 0 0 1.75rem;
  padding: 0;
}

hr {
  margin: 0 0 calc(1.75rem - 1px);
  padding: 0;
  background: hsla(0, 0%, 0%, 0.2);
  border: none;
  height: 1px;
}

b, strong {
  font-weight: 700;
}

small {
  font-size: 80%;
  color: hsla(0, 0%, 0%, 0.6);
}

.post-content {
  text-align: justify;
}

.post-content p:last-child {
  margin-bottom: 0;
}

.post-content img {
  width: calc(100% + 14rem);
  margin-bottom: 0;
}

@media only screen and (max-width: 480px) {
  ul, ol {
    margin-left: 1.75rem;
  }
}

@media (max-width: 56rem) {
  .post-content img {
    width: calc(100% + 2.625rem);
  }
}

footer {
  text-align: center;
  padding: 0 20px 20px 0;
  margin-top: 4.375rem;
}

footer a {
  color: #191919;
  box-shadow: none;
}

.blog-post-back-link {
  margin-top: 2.45rem;
  display: block;
}

.blog-post-title {
  margin-top: 1.75rem;
}

.blog-post-date {
  font-size: 0.83255rem;
  line-height: 1.75rem;
  display: block;
  margin-bottom: 1.05rem;
  margin-top: -1.05rem;
}

.blog-post-separator {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.author-bio {
  display: flex;
  margin-bottom: 30px;
}

.author-bio-image {
  margin-right: 0.875rem;
  margin-bottom: 0;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1.75rem;
}

.hero-header-title {
  font-size: 3.29096rem;
  line-height: 4.375rem;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 7rem;
  margin-top: 0;
  height: 4.375rem;
  color: white;
  font-family: Montserrat, sans-serif;
  z-index: 2;
}

.hero-header-link {
  box-shadow: none;
  text-decoration: none;
  color: white;
}

.posts-list-title {
  margin-bottom: 0.4375rem;
}

.posts-list-link {
  box-shadow: none;
}
