body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

@media (max-width: 400px) {
  nav.navbar a.navbar-brand {
    width: 75%;
  }
  nav.navbar a.navbar-brand img {
    width: 90%;
    max-width: 90%;
  }
}

nav.navbar ul.navbar-nav a.nav-link {
  padding: 0 .75rem;
  color: #0056b3;
}

nav.navbar ul.navbar-nav a.nav-link:hover, nav.navbar ul.navbar-nav a.nav-link:focus {
  color: #0056b3 !important;
  text-decoration: underline;
}

header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("../img/header-img.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

header.masthead h1 {
  font-size: 2rem;
  letter-spacing: 0.1rem;
  text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.75);
}

header.masthead .color {
  font-size: 5rem;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  header.masthead h1 {
    font-size: 3rem;
    letter-spacing: 0.2rem;
  }
}

@media (min-width: 1024px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  header.masthead h1 {
    font-size: 4rem;
  }
}

header.masthead .countdown-block,
header.masthead .buy-coins-btn {
  border-width: 3px !important;
}

header.masthead .countdown-block h2 {
  font-size: 3rem;
  letter-spacing: 0.25rem;
  word-spacing: 0.25rem;
}

@media (min-width: 768px) and (max-width: 834px) {
  header.masthead #countdown-clock .card-footer p {
    font-size: 100% !important;
  }
  header.masthead #countdown-clock .card-text {
    font-size: 225% !important;
  }
}

header.masthead #countdown-clock .card .card-body {
  padding: 0;
}

header.masthead #countdown-clock .card .card-footer {
  background: none;
  padding: 0;
}

header.masthead #countdown-clock .card .card-footer p {
  font-weight: 100;
  font-size: 120%;
  margin-bottom: 0;
}

header.masthead #countdown-clock .card .card-text {
  font-size: 250%;
}

header.masthead .buy-coins-btn {
  background-color: red;
  font-weight: 700;
  font-size: 200%;
  white-space: pre-wrap;
}

header.masthead .buy-coins-btn:hover, header.masthead .buy-coins-btn:focus {
  background-color: #cc3300;
}

.showcase {
  /*.showcase-img {
    min-height: 30rem;
    background-size: cover;
  }*/
}

.showcase img {
  width: 100%;
}

.showcase .discount {
  color: #cc3300 !important;
  font-size: 2em;
}

.showcase .lead > span {
  color: #212529;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .showcase .showcase-text {
    padding: 3rem;
  }
}

@media (min-width: 1200px) {
  .showcase .showcase-text {
    padding: 5rem;
  }
  .showcase img {
    width: 100%;
  }
}

@media (min-width: 1440px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

a {
  color: #0056b3;
  font-weight: 800;
}
