body {
  font-family: quasimoda, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: broadacre-light-2, sans-serif;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
}

p {
  margin-bottom: 20px;
}

a {
  -webkit-transition: color 1000ms ease;
  transition: color 1000ms ease;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #353535;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

li {
  margin-bottom: 6px;
}

.colours-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ul-point {
  margin-bottom: 14px;
  padding-left: 40px;
}

.body-section {
  overflow: hidden;
  width: 100%;
  padding: 100px 10%;
  text-align: center;
  cursor: auto;
}

.main-button {
  width: auto;
  min-width: 180px;
  padding: 20px 22px 18px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 120px;
  background-color: #e21983;
  -webkit-transition: background-color 1000ms ease;
  transition: background-color 1000ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.main-button:hover {
  background-color: #1d71b8;
  background-image: none;
  color: #fff;
  text-decoration: none;
}

.main-button.grey {
  background-color: #838383;
  background-image: none;
  -webkit-transition: color 1000ms ease, background-color 1000ms ease, border-color 1000ms ease;
  transition: color 1000ms ease, background-color 1000ms ease, border-color 1000ms ease;
}

.main-button.grey:hover {
  border-color: #838383;
  background-color: #fff;
  color: #838383;
}

.main-button.alt {
  background-color: #1d71b8;
  background-image: none;
}

.main-button.alt:hover {
  background-color: #7a7a7a;
}

.spacer {
  height: 30px;
}

.colour-example {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18%;
  height: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.colour-example._2 {
  background-color: #bd0064;
}

.colour-example._1 {
  background-color: #e21983;
}

.colour-example._4 {
  background-color: #333;
  color: #fff;
}

.colour-example._3 {
  background-color: #1d71b8;
  color: #fff;
}

.body-container {
  position: relative;
  z-index: 3;
  max-width: 1200px;
}

.body-container.centered {
  text-align: center;
}

.holding-page-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.shine {
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0) 60%);
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 62px;
  }

  h2 {
    font-size: 52px;
  }

  h3 {
    font-size: 44px;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 64px;
  }

  h2 {
    font-size: 54px;
  }

  h3 {
    font-size: 46px;
  }

  .body-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 66px;
  }

  .body-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .main-button {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 18px;
  }

  .body-container {
    max-width: 1400px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 38px;
  }

  .body-section {
    padding: 60px 5%;
    text-align: left;
  }

  .body-container.centered {
    text-align: left;
  }

  .holding-page-section {
    padding-right: 5%;
    padding-left: 5%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 34px;
  }

  .body-section {
    padding: 40px 30px;
    text-align: left;
  }

  .body-container {
    padding-left: 0px;
  }

  .holding-page-section {
    padding: 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  .body-section {
    padding: 40px 20px 50px;
    font-size: 18px;
  }

  .main-button {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    text-align: center;
  }

  .spacer {
    height: 20px;
  }

  .holding-page-section {
    padding-right: 20px;
    padding-left: 20px;
  }
}

