/* * {
  font-family: 'Roboto Condensed', sans-serif !important;
} */

body {
  background-color: #f7f8f8;
}

p {
  text-align: justify;
}

.pr-5 {
  padding-right: 5%;
}

.stats-img {
  height: 70%;

}

image-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.image-container img {
  max-width: 100px;
  max-height: auto;
  margin: 5px;
}


.figures {
  width: 60%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: auto;
}

.stats-img img {
  width: 100%;
  object-fit: cover;
}

video {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.left-animation {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 10%;
}

.left-animation h1 {
  font-size: 40px;
  line-height: 55px;
  color: #00bd69;
  font-weight: 600;
}

.left-animation p {
  text-align: justify;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 20px;
}

.hline-title {
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
  font-size: 80px;
  line-height: 90px;
  color: #b918e3;
}

.factor .hline-title,
.home-socials .hline-title {
  text-align: center;
}

.factor .first-row,
.factor .hline-title {
  color: white;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: black;
}

.factor .second-row {
  color: white;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: black;
}

.second-row {
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #b918e3;
  color: white;
  margin-left: 10px;
}

.read-more-btn {
  width: 30%;
  border: 1px solid #00bd69;
  color: #00bd69;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
}

.read-more-btn:hover {
  transition: .5s;
  background-color: #00bd69;
  color: white;
  font-weight: 600;
  cursor: pointer;

}

@media only screen and (max-width: 800px) {
  .left-animation {
    padding-left: 5%;
  }

  .left-animation h1 {
    font-size: 20px;
    line-height: 29px;
  }

  .left-animation p {
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 10px;
  }

  .hline-title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 5%;
  }

  .second-row {
    margin-left: 8px;
  }

  .read-more-btn {
    width: auto;
  }
}

.animation-exp {
  z-index: -1;
}

.bn632-hover {
  width: 160px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  margin: 20px;
  height: 55px;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.bn632-hover:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}



.bn632-hover:focus {
  outline: none;
}

.bn632-hover.bn23 {
  background-image: linear-gradient(to right,
      #009245,
      #fcee21,
      #00a8c5,
      #d9e021);
  box-shadow: 0 4px 15px 0 rgba(83, 176, 57, 0.75);
}

@media only screen and (max-width: 1200px) {

  .human-practices,
  .description,
  .safety,
  .experiments,
  .basic-part,
  .inclusivity,
  .engineering {
    overflow: hidden !important;
  }
}

@media only screen and (min-width: 1024px) {
  .animated-background--expressive-flawless .background--expressive-flawless img {
    max-width: 838px;
    max-height: 838px;
  }
}

@media only screen and (max-width: 1023px) {
  .animated-background--expressive-flawless .background--expressive-flawless img {
    max-width: 470px;
    max-height: 470px;
  }
}

@media only screen and (max-width: 500px) {
  .animated-background--expressive-flawless .background--expressive-flawless img {
    max-width: 300px;
    max-height: 300px;
  }
}

.left-aligned {
  margin-top: auto;
}

.bg-hero {
  background-color: #45b06cff;
}


/* Nav bar */
.navbar {
  background-color: #cdf0d1;
}

/* CALLOUT */

.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #e9ecef;
  border-left-width: .25rem;
  border-radius: .25rem
}

.bd-callout h4 {
  margin-bottom: .25rem
}

.bd-callout p:last-child {
  margin-bottom: 0
}

.bd-callout code {
  border-radius: .25rem
}

.bd-callout+.bd-callout {
  margin-top: -.25rem
}

.bd-callout-info {
  border-left-color: #5bc0de
}

.bd-callout-warning {
  border-left-color: #f0ad4e
}

.bd-callout-danger {
  border-left-color: #d9534f
}

/*footer */
footer {
  padding-top: 40px;
  font-family: Arial, sans-serif;
  text-align: center;
}

footer a {
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s;
}

