.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 {
    background-color: #173332; /* afapp-darker */
    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 {
    background-image: url(../../images/meadow-darker.jpg);
    background-position-y: -180px;
    color: white;
    border-radius: 0px;
}
    .afapp-intro--title {
        font-size: 2.2rem;
    }

    .afapp-intro--cart-total {
        margin-top: 30px;
        color: #9bb3b2; /* afapp-lighter */
    }

.afapp-navbar {
    background-color: #173332; /* afapp-darker */
}
    .afapp-navbar--logo {
        height: 35px;
    }
    .afapp-navbar--logo-text {
        height: 25px;
        margin-left: 3px;
    }


.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-secondary, .afapp-item--button-secondary:hover {
    color: white;
    border-color: white;
  }

  .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;
  }