body {
  color: #fff;
  font-family: "Avenir Next LT W05 Regular";
  font-size: 14px;
  font-weight: 300;
}

.container.body {
  background-color: #fff;
  color: #000;
}
section.head {
  /* background: url(images/holidaybackground.jpg);
    background-size: cover;
    background-repeat: no-repeat; */
  position: relative;
  z-index: -2;
}
h1 {
  font-size: 22px;
  font-family: "Avenir Next LT W05 Bold";
  text-transform: uppercase;
}
.h2 {
  font-family: "Avenir Next LT W05 Bold";
  font-size: 20px;
  margin-top: 15px;
}
h3,
.h3 {
  font-size: 18px;
}
.h3 span {
  display: block;
  margin-bottom: 10px;
}
.h3 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.h4 {
  font-size: 16px;
}
a {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}
a:focus,
a:hover {
  color: #000;
}
strong {
  font-family: "Avenir Next LT W05 Bold";
}
ol {
  padding-inline-start: 15px;
}
.container {
  padding: 20px 15px;
  background: #000;
}
li {
  margin-top: 1%;
}
.background-container {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  bottom: 0;
}
.background-container div {
  flex: 1;
  filter: brightness(0.2);
}

.background-left {
  background: url(images/background-left.webp);
  background-position: left;
}

.background-right {
  background: url(images/background-right.webp);
  background-position: right;
  /* On mobile display only 1 picture. according to figma design. */
  display: none;
}

.background-left,
.background-right {
  background-repeat: no-repeat;
  background-size: cover;
}

.dj-logo {
  width: 270px;
  text-align: center;
  margin: 0 auto;
}
.title-accent {
  color: #8b9ea2;
}
.footer {
  margin-top: 15px;
}
.icon-instagram {
  font-size: 18px;
  vertical-align: top;
}
.divider {
  /* background-color: #00b8ad; */
  background: url(images/divider-background.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  padding: 15px;
}

.divider::after,
.divider::before {
  content: "";
  height: 1px;
  top: calc(50% - 1px);
  width: 100px;
  z-index: 0;
  position: absolute;
}

.divider::after {
  background: linear-gradient(
    90deg,
    rgba(209, 190, 141, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  right: calc(50% - 200px);
}

.divider::before {
  background: linear-gradient(
    270deg,
    rgba(209, 190, 141, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  left: calc(50% - 200px);
}

.description,
.disclaimer {
  color: #979ea2;
}

.disclaimer {
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.2;
}
.header-img {
  max-width: 280px;
  margin: 0 auto;
  width: 100%;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .header-img {
    max-width: 400px;
  }
  body {
    font-size: 18px;
  }

  h1 {
    font-size: 36px;
    margin-top: 30px;
  }
  .h2 {
    font-size: 30px;
    margin-top: 30px;
  }
  .h3 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  h3,
  .h3 {
    font-size: 22px;
  }
  .h4 {
    font-size: 22px;
  }
  .dj-logo {
    width: 370px;
    margin-bottom: 20px;
  }
  .divider::after {
    right: calc(50% - 450px);
    width: 300px;
  }
  .divider::before {
    left: calc(50% - 450px);
    width: 300px;
  }
  .title-accent {
    display: inline-block;
  }
  .header-img {
    max-width: 450px;
    margin-top: 0;
  }
  .background-right {
    display: block;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: 50px 15px;
  }
  .body-copy {
    display: flex;
    justify-content: center;
  }
  .header-img {
    max-width: 550px;
  }
  .body-copy .copy {
    max-width: 900px;
    font-size: 17px;
  }
}
