html *:not(i) {
  font-family: "Lato";
}

html[lang="el"] *:not(i) {
  font-family: "Open Sans";
}

div.hero-block-content {
  min-width: 420px;
  padding: 36px 18px;
  margin: auto;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}

div.hero-block-content.twitch-title {
  align-items: baseline;
}

div.hero-block {
  width: 100%;
  position: relative;
}

div.hero-block > div.hero-image-left-top {
  display: none;
}

div.hero-block-content > div.hero-image.hero-image-left-bottom {
  display: none;
}

div.hero-block-content > div.hero-image.hero-image-left-top {
  display: none;
}

div.hero-block-content > div.hero-image.hero-image-right-bottom {
  display: none;
}

div.hero-block-content > div.hero-image {
  width: 100%;
  display: flex;
  justify-content: center;
}

div.hero-block-content > div.text-block {
  color: #333333;
  width: 95%;
}

@media all and (min-width: 768px) {
  div.hero-block-content {
    min-width: 768px;
    max-width: 1024px;
    padding: 128px;
    margin: auto;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
  }

  div.hero-block-content > div.hero-image.hero-image-left-top {
    display: flex;
    position: absolute;
    left: 15vw;
    top: 0px;
    width: auto;
  }

  div.hero-block-content > div.hero-image.hero-image-right-bottom {
    display: flex;
    position: absolute;
    right: 0px;
    bottom: 0px;
  }

  div.hero-block-content > div.hero-image.hero-image-left-bottom {
    display: flex;
    position: absolute;
    left: 15vw;
    bottom: 0px;
  }

  div.hero-block-content > div.hero-image {
    width: 40%;
    justify-content: flex-start;
  }

  div.hero-block-content > div.hero-image.hero-image-right {
    justify-content: flex-end;
  }

  div.hero-block-content > div.text-block {
    color: #333333;
    width: 56%;
    padding-left: 24px;
  }
}

div.hero-block.hero-block-first > div > div.text-block > h1 {
  font-size: 32px;
}

div.hero-block-content > div.text-block > h1,
div.hero-block-content > div.text-block > h2 {
  font-size: 24px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
  width: 100%;
  margin: 24px 0px;
}

div.hero-block-content > div.text-block > p {
  font-size: 17px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #666666;
}

div.hero-block-content > div.text-block > a {
  color: #2284f7;
}

div.hero-block-content.justify-start {
  justify-content: flex-start;
}

div.hero-block-content.justify-end {
  justify-content: flex-end;
}

.getAdBlockButtonLarge {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  margin-top: 90px;
  -webkit-text-fill-color: #ffffff;
}

.twitch-title .getAdBlockButtonLarge {
  margin-top: 0;
}

div.hero-block > div > div.text-block a {
  color: #0047FF;
}

div.hero-block-blue > div > div.text-block a {
  color: white;
  font-weight: bold;
}

div.hero-block-blue > div > div.text-block a:hover {
  text-decoration: underline;
}

div.hero-block-gold > div > div.text-block a:hover {
  text-decoration: underline;
}

div.text-block > ul {
  margin-left: 24px;
}

div.text-block > ul,
li {
  list-style-type: disc;
}

/*
  different background colors of hero blocks + corresponding
  changes to text/link color for appropriate contrast
*/

/* white */
div.hero-block-white {
  background-color: #ffffff;
}
div.hero-block.hero-block-white > div > div.text-block p {
  color: #666666;
}
div.hero-block.hero-block-white > div > div.text-block h2 {
  color: #333333;
}

/* gray */
div.hero-block-gray {
  background-color: #f4f4f4;
}

/* red */
div.hero-block-red {
  background-color: #e40d0d;
}
div.hero-block.hero-block-red > div > div.text-block h2,
div.hero-block.hero-block-red > div > div.text-block p {
  color: #ffffff;
}

/* light-blue */
div.hero-block-light-blue {
  background-color: #03bcfc;
}
div.hero-block.hero-block-light-blue > div > div.text-block h2,
div.hero-block.hero-block-light-blue > div > div.text-block p {
  color: #333333;
}

/* blue */
div.hero-block-blue {
  background-color: #2284f7;
}
div.hero-block.hero-block-blue > div > div.text-block h2,
div.hero-block.hero-block-blue > div > div.text-block p {
  color: #ffffff;
}

/* purple */
div.hero-block-purple {
  background-color: #663399;
}
div.hero-block.hero-block-purple > div > div.text-block h2,
div.hero-block.hero-block-purple > div > div.text-block p {
  color: #ffffff;
}
div.hero-block-purple > div > div.text-block a {
  color: #ffca00;
}

/* gold */
div.hero-block-gold {
  background-color: #ffca00;
}
div.hero-block.hero-block-gold > div > div.text-block h2,
div.hero-block.hero-block-gold > div > div.text-block p {
  color: #333333;
}
div.hero-block-gold > div > div.text-block a {
  color: #333;
  font-weight: bold;
}
