/*!
 * Start Bootstrap - Landing Page v5.0.9 (https://startbootstrap.com/theme/landing-page)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-landing-page/blob/master/LICENSE)
 */

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;
}

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

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

@media (min-width: 768px) {
  header.masthead {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.showcase .showcase-text {
  padding: 3rem;
}

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

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

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

.features-icons .features-icons-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  max-width: 20rem;
  min-height: 15rem;
  border-radius: 10px;
  background: white;
}

.features-icons .features-icons-item:hover {
  background: whitesmoke;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.features-icons .features-icons-item:hover h3{
  color: #e0a800;
  text-decoration: underline;
}

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

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

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

/* testimonials/links */
.usefullinks {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

.usefullinks .usefullinks-item {
  max-width: 18rem;
  min-height: 10rem;
  max-height: 25rem;
}

.usefullinks .usefullinks-item:hover h5, .usefullinks .usefullinks-item:hover h6 {
  color: #e0a800;
  text-decoration: underline;
}

.usefullinks .usefullinks-item img {
  max-width: 5.5rem;
  padding: 0.3rem;
}

.usefullinks .usefullinks-item:hover img {
  padding: 0rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

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

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

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

.link-unstyled, .link-unstyled:link, .link-unstyled:hover {
  color: inherit;
  text-decoration: inherit;
}
