body {
  font-family: "Exo 2", Sans-serif;
  margin: 20px;
}

main {
  max-width: 1240px;
  margin: auto;
}

header {
  padding: 62px 0;
}

header .logo img {
  width: 300px;
  height: auto;
}

content {
  display: block;
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 34px;
  min-height: 500px;
}

content #featured-image {
  display: inline-block;
  float: left;
  margin-bottom: 40px;
}

content #featured-image img {
  max-width: 80%;
  max-height: 400px;
}

footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 18px;
  padding-top: 30px;
  border-top: 3px solid black;
}

footer>* {
  display: flex;
  align-items: center;
}

footer .logo {
  padding: 10px 0;
}

footer .logo img {
  width: 160px;
  height: 44px;
}

footer .footer-nav a {
  color: black;
  padding: 16px 13px;
}

a {
  color: inherit;
}

a.disabled-a {
  pointer-events: none;
  text-decoration: none;
}

.menu-image-a {
  line-height: 0;
}

.menu-image-a img {
  height: 30px;
}

@media (max-width: 820px) {
  header {
    padding: 40px 42px;
  }

  footer {
    flex-direction: column;
  }
}