footer a:hover {
  color: #00bd69;
  text-decoration: underline;
}

footer ul {
  list-style: none;
  padding-left: 0;
}

footer ul li {
  margin-bottom: 10px;
}

footer p {
  margin-bottom: 10px;
}

footer small {
  font-size: 12px;
}

footer hr {
  border-top: 1px solid #777;
  margin-top: 30px;
  margin-bottom: 30px;
}




footer a {
  background-color: transparent;
}


footer .col {
  margin-bottom: 20px;
  padding: 0 10px;
}


footer .col {
  background-color: transparent;
}


footer .col-lg-3:nth-child(2) {
  background-color: transparent;
}


footer .col-lg-3 p {
  color: black;
  font-size: 16px;
}


footer .col.text-center p {
  color: #777;
  font-size: 14px;
}


footer .row.mb-4 {
  display: flex;
  justify-content: center;
}


footer .col-lg-3 p {
  text-align: center;
}


footer .col.text-center p {
  text-align: center;
}

.footer-bg {
  background-color: #cdf0d1;
}

.footer-bg div {
  color: black;
}

.footer-link i {
  font-size: 1.5rem;
}

.footer-info {
  margin-left: 15px;
}



.social-icons {
  display: flex;
  gap: 20px;
}


.toc {
  position: -webkit-sticky;
  position: sticky;
  top: 10em;
  height: 100vh;
  line-height: 2;
  padding: 1em;
}

.toc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.toc ul ul {
  padding-left: 2em;
}

.toc li a {
  font-size: 20px;
  display: inline-block;
  color: #aaa;
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.toc li a:hover {
  color: #b918e3;
}

.toc li.visible>a {
  color: #b918e3;
  -webkit-transform: translate(5px);
  transform: translate(5px);
}

.toc-marker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.toc-marker path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.toc .sub-categories li a {
  font-size: 16px;
}

section h1 {
  padding: 15px 0px;
}

.pdf {
  width: 60%;
  height: auto;
  display: flex;
  justify-content: center;
  margin: auto;
}

.safety ol li,
section p {
  font-size: 1.2em;
}

.section-header,
.section-title {
  font-size: 3em;
  display: inline-block;
  color: white;
  text-shadow: -2px -2px 0 #b918e3, 2px -2px 0 #b918e3, -2px 2px 0 #b918e3, 2px 2px 0 #b918e3;
}

#support .h3-title {
  font-size: 3em;
  padding: 20px 0px;
  color: #b918e3;
}

#sponsors ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#sponsors ul li {
  font-weight: bold;
}


.person-name {
  padding-top: 20px;
}

.section-title {
  font-size: 3em !important;
}

.section-header:hover {
  color: #b918e3;
  text-shadow: -2px -2px 0 white, 2px -2px 0 white, -2px 2px 0 white, 2px 2px 0 white;
}

#scroll-to-top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  cursor: pointer;
  background-color: #00bd69;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}

#scroll-to-top-btn:hover {
  background-color: #00bd68c3;
}



@media (max-width: 980px) {
  .footer-info a {
    font-size: 13px;
  }


}

@media (max-width: 400px) {
  .footer img.logo-img {
    display: none;
  }

  .section-header {
    font-size: 3em !important;
  }

  .section-title {
    font-size: 2em !important;
  }
}

@media (max-width: 1200px) {
  .section-header {
    font-size: 3.5em !important;
  }

  .section-title {
    font-size: 2.5em !important;
  }
}

.carousel {
  background: #EEE;
  margin-bottom: 30px;
}

.carousel-cell {
  width: 66%;
  height: 500px;
  margin-right: 10px;
  background: #f7f8f8;
  border-radius: 5px;
  object-fit: cover;
}

.height-auto .carousel-cell {
  height: auto !important;
}

.carousel-cell:before {
  display: block;
  text-align: center;
  line-height: 200px;
  font-size: 80px;
  color: white;
}