* {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
header {
  padding: 1rem 2%;
  border-bottom: 1px #efefef solid;
}
header {
  background: transparent;
}
header .wp-container-core-navigation-is-layout-b58d2c7d {
  display: none !important;
}
a {
  color: #205ca1;
}
a span {
  color: #205ca1;
}
a:hover {
  text-decoration: none;
}
h1, h2, h3, h4 {
  color: #a12b20;
}
p {
  color: #313324;
}
.wp-block-post-navigation-link a {
  text-decoration: none;
}
main {
  padding-top: 2rem;
  padding-left: 5%;
  padding-right: 5%;
}
main img {
  width: 100%;
  height: auto !important;
}
main figure {
  width: 100%;
  height: auto !important;
}
main h1 {
  padding: 0 3rem !important;
}
#columnLeft {
  padding: 0 2% !important;
  background: transparent;
}
#columnRight {
  padding: 1rem 2% !important;
  background: #efefef;
  border-radius: 1rem;
}
#columnRight figure {
  text-align: center;
  background: black;
}
#columnRight figure a img {
  width: 100%;
  height: auto;
}
@media (max-width: 780px) {
  main {
    padding: 0 5% 0 5%;
  }
}
/*# sourceMappingURL=custom.css.map */