@charset "UTF-8";
body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.icon-list {
  color: white;
  width: 40px;
  height: 40px;
}

.icon-caret-right-fill {
  width: 1em;
  height: 1em;
  margin-left: 10px;
  margin-right: 5px;
  padding-bottom: 4px;
}

@media (max-width: 768px) {
  .overflowing-image {
    max-width: 100%;
    height: auto;
  }
}

.affap-navbar--nav-link {
  color: rgba(255, 255, 255, 0.5019607843) !important;
}

.afapp-navbar--logo {
  height: 35px;
}

.afapp-navbar--logo-text {
  height: 25px;
  margin-left: 3px;
}

.jumbotron {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
}
.jumbotron p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.afapp-intro {
  background-image: url(../../images/meadow-darker.jpg);
  background-position-y: -180px;
  color: white;
  border-radius: 0px;
}

.afapp-intro--title {
  font-size: 2.2rem;
  font-weight: 100;
  color: inherit;
}

.afapp-intro--subtitle {
  font-size: 30px;
  line-height: 45px;
  font-weight: 100;
}

.afapp-intro--container {
  max-width: 50rem;
}

.afapp-intro--navigation {
  position: relative;
  top: -1.5rem;
}
.afapp-intro--navigation a {
  color: rgb(218, 213, 213);
}

@media (min-width: 768px) {
  .afapp-intro--navigation {
    top: -3rem;
  }
}

.spinner-border {
  height: 1em;
  width: 1em;
  margin-bottom: 0.1em;
}

.jumbotron {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 0;
  }
  @media (min-width: 768px) {
    .jumbotron {
      padding-top: 6rem;
      padding-bottom: 6rem;
    }
  }
  
  .jumbotron p:last-child {
    margin-bottom: 0;
  }
  
  .jumbotron h1 {
    font-weight: 300;
  }
  
  .jumbotron .container {
    max-width: 40rem;
  }
  
  footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  
  footer p {
    margin-bottom: .25rem;
  }

.btn-primary, .btn-primary:visited {
    background-color: #0b1a19; /* afapp-dark */
    border-color: #0b1a19; /* afapp-dark */
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus,
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
    background-color: #083b19; 
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    border-color: #0b1a19; /* afapp-dark */
}

.btn-primary:disabled, .btn-primary:disabled:hover  {
    color: #9bb3b2;  /* afapp-lighter */
    background-color: #0b1a19; /* afapp-dark */
    border-color: #0b1a19; /* afapp-dark */
    cursor: auto;
}

.icon-credit-card, .icon-shopping-cart, .icon-remove, .icon-tag {
  width: 1.3em;
  height: 1.3em;
  margin-bottom: 0.2em;
}

.afapp-intro--cart-total {
    margin-top: 30px;
    color: #9bb3b2; /* afapp-lighter */
}

.afapp-navbar {
    background-color: #173332; /* afapp-darker */
}

.afapp-navbar-header {
    background-color: #0b1a19; /* afapp-dark */
}

.afapp-item {
  cursor: pointer;
}

  .afapp-item--thumbnail-frame {
    background-color: #979c9c;
    border-radius: 7px;
    margin: 1px;
  }
    .afapp-item--thumbnail-frame__selected {
      background-color: black;
    }

  .afapp-item--thumbnail {
    width: 100%;
    opacity: 0.8;
    border-radius: 7px 7px 0px 0px;
  }

  .afapp-item--check {
    color: white;
    position: absolute;
    top: 0px; right: 0px;
    width: 80px;
    height: 80px;
  }

  .afapp-item--card {
    background-image: linear-gradient(80deg, #2b6767, #577269);
    color: white;
    border-radius: 7px;
  }

  .afapp-item--button-primary, .afapp-item--button-primary:hover,
  .afapp-item--button-secondary, .afapp-item--button-secondary:hover {
    color: white;
    border-color: white;
  }

  .afapp-item--remove:hover {
    background-color: #a12c09;
  }

  .afapp-item--button-secondary:disabled {
    color: #cdd6d6;
  }

  .afapp-item--price mark {
    background-color: #9bb3b2; /* afapp-lighter */
  }

  .afapp-item--free-download, .afapp-item--free-download:hover, .afapp-item--free-download:visited {
    color:white;
    text-decoration: none;
  }

  .afapp-item--preview {
    color: white;
    position: absolute;
    top: 0px; left: 0px;
    width: 80px;
    height: 70px;
    display: block;
    font-size: 11px;
    text-decoration: underline;
  }

  .afapp-item--preview--icon {
    width: 20px;
    height: 20px;
  }

  .afapp-item--pages {
    color: #979c9c;
  }

  .afapp-guide-steps {
    display: flex;
    flex-direction: column;
    gap: 0.8em;
  }