/**
 * Colors
 *
 * @see https://app.zeplin.io/styleguide/5d2e05c193f36756a801ace8/colors
 */
/**
 * Social media
 */
/**
 * https://medium.com/eightshapes-llc/space-in-design-systems-188bcbae0d62
 */
/**
 * Base
 *
 * Only use when inset/stack/inline are not appropriate.
 */
/**
 * Inset
 *
 * Use with the `padding` property.
 */
/**
 * Squish Inset
 *
 * Use with the `padding` property.
 */
/**
 * Stretch Inset
 *
 * Use with the `padding` property.
 */
/**
 * Stack
 *
 * Use with the `margin` property.
 */
/**
 * Inline
 *
 * Use with the `margin` property.
 */
/**
 * Typography
 *
 * @see https://app.zeplin.io/styleguide/5d2e05c193f36756a801ace8/textstyles
 */
.chip {
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 0.5rem;
  display: inline-flex;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.chip i {
  color: #949494;
  margin: 0 0.25rem 0 0;
}

.chip .chip-label {
  font-family: Raleway, sans-serif;
  font-size: 0.875rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.57;
  color: #737373;
}

/**
 * Icons
 *
 * @see https://app.zeplin.io/styleguide/5d2e05c193f36756a801ace8/components?seid=5d38c52ccb01fa633894acd9
 */
/**
 * Input
 *
 * @see https://app.zeplin.io/styleguide/5d2e05c193f36756a801ace8/components?seid=5d3a055990c6c05f1b6b3a48
 */
/**
 * Modals
 *
 * @see https://app.zeplin.io/styleguide/5d2e05c193f36756a801ace8/components?seid=5d4200658712212bcf28b076
 */
/**
 * Notifications
 *
 * @see https://app.zeplin.io/styleguide/5d2e05c193f36756a801ace8/components?seid=5db84bd88282101279ba7d8f
 */
section {
  padding: 4rem 0 4rem 0;
}

section:nth-child(even) {
  background-color: #f5f5f5;
}

section:nth-child(odd) {
  background-color: #fff;
}

.winner-name {
  font-family: "Kalam", cursive;
}

#banner {
  background-image: url("/images/scholarship/top-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 1200px) {
  #banner h1 {
    font-family: Raleway, sans-serif;
    font-size: 3rem;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
  }
}
#scholarship-form .submit-btn {
  width: 100%;
}

@media (min-width: 1200px) {
  #scholarship-form .submit-btn {
    width: 50%;
  }
}
#selection-grid {
  display: grid;
  gap: 4rem;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

/*# sourceMappingURL=index.css.map*/