@media (min-width: 300px) {
  .display-3.font-size-md-down-5.text-white.font-weight-semi-bold {
    font-size: 20px;
    /*padding-top: 50px;*/
  }
}

@media (min-width: 576px) {
  .display-3.font-size-md-down-5.text-white.font-weight-semi-bold {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .display-3.font-size-md-down-5.text-white.font-weight-semi-bold {
    font-size: 40px;
  }
}

@media (min-width: 768px) {
  #splash-heading {
    font-size: 72px;
  }
}

@media (max-width: 992px) {
  .row-inline .col-md-6 {
    width: 100%;
    margin-bottom: 15px;
    padding: 0 30px 15px;
  }
}

@media (min-width: 300px) {
  .w-lg-80.text-center.mx-auto {
    padding: 50px;
  }
}

@media (min-width: 576px) {
  .w-lg-80.text-center.mx-auto {
    padding: 100px;
  }
}

@media (min-width: 300px) {
  #steps-hd-1 {
    font-size: 40px;
  }
}

@media (min-width: 576px) {
  #steps-hd-1 {
    font-size: 50px;
  }
}

@media (min-width: 768px) {
  #steps-hd-1 {
    font-size: 64px;
  }
}

@media (min-width: 300px) {
  #secrabus_logo {
    width: 150px;
    padding-left: 5px;
  }
}

@media (min-width: 576px) {
  #secrabus_logo {
    width: 300px;
    padding-left: 10px;
  }
}

@media (min-width: 300px) {
  #Beetle_logo {
    width: 30px;
  }
}

@media (min-width: 576px) {
  #Beetle_logo {
    width: 60px;
  }
}

@media (min-width: 700px) {
  #Beetle_logo {
    width: 70px;
  }
}

#steps {
  text-align: center;
}

hr {
  border-width: thick;
  border-color: #ffffff;
}

.card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
  border-radius: 10px;
}

.card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
  border-radius: 10px;
}

.card-group.mx-auto {
  max-width: 1200px;
}

.section {
  margin-bottom: 10px;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  background-color: #ffb718;
}

#div-paragraph {
  /*align-content: center;*/
  max-width: 800px;
}

@media (min-width: 300px) {
  #steps-hd-2 {
    font-size: 40px;
  }
}

@media (min-width: 576px) {
  #steps-hd-2 {
    font-size: 50px;
  }
}

@media (min-width: 768px) {
  #steps-hd-2 {
    font-size: 64px;
  }
}

@media (min-width: 300px) {
  #features-hd {
    font-size: 40px;
  }
}

@media (min-width: 576px) {
  #features-hd {
    font-size: 50px;
  }
}

@media (min-width: 768px) {
  #features-hd {
    font-size: 64px;
  }
}

@media (min-width: 576px) {
  #splash {
    padding-top: 80px;
  }
}

@media (min-width: 300px) {
  #splash-info {
    padding: 15px;
  }
}

@media (min-width: 576px) {
  #splash-info {
    padding: 15px 15px 60px 15px;
  }
}

#promo-about {
  max-width: 600px;
}

#blog-heading {
  padding: 15px;
}

@media (min-width: 576px) {
  #blog-heading2 {
    padding: 0px;
  }
}

.space-2.space-top-md-5.space-bottom-md-3.z-index-2 {
  /*height: 150px;*/
}

strong {
  text-shadow: initial;
}

