html {
  scroll-behavior: smooth;
}

.title-page {
  background-image: url("../images/orwa_cover.jpg");
  height: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.static-content {
  width: 40%;
  margin: 0 auto;
  padding-top: 10%;
  padding-bottom: 10%;
}
.cta-content {
  width: 60%;
  margin: 0 auto;
  padding-top: 10%;
  padding-bottom: 10%;
}
.cta-background {
  background-image: url("../images/crew.jpg");
  height: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.img-pair {
  gap: 56px;
}
.grid-img {
  margin: 0 auto;
}

.list {
  list-style-type: disc;
  padding-left: 60px;
  padding-right: 40px;
}
.raleway {
  font-family: "Raleway", sans-serif;
}
.title {
  font-size: 9vh;
  line-height: 9vh;
  text-shadow: 2px 2px 15px #25221f;
  padding-left: 10%;
  width: 50%;
}
.subtitle {
  font-size: 3.4vh;
  color: #ffffff;
  text-shadow: 1px 1px 15px #0f0d0c;
  line-height: 4vh;
}
.titleblurb {
  font-size: 2vh;
  color: #ffffff;
  text-shadow: 1px 1px 15px #0f0d0c;
}
.scroll {
  font-size: 1.6vh;
}
.caret {
  height: 10px;
  margin-left: 8px !important;
  margin-top: 30px !important;
}
.article-title {
  font-size: 2.6vh;
  padding-left: 15px !important;
  padding-right: 15px !important;
  text-align: center;
}
.article-body {
  color: #ffffff;
  font-size: 1.9vh;
  line-height: 2.4vh;
  font-weight: 300;
  padding-left: 15px !important;
  padding-right: 15px !important;
  text-align: center;
}
.article-quote {
  font-size: 2.6vh;
  text-align: left;
  border-left: 3px solid white;
  padding-left: 30px !important;
  margin-right: 5px;
  margin-bottom: 10px;
}
.article-attr {
  font-size: 1.8vh;
  text-align: left;
  color: white;
  line-height: 3vh;
}
.img-inset {
  height: 120px;
  width: 120px;
  border-radius: 100%;
  opacity: 1 !important;
  margin: 5px 30px 0px 10px !important;
}
.more-info {
  font-size: 2vh;
}
.text-xxs {
  font-size: 1.2vh;
}

.font-extrabold {
  font-weight: 800;
}
.text-white {
  color: white;
}
.tracking {
  letter-spacing: 2px;
}
.leading {
  line-height: 115% !important;
}
.leading-lg {
  line-height: 140% !important;
}

.article-black {
  background-color: #000000bf;
  border: 1px solid white;
  padding: 24px 24px 0px 24px;
}
.rounded-corners {
  border-radius: 10px;
}
.text-gray600 {
  color: #818181;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

.img-info {
  float: left;
  position: absolute;
  left: 1%;
  bottom: 2%;
  z-index: 1000;
  background-color: #ffffff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  text-align: center;
  color: #383838;
  font-weight: bold;
}

.img-info:hover {
  background-color: #005251;
  transition: color 1s;
  color: white;
  cursor: pointer;
}

.img-tooltip .img-tooltiptext {
  font-weight: medium;
  font-family: "Raleway", sans-serif;
  font-size: 0.7em;
  visibility: hidden;
  white-space: nowrap;
  width: fit-content;
  background-color: #ffffff;
  color: #383838;
  text-align: center;
  border-radius: 3px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 0%;
  left: 50%;
  margin-left: 20px;
  opacity: 0;
  transition: opacity 1s;
}

.img-tooltip:hover .img-tooltiptext {
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 1024px) {
  .title {
    font-size: 6vh;
    line-height: 6.5vh;
    text-align: center;
    width: 90%;
  }
  .subtitle {
    font-size: 3vh;
    line-height: 4vh;
    text-align: center;
  }
  .titleblurb {
    font-size: 1.8vh;
    text-align: center;
  }
  .caret {
    height: 1.4vh;
    margin-left: 14px !important;
    margin-top: 30px !important;
  }
  .img-info {
    left: 2%;
    bottom: 2%;
    width: 2vh;
    height: 2vh;
    font-size: 1.6vh;
  }
  .img-tooltip .img-tooltiptext {
    font-size: 1.2vh;
  }
  .article-title {
    font-size: 2.3vh;
  }
  .article-body {
    font-size: 1.7vh;
  }
  .article-quote {
    font-size: 2vh;
  }
  .article-attr {
    font-size: 1.5vh;
    line-height: 2vh;
  }
  .static-content {
    width: 95%;
  }
  .inset-text {
    font-size: 1.6vh;
  }
  .list {
    font-size: 1.7vh;
  }
  .cta-content {
    width: 95%;
    padding-top: 20%;
  }
  .cta-text {
    font-size: 1.6vh;
  }
  .more-info {
    font-size: 2vh;
  }
}

@media only screen and (max-width: 1400px) and (min-width: 1025px) {
  .title {
    font-size: 7vh;
    line-height: 7.5vh;
    width: 60%;
  }
  .subtitle {
    font-size: 3vh;
    line-height: 4vh;
    text-align: center;
  }
  .titleblurb {
    font-size: 1.8vh;
    text-align: center;
  }
  .caret {
    height: 1.4vh;
    margin-left: 14px !important;
    margin-top: 30px !important;
  }
  .img-info {
    left: 2%;
    bottom: 2%;
    width: 2vh;
    height: 2vh;
    font-size: 1.6vh;
  }
  .img-tooltip .img-tooltiptext {
    font-size: 1.2vh;
  }
  .static-content {
    width: 75%;
  }
  .cta-content {
    width: 95%;
    padding-top: 10%;
  }
}
