.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.image {
  width: 80%;
  max-width: 300px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.text-block {
  margin-bottom: 16px;
  font-family: 'Pickle standard 1', sans-serif;
  font-size: 2rem;
  line-height: 100%;
}

.link {
  display: block;
  max-width: 300px;
  margin-top: 8px;
  margin-bottom: 16px;
  padding: 12px 32px;
  border: 0px none #000;
  background-color: #03c6fa;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Bb book contrasted', sans-serif;
  color: #fff;
  font-size: 1.2rem;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
}

.link:hover {
  background-color: #143df2;
  background-image: none;
}

.heading {
  margin-top: 12vh;
  font-family: 'Pickle standard 1', sans-serif;
  font-size: 2.6rem;
  line-height: 100%;
  font-weight: 400;
  text-align: center;
}

.heading-2 {
  margin-top: 5vh;
  margin-bottom: 4vh;
  font-family: 'Pickle standard 1', sans-serif;
  font-size: 2rem;
  line-height: 100%;
}

.html-embed {
  display: none;
  width: 90%;
  max-width: 960px;
  margin-bottom: 10vh;
}

.html-embed-2 {
  width: 96%;
  height: auto;
  max-width: 960px;
  margin-bottom: 10vh;
}

.socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12vh;
  -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;
}

.image-2 {
  width: auto;
  height: 24px;
}

.link-block {
  margin-right: 8px;
  margin-left: 8px;
}

.youtube {
  width: 96%;
  height: auto;
  max-width: 960px;
}

.image-3 {
  width: auto;
  height: 80vh;
  margin-top: 5vh;
  margin-bottom: 5vh;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 88px;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: auto;
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-3 {
  margin-top: 16px;
  margin-bottom: 0px;
  font-family: 'Pickle standard 1', sans-serif;
  font-size: 2.6rem;
  line-height: 140%;
}

.heading-4 {
  font-family: 'Bb book contrasted', sans-serif;
  font-size: 1.2rem;
  line-height: 100%;
}

.paragraph {
  margin-top: 12px;
  margin-bottom: 24px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 1rem;
  line-height: 150%;
  font-style: normal;
}

.heading-5 {
  font-family: 'Pickle standard 1', sans-serif;
  font-size: 1.8rem;
  line-height: 140%;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 88px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mediaitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.socialdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed-3 {
  width: 96%;
  max-width: 960px;
}

@media screen and (max-width: 991px) {
  .section {
    min-height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .link {
    max-width: 240px;
    margin-top: 4px;
    margin-bottom: 8px;
    font-size: 1rem;
  }
  .youtube {
    margin-bottom: 48px;
  }
  .image-3 {
    height: auto;
    max-height: 80vh;
    max-width: 90%;
  }
  .section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .heading-3 {
    font-size: 2.4rem;
  }
  .heading-4 {
    font-size: 1rem;
    line-height: 100%;
  }
  .paragraph {
    font-size: 0.8rem;
  }
  .heading-5 {
    font-size: 1.4rem;
  }
  .section-3 {
    padding-top: 40px;
  }
  .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mediaitem {
    width: 100%;
  }
  .html-embed-3 {
    margin-bottom: 10vh;
  }
}

@media screen and (max-width: 767px) {
  .link {
    width: 90%;
    max-width: 250px;
  }
  .image-3 {
    height: auto;
  }
  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .column {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paragraph {
    width: 84%;
  }
  .image-4 {
    max-width: 88%;
  }
  .html-embed-3 {
    margin-bottom: 10vh;
  }
}

@media screen and (max-width: 479px) {
  .link {
    width: 80%;
    max-width: 300px;
  }
  .heading {
    max-width: 90%;
    font-size: 2.2rem;
    text-align: center;
  }
  .image-3 {
    width: 100%;
    height: auto;
    max-width: none;
  }
  .heading-4 {
    font-size: 0.9rem;
  }
  .image-4 {
    max-width: 64%;
  }
  .html-embed-3 {
    margin-bottom: 10vh;
  }
}

@font-face {
  font-family: 'Pickle standard 1';
  src: url('../fonts/Pickle-Standard-1.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Bb book contrasted';
  src: url('../fonts/bb-book-contrasted.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}