:root {
  --main-color: #E91E63;
  --main-color-darker: #871239;
}

html {
  scroll-behavior: smooth;
}

.hero-container {
  height: 100vh;
  padding-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #131418;
}

.hero-container p {
  color: #eee;
  font-style: italic;
  font-size: 1rem;
  text-align: center;
  padding: .75rem .75rem;
}

.hero-container h1 {
  color: #eee;
  font-size: 2.5rem;
  text-align: center;
  padding: .75rem 1rem;
  margin: 4rem auto 0;
}

.hero-cta a {
  padding: .8rem;
  margin: 2rem auto;
}

.hero-logo {
  width: 200px;
}

.hero-logo img {
  max-width: 100%;
}

#about .about-keywords {
  font-variant: small-caps;
  color: var(--main-color-darker);
  font-size: 1.3rem;
}

#about .about-descrip {
  font-size: 1.2rem;
  text-align: center;
  line-height: 2rem;
  max-width: 700px;
  margin: 0 auto;
}

p > a {
  color: var(--main-color);
}

p > a:hover {
  color: var(--main-color-darker);
}

iframe {
  border: 0;
  height: 730px;
  width: 400px;
}

span {
  font-family: sans-serif !important;
}

b {
  color: #222;
}

.section-title {
  font-size: 2rem;
}

.nav-item .link-contact {
  width: 130px;
}

#schedules .sche-descrip {
  font-size: 1.2rem;
  line-height: 1.7rem;
  margin: 1rem auto;
}

#sponsors .spon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#sponsors .spnsors-logo {
  max-width: 500px;
}

#sponsors .spnsors-descrip p {
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: center;
  max-width: 400px;
}

#sponsors .spnsors-descrip .about-cta {
  margin-top: 1rem;
  font-size: 1.3rem;
}

#sponsors .telegram-link {
  margin-top: .6rem;
}

#contact-map .sign-up-cta {
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin-top: 1.4rem;
}

iframe {
  height: 900px;
}

@media (min-width: 1023px) {
  .hero-container {
    height: 100vh;
  }
  .hero-container h1 {
    font-size: 3rem;
  }
  .hero-container p {
    font-size: 1.1rem;
  }
  #sponsors .spon-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2rem 1rem;
  }
  #sponsors .spnsors-descrip p {
    text-align: left;
    max-width: 400px;
    margin-left: 3rem;
  }
  #sponsors .spnsors-descrip .about-cta {
    margin-top: 1rem;
    font-size: 1.3rem;
  }
  iframe {
    border: 0;
    width: 800px;
  }
}

@media (min-width: 1599px) {
  .hero-container h1 {
    font-size: 4rem;
  }
}
/*# sourceMappingURL=extra.css.map */