/* Webflow base reset */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
  height: 100%;
}

body {
  margin: 0;
  color: #000;
  background-color: #fff;
  min-height: 100%;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -.01em;
}

*, *:before, *:after {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

a {
  background-color: transparent;
  text-decoration: underline;
}

a:active, a:hover {
  outline: 0;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

/* Custom site styles */
.section-container {
  margin-left: 12em;
  margin-right: 12em;
}

.main-div {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 72px;
  padding-bottom: 8px;
  display: flex;
}

.main-text p {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 25px;
}

.main-text a {
  color: #aaa;
  text-underline-offset: 4px;
  text-decoration-color: rgba(127, 173, 40, 0);
}

.main-text a:hover {
  text-underline-offset: 3px;
  text-decoration-style: dotted;
  text-decoration-color: rgba(0, 0, 0, 0.2);
}

.pressbiotitle {
  margin-bottom: 16px;
}

.heading-3 {
  margin-top: 32px;
}

.div-block-2 {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 72px;
  padding-bottom: 8px;
}

/* Entrance animation (replicates Webflow IX2 fade-up) */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translate3d(0, 8px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.main-div {
  animation: fadeUp 0.6s ease forwards;
}

/* Responsive */
@media screen and (max-width: 991px) {
  .section-container {
    margin-left: 5em;
    margin-right: 5em;
  }
}

@media screen and (max-width: 767px) {
  .section-container {
    margin-left: 3em;
    margin-right: 3em;
  }
}

@media screen and (max-width: 479px) {
  .section-container {
    margin-left: 2em;
    margin-right: 2em;
  }
}
