
.content-block {
  padding-top: 20px;
  padding-bottom: 10px;
  margin-left: 30px;
  margin-right: 30px;
}

@media (min-width: 900px) {
  .content-block {
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media (min-width: 1200px) {
  .content-block {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}

.hero-banner {
  position: relative;
  background-color: #bde0fe;
  display: flex;
  justify-content: center;
}

.hero-banner h1 {
  color: #244a7b;
  font-size: 2.5rem;
}

.hero-banner .hero-image {
  position: absolute;
  display: none;
  height: auto;
}

.hero-banner .content-block {
  display: flex;
  flex-direction: row;
}

.hero-banner .content-block .hero-text {
  width: 65%;
}

.hero-banner .content-block .hero-animation {
  margin-left: 40px;
  margin-top: 45px;
  width: 350px;
  height: 455px;
}

.hero-banner .content-block .hero-animation image {
  margin-left: 40px;
  margin-top: 45px;
  width: 350px;
  height: 455px;
}

.hero-banner .content-block .hero-animation video {
  width: 350px;
  height: 455px;
}

@media (min-width: 1000px) {
  .hero-banner .hero-image {
    display: initial;
    width: 270px;
  }
}

@media (min-width: 1200px) {
  .hero-banner .hero-image {
    width: 340px;
  }
}

@media (min-width: 1400px) {
  .hero-banner .hero-image {
    width: 440px;
  }
}

.hero-banner .hero-image p {
  margin-bottom: 0;
}

.hero-banner .hero-image-left {
  left: 0;
  bottom: 0;
}

.hero-banner .hero-image-right {
  right: 0;
  bottom: 0;
}

.hero-banner .content-block {
  z-index: 2;
}

@media (prefers-reduced-motion: reduce) {
  .hero-banner .content-block {
    max-width: 660px;
  }
  .hero-banner .content-block .hero-text {
    width: 100%;
  }

  .hero-banner .content-block .hero-animation {
    display: none;
  }
}

@media (max-width: 1200px) {
  .hero-banner .content-block {
    max-width: 660px;
  }
  .hero-banner .content-block .hero-text {
    width: 100%;
  }

  .hero-banner .content-block .hero-animation {
    display: none;
  }
}

.hero-banner a {
  text-decoration: none;
}

.hero-banner h3 {
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
}

.hero-banner h4 {
  margin-top: 0;
}

.hero-banner a[role="button"] {
  margin-right: 17px;
  margin-top: 0.6rem;
  margin-bottom: 1.6rem;
}

.hero-banner #btn-guide {
  background-color: #fff !important;
  border: none;
}

.hero-banner ul {
  padding-inline-start: 21px;
  font-size: 1.1rem;
}

.hero-banner ul li {
  padding-bottom: 0.4rem;
}

.alt-background {
  background-color: pink;
  border-top: 1px solid #212529;
  border-bottom: 1px solid #212529;
}

.hello-willing {
  background-color: #f8f6ed;
  padding-bottom: 1rem;
}

@media (min-width: 600px) {
  .hello-willing-banner {
    display: inline-flex;
    align-content: center;
    justify-content: center;
  }

  .hello-willing-banner h1 {
    color: #326494;
    margin-right: 40px;
  }
}

.hello-willing-banner .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  border: none;
  border-bottom: 2px solid #fff !important;
  color: #fff;
  background-color: transparent;
}

.hello-willing-banner .nav-pills button {
  width: 125px;
}

.hello-willing .tab-content {
  border: none;
  padding: 0;
  color: #fff;
}

.hello-willing .tab-content p {
  font-size: 1.1em;
  margin-bottom: 1.5em;
}

.hello-willing div.sourceCode {
  background-color: #fff;
  border: 1px solid #fff;
}

.hello-output {
  background-color: white;
  border: 1px solid #fff;
  max-height: 660px;
}

.features {
  padding-bottom: 2em;
}

.feature {
  margin-top: 20px;
}

@media (min-width: 800px) {
  .features {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 0 0 -30px;
    width: calc(100% + 30px);
  }
  .feature {
    width: calc(33% - 30px);
    margin: 20px 0 0 30px;
  }
}

.feature h3 {
  margin-top: 0;
}

.feature p:first-of-type {
  margin-bottom: 0.2rem;
  color: #fff;
}

.get-started {
  text-align: center;
  padding-bottom: 2rem;
}

.get-started h3 {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

nav.page-navigation {
  display: none;
}

.nav-footer {
  border-top: none !important; 
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #ff7518;
}

.hello-blog {
  background-color: #bde0fe;
  padding-bottom: 1rem;
}

@media (min-width: 600px) {
  .hello-blog-banner {
    display: inline-flex;
    align-content: center;
    justify-content: center;
  }

  .hello-blog-banner h1 {
    color: #326494;
    margin-right: 40px;
  }
}

.hello-blog-banner .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  border: none;
  border-bottom: 2px solid #fff !important;
  color: #fff;
  background-color: #fff;
}

.hello-blog-banner .nav-pills button {
  width: 90px;
}

.hello-blog .tab-content {
  border: none;
  padding: 0;
  color: #fff;
}

.hello-blog .tab-content p {
  font-size: 1.1em;
  margin-bottom: 1.5em;
}

.hello-blog div.sourceCode {
  background-color: #fff;
  border: 1px solid #fff;
}
