@media (min-width: 576px) {
  #intro {
    height: 600px;
  }
}

.navbar-brand img {
  width: 50px;
}

.footer-brand img {
  width: 30px;
}

.copyright-brand img {
  width: 15px;
}

.brand-name {
  font-family: 'Asap', sans-serif;
}

body {
  background-color: #000;
  font-family: 'Asap', 'Roboto', sans-serif;
}
 
.slogan {
  font-family:  'Caveat', 'Pacifico', cursive;
  font-size: 135%;
}

.divider {
  background-color: #eee;
}

#intro {
  background-image: url("../img/intro.jpg");
  height: 400px;
}

#whitepaper {
  background-image: url("../img/whitepaper.jpg");
  height: 300px;
  background-size: contain;
}

.gallery img {
  border-radius: 5% 0% 15% 0%;
  background-color: #000;
}

.handwritten {
  font-family:  'Pacifico', cursive;
  color: #2491eb;
}

.card-text {
  overflow-y: auto;
  min-width: 50%;
}
