header {
  position: relative;
}
header #header-bg {
  width: 100%;
}
header #header-logo {
  position: absolute;
  bottom: 0;
  left: 30%;
  width: 40%;
}
#menu {
  position: relative;
}
#menu .menu-line {
  height: 100px;
}
#menu #menu-wrapper {
  width: 100%;
  position: absolute;
  top: 20px;
  left: 0;
  text-align: center;
}
#menu #menu-wrapper a {
  margin: 0 25px;
}
#menu #menu-wrapper img {
  height: 240px;
  box-shadow: 15px 20px 0 #222;
  display: inline-block;
}
main a {
  text-decoration: none;
}
main a h2 {
  font-size: 72px;
  font-weight: 900;
  text-align: center;
  margin: 0;
  padding: 52px 26px;
}
main a .article-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
main a .article-grid img {
  width: 100%;
}
@media (max-width: 1399px) {
  #menu .menu-line {
    height: 70px;
  }
  #menu #menu-wrapper img {
    height: 155px;
    box-shadow: 10px 15px 0 #222;
  }
  main a h2 {
    font-size: 62px;
    padding: 42px 22px;
  }
}
@media (max-width: 1199px) {
  main a h2 {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  #menu .menu-line {
    height: 40px;
  }
  #menu #menu-wrapper {
    top: 7px;
  }
  #menu #menu-wrapper a {
    margin: 0 10px;
  }
  #menu #menu-wrapper img {
    height: 100px;
    box-shadow: 5px 8px 0 #222;
  }
  main a h2 {
    font-size: 42px;
    padding: 32px 18px;
  }
}
@media (max-width: 575px) {
  #menu {
    position: sticky;
    top: 0;
  }
  #menu .menu-line {
    height: 35px;
  }
  #menu #menu-wrapper {
    top: 2px;
  }
  #menu #menu-wrapper a {
    margin: 0 3px;
  }
  #menu #menu-wrapper img {
    height: 95px;
    box-shadow: 2px 4px 0 #222;
  }
  main a h2 {
    font-size: 32px;
    padding: 24px 12px;
  }
}
