.hero-banner ::placeholder {
  text-align: center;
}

.hero-text h1 {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  min-width: 300px;
}

@media (max-width: 430px) {
  .hero-text h1 {
    font-size: 36px;
  }
}

.glider-slide {
  user-select: text !important;
  -webkit-user-select: text !important;
}

.hero-banner {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #0F172A;
  background-image: url(../img/hero-photo.jpg);
  background-position: 50% 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 570px;
}
.hero-text {
  text-align: center;
  color: white;
}
.hero-text {
  text-shadow: 1px  1px 0 #000,
  -1px  1px 0 #000,
  1px -1px 0 #000,
  -1px -1px 0 #000,
  0px  1px 0 #000,
  1px  0px 0 #000,
  0px -1px 0 #000,
  -1px  0px 0 #000;
}
.hero-text top-glider {
  margin-top: .5em;
}

/* On wide screens: force line breaks */
@media (min-width: 768px) {
  .line-break {
    display: block;
  }
}
.hero-text .subdiv {
  position:relative;
  display: flex;
  flex-direction: column;
  margin-top: 2em;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .hero-text .subdiv {
    flex-direction: column; /* same now */
  }
}
.hero-text .subdiv div {
  max-width: 100%;
  flex: 1;
}
.hero-text .subdiv h4 {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 1em;
  line-height:2em;
  position: relative;
  background-color: rgba(010,010,010,0.6);
  backdrop-filter: blur(20px);
  border-radius: 0.25em;
  margin-bottom: 2em;
  z-index: 1;

  text-shadow:
  .6px  .6px 0 #000,
  -.6px  .6px 0 #000,
  .6px -.6px 0 #000,
  -.6px -.6px 0 #000,
  0px  .6px 0 #000,
  .6px  0px 0 #000,
  0px -.6px 0 #000,
  -.6px  0px 0 #000;
}

.line-break {
  display: block;
}

/* On small screens: force line breaks */
@media (max-width: 768px) {
  .line-break {
    display: inline;
    max-width: 100%;
  }
}

.hero-text .conejo {
  display: inline;
  cursor: url('../img/cursor-carrot.svg'), auto;
  position: absolute;
  bottom: -2em;
  left: -1em;
  height: 8em;
  width: auto;
  transition: transform 300ms ease;
  transform: scaleX(-1);
  z-index: 20;

  will-change: transform;
  transform-origin: center;
}
@media (max-width: 768px) {
  .hero-text .conejo {
    bottom: -4em;
  }
}

.hero-text .subdiv .buttons {
  align-self: stretch;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;

  text-shadow:
  .6px  .6px 0 #000,
  -.6px  .6px 0 #000,
  .6px -.6px 0 #000,
  -.6px -.6px 0 #000,
  0px  .6px 0 #000,
  .6px  0px 0 #000,
  0px -.6px 0 #000,
  -.6px  0px 0 #000;

}

@media (max-width: 768px) {
  .hero-text .subdiv .buttons {
    flex-direction: column;
  }
}

.hero-text .subdiv .buttons button {
  width: 10em;
  display: inline-block;
  padding: 0.6em 1.4em;
  margin-bottom: 2em;
  font-size: 1.5em;
  font-weight: 600;
  color: #000;
  background-color: #FFF;     /* primary color */
  border: none;
  border-radius: 0.375rem;       /* ~6px */
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  cursor: pointer;
  transition:
  background-color 200ms ease,
  transform 150ms ease,
  box-shadow 200ms ease;
}

.hero-text .subdiv .buttons button:hover {
  background-color: #EFEFEF;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.hero-text .subdiv .buttons button:active {
  background-color: #DDD;
  transform: translateY(0);
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.hero-text .subdiv .buttons button:focus {
  outline: 3px solid rgba(74,144,226,0.5); /* accessible focus ring */
  outline-offset: 2px;
}

.hero-text .subdiv-btn {
  background: transparent;
  color: white;
  border: 1px solid white;
  border-radius: 10px;
  margin-top: 10px;
  padding: 5px;
  display: inline-block;
  cursor: pointer;
}

.hero-text .subdiv-btn:hover {
  background-color: rgba(225, 255, 255, .5);
  border-radius: 10px;
  margin-top: 10px;
  padding: 5px;
  display: inline-block;
  cursor: pointer;
}
.hero-text .subdiv2 {
  flex: 1;
  position: relative;
  display: flex;
  border-radius: 0.25em;
  margin-bottom: 2em;
  margin-left: 2em;
  margin-right: 2em;
  align-items: center; /* Vertical centering */
  justify-content: center;
}

@media (max-width: 768px) {
  .hero-text .subdiv2 {
    margin-left: 0;
    margin-right: 0;
  }
  .hero-text .subdiv2 h3 {
    font-size: 22px;
    padding: .4em;
  }
}
.hero-text .subdiv2 h3 {
  padding: 1em;
  background-color: rgba(0,0,0,0.5);
  backdrop-filter: blur(14px);
}
.hero-text .subdiv2 h3 a {
  text-decoration: underline;
  color: white;
}

.hero-text .unlearn {
  z-index: 2;
  position: absolute;
  top: -.5em;
  left: 0em;
  cursor: pointer;
  font-size: 2.5em;
  text-shadow:
  1px  1px 0 #000,
  -1px  1px 0 #000,
  1px -1px 0 #000,
  -1px -1px 0 #000,
  0px  .1px 0 #000,
  1px  0px 0 #000,
  0px -1px 0 #000,
  -1px  0px 0 #000;

}
