:root {
  --color-3: #556775;
  --color: white;
  --color-4: #d8e4ee;
  --color-5: black;
  --color-2: #333;
  --white: white;
  --black: black;
}

h2 {
  color: var(--color-3);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  color: var(--color-3);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Oswald, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.2em;
}

h4 {
  color: var(--color-3);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

.body {
  font-family: Overpass, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75em;
}

.image {
  height: 80px;
}

.brand {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.navbar {
  background-color: rgba(221, 221, 221, 0);
  height: 90px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 90px;
  display: flex;
}

.nav-bg-color {
  background-color: var(--color-3);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-link {
  color: var(--color);
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 10px;
  font-weight: 400;
  line-height: 1em;
}

.nav-link:hover {
  color: var(--color-4);
}

.hero {
  background-color: var(--color-5);
  height: 100vh;
  position: relative;
}

.hero-image-holder {
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero-img {
  opacity: .7;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-content {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 5%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-text {
  flex-flow: column;
  width: 900px;
  display: flex;
}

.top-line {
  color: var(--color);
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1em;
}

.bottom-line {
  color: var(--color);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: -1px 1px 7px rgba(0, 0, 0, .45);
  margin-bottom: 20px;
  padding-left: 3%;
  padding-right: 3%;
  font-family: Oswald, sans-serif;
  font-size: 7em;
  font-weight: 700;
  line-height: 1em;
}

.text-block {
  text-shadow: -2px 1px 1px rgba(0, 0, 0, .62);
}

.third-line {
  color: var(--color);
  text-align: center;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .07), rgba(0, 0, 0, .7) 18%, rgba(0, 0, 0, .7) 35%, rgba(0, 0, 0, .7) 50%, rgba(0, 0, 0, .7) 66%, rgba(0, 0, 0, .61) 84%, rgba(0, 0, 0, .07) 101%);
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 8px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
}

.hero-buttons {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  background-color: var(--color-3);
  text-align: center;
  text-transform: uppercase;
  padding: 15px 30px 11px;
  font-weight: 400;
  line-height: 1em;
}

.button:hover {
  background-color: var(--color-4);
  color: var(--color-3);
}

.button.marg {
  margin-right: 10px;
}

.button.rev {
  background-color: var(--color-4);
  color: var(--color-3);
}

.button.rev:hover {
  background-color: var(--color-3);
  color: var(--color);
}

.button.rev.min-light {
  border: 1px solid var(--color-4);
  min-width: 220px;
}

.button.rev.min-light:hover {
  border-color: var(--color-3);
}

.button.rev.min-white {
  border: 1px solid var(--color-4);
  min-width: 220px;
}

.button.rev.min-white:hover {
  border-color: var(--color-4);
}

.button.rev-abs {
  background-color: var(--color);
  color: var(--color-3);
  position: absolute;
  top: auto;
  bottom: 30px;
  left: auto;
  right: 30px;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, .43);
}

.button.rev-abs:hover {
  background-color: var(--color-3);
  color: var(--color);
}

.button.min {
  border: 1px solid var(--color-3);
  min-width: 225px;
}

.section-1 {
  background-image: linear-gradient(rgba(255, 255, 255, .75), rgba(255, 255, 255, .75)), url('../images/map-lines.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 8%;
  padding-bottom: 13%;
}

.section-1-wrapper-div {
  flex-flow: column;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-1-top-row {
  justify-content: space-between;
  display: flex;
}

.welcome-text {
  flex-flow: column;
  justify-content: space-between;
  width: 40%;
  padding: 20px 0 0;
  display: flex;
}

.welcome-photo-div {
  object-fit: cover;
  width: 60%;
  position: relative;
  overflow: hidden;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.top-text {
  padding-left: 20px;
  padding-right: 20px;
}

.bottom-content {
  z-index: 1;
  background-color: var(--color-3);
  min-width: 165%;
  margin-bottom: -75px;
  padding: 30px 30px 10px;
  position: relative;
}

.load-in-words {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.load-in-text-1 {
  color: var(--color);
  text-transform: uppercase;
  margin-right: 10px;
  font-family: Oswald, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1em;
}

.p-white {
  color: var(--color);
}

.rapids {
  color: var(--color);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/rapid-water.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 0;
  padding: 8% 5% 12%;
  font-family: Oswald, sans-serif;
  font-size: 4em;
  font-weight: 500;
  line-height: 1.2em;
  display: flex;
}

.raft-trip-info {
  background-color: var(--color-4);
  padding-bottom: 5%;
}

.raft-trip-info-wrap {
  justify-content: space-between;
  width: 90%;
  margin: 0% auto 5%;
  display: flex;
}

.raft-info-div {
  background-color: var(--color);
  width: 48%;
  margin-top: -5%;
  padding: 30px;
  box-shadow: 0 2px 9px rgba(0, 0, 0, .2);
}

.section-4 {
  padding-top: 5%;
  padding-bottom: 5%;
}

.section-4-wrapper {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.h3-center, .h2-center {
  text-align: center;
}

.photo-service-container {
  justify-content: space-between;
  min-height: 82vh;
  margin-top: 50px;
  display: flex;
}

.photo-column {
  flex-flow: column;
  justify-content: space-between;
  width: 32.5%;
  display: flex;
}

.service-block-60 {
  height: 62%;
  position: relative;
  overflow: hidden;
}

.service-block-60._38 {
  height: 36%;
}

.service-block-60._100 {
  height: 100%;
}

.service-photo-holder {
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.service-text {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px 20px 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-title {
  color: var(--color);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
}

.service-par {
  color: var(--color);
  margin-bottom: 10px;
  line-height: 1.5em;
}

.service-bg-color {
  background-color: rgba(0, 0, 0, .2);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.book-cta-section {
  background-color: var(--color-3);
  justify-content: space-between;
  align-items: center;
  padding: 2% 5%;
  display: flex;
}

.book-now-line {
  color: var(--color);
  text-transform: uppercase;
  max-width: 70%;
  font-family: Oswald, sans-serif;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1.1em;
}

.local-text {
  flex-flow: column;
  justify-content: center;
  width: 40%;
  padding: 0;
  display: flex;
}

.local-section {
  background-image: linear-gradient(rgba(255, 255, 255, .75), rgba(255, 255, 255, .75)), url('../images/map-lines.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 5%;
  padding-bottom: 5%;
}

.content-local {
  z-index: 1;
  background-color: var(--color-3);
  min-width: 165%;
  margin-bottom: 0;
  padding: 30px 30px 10px;
  position: relative;
}

.testimonials {
  background-image: url('../images/aerial-river.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 5%;
  padding-bottom: 5%;
}

.testimonial-wrapper-div {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.review-holder {
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.review-div {
  color: var(--color);
  background-color: rgba(0, 0, 0, .65);
  flex-flow: column;
  justify-content: space-between;
  width: 32%;
  padding: 20px;
  display: flex;
}

.image-4 {
  width: 40px;
  margin-bottom: 10px;
}

.footer {
  background-color: var(--color-3);
  padding-top: 5%;
  padding-bottom: 5%;
}

.footer-90 {
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-contact-info {
  color: var(--color);
  width: 35%;
}

.image-5 {
  max-width: 75%;
  margin-top: 20px;
  margin-bottom: 0;
}

.h4-white {
  color: var(--color);
}

.div-block {
  width: 60%;
}

.submit-button {
  background-color: var(--color-4);
  color: var(--color-3);
  text-transform: uppercase;
  padding-top: 12px;
  line-height: 1em;
}

.submit-button:hover {
  background-color: var(--color);
}

.form-5050 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.field-49 {
  width: 49.5%;
}

.form-block {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .image {
    height: 65px;
  }

  .navbar {
    height: 75px;
  }

  .nav-menu {
    background-color: var(--color-3);
    height: auto;
  }

  .hero {
    height: 800px;
  }

  .hero-text {
    width: 700px;
  }

  .top-line {
    font-size: 2em;
  }

  .bottom-line {
    font-size: 5em;
  }

  .section-1 {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .section-1-top-row {
    flex-flow: column;
  }

  .welcome-text {
    width: 100%;
    padding-top: 0;
  }

  .welcome-photo-div {
    width: 100%;
  }

  .bottom-content {
    min-width: 0;
    margin-bottom: 0;
  }

  .rapids {
    background-image: linear-gradient(to bottom, null, null), url('../images/rapid-water.jpg');
    background-attachment: scroll, scroll;
  }

  .raft-trip-info-wrap {
    flex-flow: column;
  }

  .raft-info-div {
    width: 100%;
  }

  .raft-info-div._2 {
    margin-top: 20px;
  }

  .photo-service-container {
    flex-flow: column;
    min-height: 0;
  }

  .photo-column {
    flex-flow: row;
    width: 100%;
    min-height: 0;
    margin-bottom: 2%;
  }

  .photo-column.center {
    justify-content: center;
  }

  .service-block-60 {
    background-color: var(--color-5);
    flex-flow: column;
    width: 49%;
    height: auto;
    display: flex;
  }

  .service-block-60._38 {
    height: auto;
  }

  .service-photo-holder {
    height: 300px;
    position: static;
  }

  .service-text {
    padding-bottom: 10px;
    position: static;
  }

  .service-bg-color {
    display: none;
    position: absolute;
  }

  .book-now-line {
    font-size: 2em;
  }

  .local-text {
    width: 100%;
  }

  .content-local {
    min-width: 0%;
  }

  .testimonials {
    background-attachment: scroll;
  }

  .review-holder {
    flex-flow: column;
    margin-top: 0;
  }

  .review-div {
    width: 100%;
    margin-bottom: 20px;
  }

  .icon {
    color: var(--color);
  }

  .menu-button {
    display: block;
  }

  .menu-button.w--open {
    background-color: var(--color-5);
  }
}

@media screen and (max-width: 767px) {
  .image {
    height: 60px;
  }

  .navbar {
    height: 70px;
  }

  .hero {
    height: 500px;
  }

  .hero-text {
    width: 500px;
  }

  .top-line {
    font-size: 1.5em;
  }

  .bottom-line {
    font-size: 4em;
  }

  .third-line {
    margin-bottom: 20px;
    font-size: 1em;
  }

  .load-in-words {
    flex-flow: row;
    align-items: flex-start;
  }

  .load-in-text-1 {
    margin-right: 10px;
    font-size: 1em;
  }

  .rapids {
    font-size: 3em;
  }

  .photo-column {
    flex-flow: column;
    margin-bottom: 0%;
  }

  .service-block-60 {
    width: 100%;
    margin-bottom: 20px;
  }

  .service-photo-holder {
    height: 320px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-3.bird {
    transform: translate(0);
  }

  .book-now-line {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.8em;
  }

  .hero {
    height: 600px;
  }

  .hero-text {
    width: 300px;
  }

  .top-line {
    font-size: 1em;
  }

  .bottom-line {
    margin-bottom: 10px;
    font-size: 2.4em;
  }

  .third-line {
    font-size: .9em;
  }

  .hero-buttons {
    flex-flow: column;
    align-items: stretch;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .button.rev.marg.min-light {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .button.rev-abs {
    bottom: 10px;
    right: 10px;
  }

  .button.min.marg {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .top-text {
    padding: 0;
  }

  .bottom-content {
    padding: 15px 15px 0;
  }

  .rapids {
    font-size: 2em;
  }

  .raft-info-div {
    padding: 15px;
  }

  .photo-service-container {
    margin-top: 0;
  }

  .service-photo-holder {
    height: 250px;
  }

  .book-cta-section {
    flex-flow: column;
    align-items: flex-start;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .book-now-line {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .content-local, .review-div {
    padding: 15px;
  }

  .footer-90 {
    flex-flow: column;
  }

  .footer-contact-info {
    width: 100%;
  }

  .div-block {
    width: 100%;
    margin-top: 30px;
  }
}


