@font-face {
  font-family: "Quaker";
  src: local("Quaker"), url("./assets/fonts/Quaker-Regular.woff") format("woff");
  descent-override: 0%;
}

@font-face {
  font-family: "HelveticaBold";
  src: local("Helvetica Bold"), url("./assets/fonts/helvetica-bold.woff") format("woff");
}

body {
  background-color: #0a5bcf !important;
}

.font-doritos {
  font-family: "Quaker" !important;
}

.font-helvetica-bold {
  font-family: "HelveticaBold" !important;
}

.background {
  background-image: url("./assets/backgrounds/background.webp");
  background-repeat: repeat-y;
  background-position: center;
  background-size: 100% auto;
}

.teaser-navbar-bg {
  background: linear-gradient(90deg, #041B7E 0%, #0A60D6 44.71%, #041B7E 100%);
}

.teaser-navbar-btm-line {
  height: 8px;
  background: linear-gradient(90deg, #DB3024 0%, #FF6106 71.15%, #FFEA00 100%);
}

.teaser-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.teaser-content {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.teaser-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

.teaser-title {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  text-transform: uppercase;
  font-size: 3.5rem;
  letter-spacing: .1em;
  color: white;
  position: relative;
  left: 13px;
  text-shadow: 2px 4px 16px rgb(0, 0, 0); 
}

.teaser-footer-bg {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #2C2A84;
}

.teaser-footer-content {
  padding: 30px 100px;
}

.teaser-footer-pepsico-logo {
  width: 150px;
  height: auto;
}

.teaser-text-info {
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}

@media only screen and (min-width: 1521px) {
  .teaser-image {
    width: 50rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1520px) {
  .teaser-image {
    width: 38vw;
  }
}

@media only screen and (max-width: 1200px) {
  .teaser-image {
    width: 60%;
  }
}

@media only screen and (max-width: 992px) {
  .teaser-container {
    height: auto;
    min-height: 100vh;
  }

  .teaser-title {
    position: relative;
    left: 0;
    font-size: 2.5rem;
  }

  .teaser-image {
    width: 60%;
  }

  .teaser-text-info {
    font-size: 1.5rem;
  }

  .teaser-footer-content {
    padding: 30px 0px;
  }

  .teaser-footer-pepsico-logo {
    width: 100px;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .teaser-footer-bg {
    background: #23226A;
  }

  .teaser-footer-pepsico-logo {
    width: 150px;
    height: auto;
  }
} 

@media only screen and (max-width: 576px) {
  .teaser-title {
    position: relative;
    left: 0;
    font-size: 2rem;
  }

  .teaser-image {
    width: 100%;
  }

  .teaser-footer-content {
    padding: 30px 60px;
  }

  .teaser-text-info {
    font-size: 1rem;
  }
}