@font-face {
  font-family: earth orbiter;
  src: url('../fonts/earthorbiterxtrabold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-slate-gray-2: #323232;
  --white-smoke: #f7f7f7;
  --dark-slate-gray: #4d4d4d;
  --tan: #c7aa8b;
  --light-gray: #d1d1d1;
}

h1 {
  color: #c7aa8b;
  margin: 0 0 10px;
  font-size: 47px;
  font-weight: 500;
  line-height: 55px;
}

h2 {
  color: #4d4d4d;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 27px;
}

h3 {
  margin: 10px 0;
  font-size: 31px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #4d4d4d33;
  border: 2px solid #fff;
  padding: 8px 15px;
  font-size: 16px;
  text-decoration: none;
  transition: all .1s;
  display: inline-block;
}

.button:hover {
  color: #323232;
  background-color: #fff;
}

.button.beige {
  color: #c7aa8b;
  border-color: #c7aa8b;
}

.button.beige:hover {
  color: #323232;
  background-color: #c7aa8b;
}

.button.beige.footer {
  margin-top: -8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button.form {
  color: #c7aa8b;
  background-color: #323232;
  border-color: #323232;
  margin-top: 22px;
  margin-bottom: 23px;
}

.button.form:hover {
  color: #323232;
  background-color: #0000;
}

.button.solid {
  background-color: #c7aa8b;
  border-color: #c7aa8b;
}

.button.solid:hover {
  color: #c7aa8b;
  background-color: #0000;
}

.navbar {
  color: #000;
  background-color: #323232;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px #ffffff21;
  z-index: 9999;
}

.nav-link {
  color: #ededed;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-right: 1px solid #4d4d4d;
  padding: 20px 30px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: background-color .1s, margin .5s;
}

.nav-link:hover {
  color: #fff;
  background-color: #000;
}

.nav-link.w--current {
  box-shadow: none;
  color: #c7aa8b;
  background-color: #000;
}

.nav-link.w--current:hover {
  color: #c7aa8b;
}

.nav-link.social-icons {
  float: right;
  opacity: .8;
  border-left: 1px solid #4d4d4d;
  padding: 18px 22px 22px;
}

.nav-link.social-icons:hover {
  opacity: 1;
}

.nav-link.social-icons.last {
  border-left-style: none;
}

.logo-text {
  float: left;
  color: #ededed;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  margin-top: 3px;
  margin-right: 31px;
  font-family: earth orbiter, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.nav-menu {
  float: left;
  border-left: 1px solid #4d4d4d;
}

.stone-logo {
  float: left;
  opacity: .9;
  margin-top: -10px;
  margin-right: 0;
  padding-top: 0;
}

.stone-logo.footer {
  opacity: .4;
}

.brand {
  padding-top: 17px;
}

.section {
  color: #4d4d4d;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.grey {
  color: #fff;
  background-color: #333;
  padding-top: 55px;
  padding-bottom: 55px;
}

.section.beige {
  background-color: var(--dark-slate-gray-2);
  filter: blur();
  height: auto;
  min-height: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.image {
  background-image: url('../images/ocean.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 127px;
  padding-bottom: 127px;
}

.section.lightgrey {
  background-color: #f7f7f7;
}

.section.footer {
  background-color: #323232;
  padding-top: 65px;
  padding-bottom: 53px;
}

.main-heading {
  color: var(--white-smoke);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #080606;
  white-space: normal;
  margin-top: 0;
  font-family: earth orbiter, sans-serif;
  font-size: 200px;
  font-style: normal;
  font-weight: 700;
  line-height: 100px;
}

.main-heading.bold {
  float: none;
  clear: none;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 3px 3px 6px #080606;
  white-space: normal;
  margin-bottom: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-weight: 700;
  position: relative;
  left: 0;
}

.slider-nav {
  font-size: 9px;
  line-height: 10px;
  transition: opacity .2s;
}

.main-subheading {
  color: #ffffffcf;
  text-align: center;
  text-shadow: 0 2px 3px #000;
  margin-top: 18px;
  margin-bottom: 44px;
  font-family: earth orbiter, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
}

.horizontal-bar {
  float: none;
  clear: none;
  border: 1px solid var(--white-smoke);
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  width: 60px;
  height: 2px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  right: auto;
}

.horizontal-bar.beige {
  background-color: #c7aa8b;
  display: inline-block;
}

.horizontal-bar.lightgrey {
  background-color: #3232322e;
}

.slider {
  background-color: #0000;
  height: 490px;
}

.slide {
  text-align: center;
  background-image: url('../images/1550449424-huge.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.slide._2 {
  background-image: url('../images/shutterstock_1323602339-2.jpg');
}

.slide._3 {
  opacity: .5;
  filter: blur();
  text-shadow: 5px 4px 12px #000;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/shutterstock_1830159770.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  background-clip: padding-box;
  border: 1px #000;
  border-radius: 0;
  height: auto;
  min-height: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.process-titles {
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #32323221;
  margin-bottom: 23px;
  padding-top: 23px;
  font-size: 21px;
}

.icon-wrapper {
  text-align: center;
  height: 109px;
  margin-bottom: 24px;
}

.number {
  color: #32323217;
  text-transform: uppercase;
  margin-top: -22px;
  margin-bottom: 2px;
  padding-top: 0;
  font-size: 16px;
}

.testimonials-slider {
  background-color: #0000;
  height: auto;
  padding-left: 47px;
  padding-right: 47px;
}

.testimonial-slide {
  text-align: center;
  width: 50%;
  padding: 24px 30px;
}

.left-arrow {
  color: #d1d1d1;
  width: 45px;
}

.left-arrow:hover {
  color: #c7aa8b;
}

.right-arrow {
  color: #d1d1d1;
  width: 45px;
  transition: all .2s;
}

.right-arrow:hover {
  color: #c7aa8b;
}

.testimonial {
  margin-bottom: 18px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
}

.small-title {
  color: #3232325c;
  text-transform: uppercase;
  font-size: 16px;
}

.small-title-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.author {
  color: #c7aa8b;
  text-transform: uppercase;
}

.footer-text {
  color: #858585;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
  padding-left: 0;
  font-family: earth orbiter, sans-serif;
  font-size: 18px;
  position: relative;
  top: 1px;
  bottom: auto;
}

.footer-text.address {
  text-align: right;
  text-shadow: 1px 1px 5px #000;
  font-size: 15px;
  line-height: 15px;
}

.subheading {
  color: #a6a6a6;
  margin-top: 19px;
  margin-bottom: 10px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
}

.contact-form-column {
  background-color: #c7aa8b;
  padding: 74px 33px;
}

.contact-info-column {
  padding-top: 72px;
}

.field {
  color: #323232;
  text-transform: uppercase;
  border: 0 solid #000;
  height: 52px;
  margin-bottom: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 18px;
}

.field:hover {
  background-color: #fffc;
}

.field:focus {
  box-shadow: inset 0 0 #0000;
}

.success {
  color: #323232;
  text-align: center;
  background-color: #0000;
  border: 3px solid #323232;
  padding-top: 35px;
  padding-bottom: 43px;
  font-size: 23px;
  font-weight: 500;
}

.success-message {
  margin-bottom: 73px;
}

.contact-icon {
  margin-top: 31px;
  margin-bottom: 10px;
}

.project-description {
  margin-bottom: 11px;
}

.project-title {
  margin-bottom: 20px;
}

.tag-wrapper {
  margin-bottom: 19px;
}

.tag-icon {
  float: left;
  opacity: .19;
  margin-top: 4px;
  margin-right: 5px;
}

.tag-title {
  float: left;
  color: #b8b8b8;
  margin-right: 16px;
  font-size: 14px;
}

.back-to-work-column {
  text-align: right;
  padding-top: 32px;
}

.prev-project-wrapper {
  text-align: right;
  border-right: 3px solid #4d4d4d;
  padding-right: 30px;
}

.nex-project-wrapper {
  padding-left: 30px;
}

.project-link {
  text-decoration: none;
}

.project-link:hover {
  color: #323232;
  text-decoration: underline;
}

.name {
  margin-top: 11px;
  font-size: 16px;
}

.social-icon {
  opacity: .26;
  padding-right: 10px;
  transition: all .2s;
}

.social-icon:hover {
  opacity: 1;
}

.position {
  margin-bottom: 8px;
  font-family: Vollkorn, serif;
  font-style: italic;
}

.icons-wrapper {
  margin-bottom: 11px;
}

.bold-text {
  direction: ltr;
  text-align: center;
  text-shadow: 7px 7px 6px #080606;
  margin-left: auto;
  padding-right: 0;
  font-size: 150px;
  position: relative;
  inset: 0 0%;
}

.slide-4 {
  background-image: url('../images/shutterstock_110862479.jpg');
  background-position: 50% 60%;
  background-repeat: repeat;
  background-size: cover;
}

.container {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.heading {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 10px;
  display: block;
}

.section-2 {
  min-height: 200px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 60px;
  padding-bottom: 0;
  padding-right: 0;
}

.paragraph {
  margin-bottom: 121px;
}

.paragraph-2 {
  color: #000;
  text-align: justify;
  margin-bottom: 88px;
  padding-left: 0;
  padding-right: 0;
  font-family: Varela Round, sans-serif;
  font-size: 30px;
  font-style: normal;
  line-height: 30px;
  text-decoration: none;
}

.heading-2 {
  margin-bottom: 35px;
  padding-top: 34px;
  padding-left: 0;
  padding-right: 0;
}

.container-2 {
  text-align: justify;
}

.heading-3 {
  color: #fff;
  text-transform: capitalize;
  text-shadow: 3px 3px 4px #000;
  font-family: earth orbiter, sans-serif;
}

.section-3 {
  background-image: url('../images/shutterstock_1830159770.jpg');
  background-position: 50%;
  background-size: cover;
  height: 150px;
  min-height: 200px;
}

.section-4 {
  background-color: var(--dark-slate-gray-2);
  color: var(--dark-slate-gray-2);
  height: 20px;
}

.heading-4 {
  padding-top: 18px;
  padding-left: 30px;
}

.section-5 {
  height: 900px;
}

.block-quote {
  text-align: center;
  text-indent: 0;
  text-transform: none;
  column-count: 0;
  white-space: normal;
  margin-bottom: 19px;
  padding-top: 57px;
  padding-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.text-block {
  text-align: center;
  margin-bottom: 80px;
  padding-bottom: 0;
  font-size: 35px;
  line-height: 40px;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.text-block-2 {
  color: #4eca35;
  font-family: earth orbiter, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.text-block-3 {
  font-size: 20px;
}

.error-message {
  margin-top: 37px;
  padding-top: 10px;
}

.field-label, .field-label-2 {
  font-size: 20px;
}

.field-label-3 {
  margin-top: 27px;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 12px;
}

.submit-button {
  float: none;
  text-align: center;
  margin-top: 19px;
  padding-bottom: 11px;
  position: relative;
  top: 20px;
  left: auto;
  box-shadow: 1px 1px 4px #000;
}

.image-2 {
  margin-top: -37px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.image-3 {
  margin-top: -12px;
  padding-top: 0;
}

.image-4 {
  margin-top: -51px;
}

.paragraph-3, .paragraph-4 {
  text-align: center;
  font-size: 15px;
  line-height: 15px;
}

.paragraph-5 {
  text-align: center;
  padding-top: 0;
  font-size: 15px;
  line-height: 15px;
}

.body {
  margin-right: 0;
}

.image-5 {
  width: 100px;
}

.section-6 {
  background-color: var(--dark-slate-gray-2);
  height: 200px;
}

.container-3 {
  padding-top: 107px;
}

.container-4 {
  margin-top: 33px;
}

.column {
  padding-left: 50px;
  padding-right: 103px;
}

.heading-5 {
  color: var(--dark-slate-gray-2);
  text-align: center;
  font-family: Varela, sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.text-block-4 {
  width: 230px;
}

.column-2 {
  text-align: right;
}

.columns {
  margin-left: auto;
  padding-left: 0;
  padding-right: 104px;
}

.column-3 {
  margin-top: 169px;
  padding-top: 64px;
  padding-bottom: 0;
}

.text-block-5 {
  color: var(--dark-slate-gray-2);
  letter-spacing: normal;
  text-shadow: none;
  font-family: earth orbiter, sans-serif;
  font-size: 18px;
}

.text-block-6 {
  color: var(--dark-slate-gray-2);
  white-space: normal;
  font-family: earth orbiter, sans-serif;
  font-size: 18px;
}

.tab-link-tab-1 {
  color: var(--dark-slate-gray);
  text-shadow: 1px 1px 6px #000;
  background-color: #c7aa8b94;
}

.tab-link-tab-1.w--current {
  background-color: var(--tan);
}

.tab-link-tab-2 {
  color: var(--tan);
  background-color: #c7aa8b7d;
}

.tab-link-tab-2.w--current {
  background-color: var(--tan);
  color: var(--dark-slate-gray-2);
}

.tabs-menu {
  background-color: #0000;
}

.tab-link-tab-3 {
  background-color: #c7aa8b80;
}

.tab-link-tab-3.w--current {
  background-color: var(--tan);
  color: var(--dark-slate-gray-2);
}

.text-block-7 {
  color: var(--dark-slate-gray-2);
  font-family: earth orbiter, sans-serif;
  font-size: 18px;
}

.slide-5 {
  background-color: #0000;
  background-image: url('../images/PHOTO-2020-02-21-13-50-53.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: -4px;
  padding-bottom: 0;
}

.text-block-8 {
  color: var(--white-smoke);
  text-align: right;
  margin-top: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 15px;
}

.section-7 {
  margin-bottom: 75px;
}

.slide-6 {
  object-fit: fill;
  background-image: url('../images/International_Space_Station_after_undocking_of_STS-132.jpg');
  background-position: 50%;
  background-size: cover;
  width: 600px;
  min-width: auto;
  height: 700px;
  min-height: auto;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-7 {
  background-image: url('../images/International_Space_Station_after_undocking_of_STS-132.jpg');
  background-position: 50%;
  background-size: cover;
}

.container-5, .slider-2 {
  height: 500px;
}

.slide-8 {
  background-image: url('../images/shutterstock_1591586857.jpg');
  background-position: 50%;
  background-size: cover;
}

.text-block-9 {
  color: var(--white-smoke);
  text-align: right;
  padding-right: 16px;
}

.grid {
  grid-template-areas: "Type-of-extremophiles Type-of-biomes";
}

.container-6 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: block;
}

.container-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list {
  height: 600px;
  display: flex;
}

.collection-list-wrapper {
  height: 800px;
  min-height: 800px;
  margin-bottom: auto;
  padding-top: 0;
}

.collection-list-wrapper-2 {
  justify-content: center;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  left: 40px;
}

.div-block {
  float: none;
  border: 1px solid var(--light-gray);
  -webkit-text-fill-color: inherit;
  background-color: #eee7e7;
  background-clip: border-box;
  border-radius: 12px;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  bottom: auto;
  left: auto;
  box-shadow: 1px 1px 6px #000;
}

.rich-text-block {
  clear: none;
  text-align: justify;
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 20px;
  position: relative;
}

.heading-6 {
  text-align: left;
  min-width: auto;
  min-height: auto;
}

.heading-7 {
  color: var(--white-smoke);
  margin-bottom: auto;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 60px;
  position: relative;
}

.text-block-10 {
  color: var(--dark-slate-gray-2);
  font-family: earth orbiter, sans-serif;
  font-size: 18px;
}

.tab-link-tab-1-2 {
  color: var(--dark-slate-gray);
  background-color: #e4d7c89e;
}

.tab-link-tab-1-2.w--current {
  background-color: var(--tan);
}

.tab-pane-tab-1 {
  background-image: url('../images/1550449424-huge.jpg');
  background-position: 50%;
  background-size: cover;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
}

.text-block-11 {
  color: var(--dark-slate-gray-2);
  font-family: earth orbiter, sans-serif;
  font-size: 18px;
}

.tab-link-tab-2-2 {
  color: var(--tan);
  background-color: #c7aa8b73;
}

.tab-link-tab-2-2.w--current {
  background-color: var(--tan);
  color: var(--dark-slate-gray-2);
}

.div-block-2 {
  background-color: var(--light-gray);
  border-radius: 14px;
  width: auto;
  min-width: auto;
  max-width: none;
  height: 250px;
  min-height: auto;
  max-height: none;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  box-shadow: 1px 1px 3px 1px #000;
}

.paragraph-6 {
  color: var(--dark-slate-gray-2);
  text-align: justify;
  width: 100%;
  margin: 0 0 20px;
  padding: 0 10px 0 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  display: block; /* key: no flexbox */
}


.heading-8 {
  padding-top: 6px;
  padding-left: 25px;
}

.collection-item {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: 500px;
  height: 310px;
  min-height: auto;
  max-height: none;
  margin-left: auto;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 10px;
  display: flex;
  position: relative;
  left: auto;
}

.body-2 {
  display: block;
}

.collection-list-wrapper-3 {
  float: none;
  min-width: auto;
  min-height: auto;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
  left: 80px;
}

.collection-list-2 {
  object-fit: fill;
  min-width: auto;
  max-width: none;
  margin-bottom: 41px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.tab-pane-tab-2 {
  background-image: url('../images/shutterstock_1591586857.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: auto;
}

.image-6 {
  text-align: center;
  object-fit: cover;
  border-radius: 13px;
  min-width: auto;
  max-width: 200%;
  height: auto;
  min-height: 120px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  position: relative;
  top: 10px;
  left: 20px;
  right: auto;
}

.column-4 {
  padding-left: 0;
  padding-right: 0;
}

.section-8 {
  width: auto;
  min-width: auto;
  height: auto;
  min-height: 1000px;
  margin-top: auto;
  padding-top: 0;
  position: relative;
}

.grid-2 {
  grid-column-gap: 127px;
  grid-row-gap: 118px;
}

.div-block-3 {
  float: none;
  background-color: var(--white-smoke);
  object-fit: fill;
  border-radius: 8px;
  width: auto;
  min-width: 410px;
  height: auto;
  min-height: 200px;
  margin-right: auto;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 16px;
  position: relative;
  bottom: auto;
  right: auto;
  box-shadow: 4px 4px 11px -1px #000;
}

.image-7 {
  float: left;
  clear: right;
  text-align: center;
  object-fit: contain;
  border-radius: 7px;
  width: 150px;
  min-width: 50px;
  height: 150px;
  min-height: 50px;
  margin-right: auto;
  padding-left: 0;
  position: relative;
  top: 16px;
  left: 10px;
  right: auto;
}

.heading-9 {
  text-align: center;
  position: relative;
  top: 23px;
}

.rich-text-block-2 {
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  top: 13px;
}

.rich-text-block-3 {
  float: none;
  clear: none;
  text-align: center;
  margin-top: auto;
  padding-top: 0;
  position: relative;
  top: 33px;
}

.text-block-12 {
  text-align: center;
  margin-top: -13px;
  margin-bottom: -10px;
  padding-bottom: 0;
  position: relative;
  top: 27px;
}

.container-8 {
  object-fit: fill;
  padding-right: 0;
  position: relative;
  right: auto;
}

.collection-list-wrapper-4 {
  object-fit: fill;
  width: auto;
  height: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: 64px;
  left: 220px;
  right: auto;
}

.collection-item-2 {
  width: auto;
  min-width: auto;
  height: auto;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 20px;
  position: relative;
  top: auto;
  right: auto;
}

.section-9 {
  background-image: url('../images/PHOTO-2020-02-21-13-50-53_1.jpg');
  background-position: 50%;
  background-size: cover;
  min-width: auto;
  height: 400px;
  position: relative;
}

.container-9 {
  position: relative;
  top: 75px;
}

.section-10 {
  background-color: var(--dark-slate-gray-2);
  height: 60px;
  position: relative;
}

.text-block-13 {
  float: none;
  color: var(--light-gray);
  text-align: center;
  padding-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 25px;
  line-height: 25px;
  position: relative;
  bottom: -55px;
}

.column-5 {
  padding-bottom: 9px;
  bottom: -15px;
}

.form-2 {
  border-radius: 9px;
}

.field-label-4 {
  padding-top: 7px;
  padding-left: 12px;
}

.collection-item-3 {
  float: none;
  width: auto;
  min-width: auto;
  max-width: 400px;
  height: auto;
  min-height: 200px;
  margin-bottom: auto;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
}

.collection-list-3 {
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: 300px;
  max-height: none;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
}

.columns-2 {
  width: auto;
  min-width: auto;
}

.collection-item-4 {
  float: none;
  background-color: var(--white-smoke);
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 300px;
  max-width: none;
  height: 200px;
  min-height: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
  top: auto;
  left: 40px;
  right: 20px;
  box-shadow: 1px 1px 7px #000;
}

.collection-list-4 {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.div-block-4 {
  padding-right: 0;
  position: relative;
}

.collection-list-wrapper-5 {
  position: relative;
}

.collection-item-5 {
  float: left;
  padding-left: 0;
  left: 40px;
  right: 40px;
}

.rich-text-block-4 {
  text-align: justify;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-5 {
  background-color: var(--light-gray);
  border-radius: 8px;
  width: 300px;
  height: 220px;
  box-shadow: 1px 1px 5px #000;
}

.section10 {
  background-color: var(--tan);
  padding-top: 20px;
  padding-bottom: 20px;
}

.collection-list-5 {
  min-width: auto;
  max-width: none;
  margin-left: auto;
  padding-right: 0;
  position: relative;
}

.container-10 {
  max-width: 1300px;
  padding-left: 0;
  position: relative;
  left: -200px;
}

.text-block-14 {
  color: #858585;
  text-shadow: 1px 1px 4px #141313;
  padding-top: 3px;
  font-family: earth orbiter, sans-serif;
  font-size: 20px;
}

.image-8 {
  position: relative;
}

.columns-4 {
  align-items: center;
  display: flex;
}

.div-block-7 {
  position: relative;
}

.text-block-16 {
  color: #8b8a8a;
  text-shadow: 1px 1px 6px #000;
  font-family: earth orbiter, sans-serif;
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .nav-link {
    border-top: 1px solid #4d4d4d;
    border-right-style: none;
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-link.social-icons {
    border-right-color: #4d4d4d;
    padding-left: 21px;
    padding-right: 21px;
  }

  .nav-menu {
    background-color: #323232;
    box-shadow: inset 0 -1px #ffffff21, 0 7px 13px -4px #00000073;
  }

  .menu-icon {
    color: #fff;
    line-height: 21px;
  }

  .menu-button {
    opacity: .8;
  }

  .menu-button.w--open {
    opacity: 1;
    background-color: #000;
  }

  .main-heading {
    margin-bottom: 4px;
    font-size: 68px;
  }

  .slider {
    height: 469px;
  }

  .testimonial-slide {
    width: 100%;
    padding-left: 92px;
    padding-right: 92px;
  }

  .left-arrow {
    margin-left: 0;
  }

  .right-arrow {
    margin-right: 0;
  }

  .paragraph-2 {
    font-size: 20px;
    line-height: 25px;
  }

  .section-8 {
    min-height: 1900px;
  }

  .collection-list-5 {
    text-align: center;
    left: 174px;
  }

  .columns-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-4 {
    align-items: center;
    display: flex;
  }

  .text-block-16 {
    color: #928f8f;
    text-shadow: 1px 1px 6px #000;
    white-space: normal;
    padding-top: 1px;
    padding-bottom: 0;
    font-family: earth orbiter, sans-serif;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .paragraph-6 {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 16px;
    padding: 0;
  }

  /* keep the rest of your existing media-query rules as they are */
}



@media screen and (max-width: 479px) {
  .logo-text {
    margin-top: 16px;
  }

  .stone-logo {
    margin-top: auto;
    padding-left: 0;
    position: relative;
  }

  .section.footer {
    padding-top: 40px;
  }

  .main-heading {
    text-align: center;
    width: 100%;
    margin-bottom: -22px;
    font-size: 1px;
    line-height: 5vh;
  }

  .main-heading.bold {
    margin-top: 0;
    padding-top: 16px;
    font-size: 40px;
    position: relative;
    top: -10px;
  }

  .main-subheading {
    margin-bottom: auto;
    font-size: 15px;
  }

  .slider {
    height: 476px;
  }

  .slide {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .footer-text {
    position: static;
    top: auto;
  }

  .footer-text.address {
    font-size: 15px;
    line-height: 15px;
  }

  .contact-form-column, .contact-info-column {
    text-align: center;
  }

  .bold-text {
    padding-left: 0;
    font-size: 70px;
  }

  .paragraph-2 {
    margin-bottom: 15px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 16px;
    font-size: 15px;
  }

  .heading-2 {
    padding-top: 0;
    padding-left: 15px;
    font-size: 20px;
    line-height: 40px;
  }

  .section-5, .section-6 {
    height: auto;
  }

  .heading-7 {
    text-align: left;
    padding-left: 33px;
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph-6 {
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 12px;
    padding: 0;
  }

  .heading-8 {
    margin-bottom: auto;
    padding-top: 12px;
  }

  .collection-item {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list-wrapper-3 {
    padding-left: 0;
    padding-right: 0;
    left: auto;
  }

  .image-6 {
    object-fit: fill;
    width: 90px;
    max-width: none;
    height: 90px;
    min-height: auto;
    top: 26px;
    left: 8px;
    right: auto;
  }

  .column-4 {
    margin-bottom: -28px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-8 {
    min-height: auto;
  }

  .div-block-3 {
    width: 270px;
    min-width: auto;
    height: 200px;
    min-height: 100px;
  }

  .image-7 {
    width: 100px;
    height: 100px;
  }

  .heading-9 {
    clear: right;
    object-fit: fill;
    top: 16px;
  }

  .rich-text-block-2 {
    clear: both;
    top: 3px;
  }

  .rich-text-block-3 {
    top: 21px;
  }

  .text-block-12 {
    clear: both;
    top: 19px;
  }

  .collection-list-wrapper-4 {
    margin-left: -48px;
    padding-left: 0;
  }

  .collection-item-2 {
    left: -21px;
  }

  .text-block-13 {
    font-size: 15px;
    line-height: 15px;
  }

  .columns-2 {
    position: relative;
  }

  .div-block-5 {
    width: auto;
  }

  .container-10 {
    margin-bottom: 69px;
    padding-bottom: 0;
  }

  .columns-3 {
    flex-wrap: wrap;
    width: auto;
    height: auto;
  }

  .text-block-14 {
    padding-top: 13px;
  }

  .columns-4 {
    flex-wrap: wrap;
  }

  .text-block-15 {
    font-size: 20px;
    font-weight: 300;
    line-height: 16px;
  }

  .text-block-16 {
    color: #919191;
    text-shadow: 1px 1px 8px #000;
    padding-top: 11px;
    padding-left: 0;
    padding-right: 20px;
    position: relative;
  }
}


/* ==========================================
   EXTREMOPHILES (TAB 1) – CARD GRID
   ========================================== */

/* Center the heading in Tab 1 */
.tab-pane-tab-1 .heading-7 {
  text-align: center;
  padding: 40px 0 20px;
}

/* Flex grid of cards */
.tab-pane-tab-1 .collection-list-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  max-width: 1300px;
  margin: 0 auto 80px;
  padding: 20px 40px 60px;
}

/* Each card wrapper */
.tab-pane-tab-1 .collection-item,
.tab-pane-tab-1 .collection-item-5 {
  float: none;
  display: flex;
  flex: 1 1 220px;
  max-width: 260px;
}

/* Inner grey card */
.tab-pane-tab-1 .div-block-5 {
  background-color: var(--light-gray);
  border-radius: 8px;
  box-shadow: 1px 1px 5px #000;
  width: 100%;
  padding: 16px 20px 20px;

  display: flex;
  flex-direction: column;
  height: auto !important;      /* <-- allow full text */
  min-height: 240px;            /* optional baseline */
}

/* Title + text inside card */
.tab-pane-tab-1 .heading-8 {
  text-align: center;
  margin: 0 0 8px;
}

.tab-pane-tab-1 .rich-text-block-4 {
  text-align: justify;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  margin: 0;
}
/* ========= Fix "Types of extremophiles" cards (Tab 1) ========= */

/* The list that contains all extremophile cards */
.tab-pane-tab-1 .collection-list-2 {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center;
  gap: 24px;
  max-width: 1300px;
  margin: 0 auto 80px;
  padding: 20px 40px 60px;
  max-width: none;
}

/* Each card wrapper */


.tab-pane-tab-1 .collection-item {
  float: none !important;         /* kill Webflow float */
  display: flex !important;
  flex: 1 1 220px;                /* min ~220px, can grow */
  max-width: 300px;               /* allows many cards per row */
  height: auto !important;
  min-height: 0;
  align-items: stretch;
}

/* The grey card itself */
.tab-pane-tab-1 .div-block-5 {
  width: 100% !important;
  height: auto !important;       /* let it grow with text */
  min-height: 240px;             /* optional baseline */
  background-color: var(--light-gray);
  border-radius: 8px;
  box-shadow: 1px 1px 5px #000;
  padding: 16px 10px 10px;

  display: flex;
  flex-direction: column;
}

/* Title and text inside the card */
.tab-pane-tab-1 .heading-8 {
  text-align: center;
  margin: 0 0 5px;
}

.tab-pane-tab-1 .rich-text-block-4 {
  text-align: justify;
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}


/* Mobile – one card per row */
@media screen and (max-width: 767px) {
  .tab-pane-tab-1 .collection-list-2 {
    padding: 20px 12px 40px;
  }

  .tab-pane-tab-1 .collection-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.tab-pane-tab-1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.12);
  pointer-events: none;
}

/* ==========================================
   EXTREME BIOMES (TAB 2) – IMAGE + TEXT CARDS
   ========================================== */

/* Heading in Tab 2 */
.tab-pane-tab-2 .heading-7 {
  text-align: center;
  padding: 40px 0 20px 60px;
}

/* Grid wrapper for biome cards */
.tab-pane-tab-2 .collection-list-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(520px, 1fr));
  gap: 40px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 80px;
  padding: 40px;
}

/* Remove floats */
.tab-pane-tab-2 .collection-item {
  float: none;
  width: 100%;
}

/* Biome card (overrides global .div-block-2) */
.tab-pane-tab-2 .div-block-2 {
  background-color: var(--light-gray);
  border-radius: 14px;
  box-shadow: 1px 1px 3px 1px #000;
  padding: 24px 32px;

  display: flex;
  flex-direction: row;
  align-items: flex-start;      /* image + text top-aligned */
  gap: 32px;

  width: 100%;
  height: auto !important;      /* <-- no fixed card height */
  min-height: 260px;
}

/* LEFT side: title + image */
.biome-card-left {
  flex: 0 0 260px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Title on left */
.biome-card-left .heading-8 {
  margin: 0;
  text-align: left;
}

/* Image */
.biome-card-left img,
.biome-card-left .biome-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

/* RIGHT side: text – starts at TOP */
.biome-card-right {
  flex: 1 1 auto;
  display: block;               /* normal flow */
}

/* Paragraph text */
.biome-card-right .paragraph-6,
.biome-card-right p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
  color: #000;
}

/* ===== Responsive for Tab 2 ===== */
@media screen and (max-width: 767px) {
  .tab-pane-tab-2 .collection-list-2 {
    grid-template-columns: 1fr;
    padding: 20px 16px 60px;
  }

  .tab-pane-tab-2 .div-block-2 {
    flex-direction: column;
    align-items: flex-start;
    min-height: 0;              /* let it shrink on small screens */
  }

  .biome-card-left {
    width: 100%;
  }

  .biome-card-left img,
  .biome-card-left .biome-image {
    width: 100%;
    height: auto;
  }

  .biome-card-right .paragraph-6,
  .biome-card-right p {
    font-size: 16px;
  }
}
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.nav-menu,
.w-nav-menu,
.w-nav-overlay {
  z-index: 9998;
}
/* === Force Webflow navbar to be clickable and on top === */

/* ===== NAVBAR BASE (DESKTOP & MOBILE) ===== */
.navbar.w-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.w-nav-button {
  cursor: pointer;
  z-index: 10001;
  pointer-events: auto;
}

/* ===== CUSTOM MOBILE NAV (RIGHT-ALIGNED, UNDER HAMBURGER) ===== */

/* ===== CUSTOM MOBILE NAV (JS-PLACED DROPDOWN) ===== */
@media screen and (max-width: 991px) {

  .navbar.w-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }

  .w-nav-button {
    cursor: pointer;
    z-index: 10001;
    pointer-events: auto;
  }

  .w-nav-menu {
    /* position & coordinates are set by JS on open */
    background-color: #323232;
    z-index: 9998;

    width: auto;
    min-width: 180px;

    display: none;
    flex-direction: column;

    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  .w-nav-menu.nav-is-open {
    display: flex !important;
    opacity: 1;
    transform: translateY(0);
  }

  .w-nav-menu .nav-link {
    padding: 12px 16px;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #444;
  }
}

.section-7 {
  margin-top: 62px !important; /* adjust to match navbar height */
}

.pub-list,
.pub-list li,
.pub-list a {
  font-size: 26px;
  line-height: 1.2; 
  text-align: justify;
}