* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Helvetica, Arial, sans-serif;
}

.site-closure-header {
  width: 100%;
  height: 104px;
  background-color: white;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 30;
}

.site-closure-header .container {
  max-width: 1325px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-closure-header .logo-container {
  display: flex;
}

.site-closure-header .logo-container img {
  width: 56px;
}

@media (max-width: 992px) {
  .site-closure-header .logo-container img {
    width: 34px;
  }
}

.site-closure-hero {
  min-height: calc(100vh - 104px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
  background: linear-gradient(
    #ff7b67 0%,
    #ff8474 20%,
    #ff988f 49%,
    #ffdced 100%
  );
}

.site-closure-copy {
  width: 100%;
  max-width: 720px;
  text-align: center;
  color: #000000;
}

.site-closure-copy h1,
.site-closure-copy h2 {
  font-size: 2.5rem;
  line-height: 1.15;
  font-weight: 700;
  margin: 0;
}

.site-closure-copy h2 {
  margin-top: 2.5rem;
}

@media (max-width: 767px) {
  .site-closure-hero {
    padding: 32px 20px;
  }

  .site-closure-copy h1,
  .site-closure-copy h2 {
    font-size: 34px;
  }
}
