/* Homepage structural cleanup */

/* Keep the page itself neutral; the hero owns the artwork now. */
.home-body {
  background-color: #ececec;
}

.div-block {
  background-image: none;
  background-color: transparent;
  width: 100%;
  height: auto;
  min-height: 100vh;
}

/* Header cleanup */
.div-block-2 {
  padding-top: 40px;
  box-sizing: border-box;
}

.logo-container {
  margin-left: 10px;
}

.div-block-3 {
  width: 68px;
}

.heading-2 {
  display: none;
}

/* The intro is now the actual image card instead of sitting over a page-wide background. */
.div-block-5 {
  background-image: url("../images/bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: calc(100% - 40px);
  min-height: 67vh;
  height: auto;
  margin: 20px auto 60px;
  padding: 20px 40px 10px;
  border-radius: 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.intro-left-side {
  min-height: 67vh;
  height: auto;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 45px;
  box-sizing: border-box;
}

.home-heading {
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.intro-subhead {
  margin-bottom: 0;
}

.div-block-6 {
  margin-top: 40px;
}
