/* css styles */

.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: rgb(240,245,249);
  display: flex;
  justify-content: center;
}

.hero-banner h1 {
  color: #C20055; /* #7F055F; */
  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 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: 300px;
  }
}

.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: #3F0042 /* #776885*/ !important;
  border: none;
}

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

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

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

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

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

.info-block h1 {
  color: #C20055; /* #7F055F; */
  text-align: center;
}

.info-block h3 {
  text-align: center;
}

.info-block-alt {
  padding-top: 20px;
  padding-bottom: 10px;
  margin-left: 30px;
  margin-right: 30px;
  background-color: #E4F0EF;
}

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

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

.info-block-alt h1 {
  color: #C20055; /* #7F055F; */
  text-align: center;
}

.info-block-alt h3 {
  text-align: center;
}

.theme-banner {
  position: relative;
  /*background-color: #E4F0EF;*/
  display: flex;
}

.about-banner {
  position: relative;
  background-color: #E4F0EF;
  display: flex;
}

.about-banner h1 {
  color: #C20055; /* #7F055F; */
  font-size: 2.5rem;
}

.about-banner h3 {
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
  font-size: 1.75rem;
}

.approach-banner h1 {
  color: #C20055; /* #7F055F; */
  font-size: 2.5rem;
}

.approach-banner h3 {
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
  font-size: 1.75rem;
}

.contact-banner {
  background-color: #E4F0EF;
}

.contact-banner h1 {
  color: #C20055; /* #7F055F; */
  font-size: 2.5rem;
}

.contact-banner h3 {
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
  font-size: 1.75rem;
}

@media (max-width: 575px) {
  .link-cards .card {
    margin-bottom: 20px;
    margin-right: 35px;
  }
}

@media (min-width: 576px) { 
  .link-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .link-cards .card {
    width: 350px;
    margin: 0 20px 12px 0;
  }
}

.link-cards .card {
  border: none;
  padding: 0;
}

.link-cards .card-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;  
}

.link-cards .card-title h4 {
  margin-top: 0;
}

.link-cards .card-title p {
  margin-bottom: 0;
}

.link-cards .card-subtitle {
  margin-bottom: 0.7rem;
}

.link-cards .card-body {
  padding: 0.5rem;
  padding-left: 0.1rem;
}

.link-cards .card-body ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.link-cards .card-body ul a {
  text-decoration: none;
}

.link-cards .card-body ul li {
  padding-bottom: 0.2rem;
}

.card .source-code {
  margin-top: 3px;
}