* {
  box-sizing: border-box;
}

html {
  font-size: 1em;
}

body {
  font-family: "Montserrat", sans-serif;
}

/** Breakpoint: 576px+ */
@media (min-width: 36em) {
}

/** Breakpoint: 768px+ */
@media (min-width: 48em) {
}

/** Breakpoint: 992px+ */
@media (min-width: 62em) {
}

/** Breakpoint: 1200px+ */
@media (min-width: 75em) {
}

/** Breakpoint: 1400px+ */
@media (min-width: 87.5em) {
}

body {
  margin: 0;
  padding: 0;
}

.button {
  display: inline-block;
  color: white;
  padding: 0.75rem 2rem;
  border-radius: 99999px;
  background-color: #ed6a4e;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  appearance: none;
  border: none;
}

.button--primary {
  background-color: #014153;
}
.button--primary:hover {
  background-color: #ed6a4e;
}

.button:hover {
  text-decoration: underline;
  background-color: #ad2a0d;
}

.button--transparent {
  backdrop-filter: blur(0.5rem);
  -webkit-backdrop-filter: blur(0.5rem);
  background-color: transparent;
  border: 0.125rem solid white;
}

.button--transparent:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 62em) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.header {
  background-image: url(../images/header/header-background-0.5x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 75%;
  padding-bottom: 2rem;
}

@media (min-width: 62em) {
  .header {
    background-image: url(../images/header/header-background.jpg);
  }
}

.header__logo-link {
  display: block;
  width: 9rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 62em) {
  .header__logo-link {
    margin-left: 0;
    margin-right: 0;
  }
}
.header__logo {
  width: 100%;
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.5));
}
.header__nav {
  padding-top: 2rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 62em) {
  .header__nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

.header__nav-ul {
  padding: 0;
  margin: 0;
  text-align: center;
}

.header__nav-li {
  display: inline-block;
  list-style-type: none;
}

.header__nav-li--desktop-only {
  display: none;
}

@media (min-width: 62em) {
  .header__nav-li--desktop-only {
    display: inline-block;
  }
}

.header__nav-link {
  display: inline-block;
  font-weight: bold;
  color: white;
  text-decoration: none;
  padding: 1rem 1rem;
  text-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.5);
}

.header__heading {
  font-size: 2rem;
  color: white;
  margin: 0;
  text-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.5);
}

@media (min-width: 36em) {
  .header__heading {
    font-size: 3rem;
  }
}
@media (min-width: 62em) {
  .header__heading {
    padding-top: 5rem;
  }
}

.header__sub-heading {
  color: white;
  margin: 0;
  padding-top: 0.5rem;
  padding-bottom: 2rem;
  text-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.5);
}

@media (min-width: 36em) {
  .header__sub-heading {
    font-size: 1.25rem;
  }
}
@media (min-width: 62em) {
  .header__sub-heading {
    padding-bottom: 7.5rem;
  }
}

.header__button-container {
  text-align: center;
  padding-bottom: 1.5rem;
}
@media (min-width: 62em) {
  .header__button-container {
    display: none;
  }
}

.header::after {
  content: "";
  display: block;
  width: 7.5rem;
  height: 0.25rem;
  background-color: #ed6a4e;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0rem 0rem 0.25rem rgba(0, 0, 0, 0.9);
}

@media (min-width: 62em) {
  .header::after {
    width: 12.5rem;
  }
}

.adventures {
  background-color: rgb(225, 220, 206);
  background-image: url("../images/adventures/background.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding-bottom: 4rem;
}

.heading {
  color: #014153;
  margin-top: 0;
  margin: bottom 0;
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 2rem 0;
}

.heading__pre-text {
  display: block;
  font-size: 1.5rem;
}

.heading--centered {
  text-align: center;
}

.adventures__card {
  text-align: center;
  background-color: white;
  flex: 0 0 22.333rem;
  padding-bottom: 1.5rem;
  margin: 1rem;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
  transition: transform 0.25s ease-in-out;
}

.adventures__card:hover {
  transform: scale(1.05);
}

.adventures_card-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -1rem;
  margin-right: -1rem;
}

.adventures__card-img {
  display: block;
  width: 100%;
}

.adventures__card-heading {
  margin: 0;
  font-size: 1.5rem;
  color: #014153;
  text-transform: uppercase;
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.adventures__card-date {
  margin: 0;
  font-size: 1.25rem;
  color: #014153;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 1rem;
}

.text-primary {
  color: #ed6a4e;
}

.story {
  background-image: url("../images/story/background-mobile.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 5rem;
  padding-top: 4rem;
}

@media (min-width: 62em) {
  .story {
    background-image: url("../images/story/background-desktop.jpg");
    background-attachment: fixed;
  }
}

@media (min-width: 62em) {
  .story-inner {
    padding-left: calc(50% + 2rem);
  }
}
.heading--white {
  color: white;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
}

.story-paragraph {
  margin: 0;
  color: white;
  font-size: 1rem;
  padding-bottom: 1.5rem;
  line-height: 1.4rem;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
}

.header--top-box::before {
  content: "";
  display: block;
  width: 7.5rem;
  height: 0.125rem;
  background-color: #ed6a4e;
  margin-bottom: 2rem;
}

.contact {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ed6a4e;
}

.contact__logo {
  opacity: 0.5;
  display: block;
  width: 18rem;
  margin-left: auto;
  margin-right: auto;
}

.contact__cta {
  margin: 0;
  padding-top: 1rem;
  font-weight: normal;
  font-size: 2rem;
  color: white;
  text-align: center;
}

.contact__phone-container {
  text-align: center;
}
.contact__phone {
  display: inline-block;
  color: #014153;
  padding: 0.5rem 1rem;
  font-size: 2.5rem;
  text-decoration: none;
}
.contact__phone:hover {
  text-decoration: underline;
}

input.form__input[type="text"],
input.form__input[type="email"],
input.form__input[type="password"] {
  -webkit-appearance: none;
  appearance: none;
}

.form__input {
  margin: 0;
  font-family: inherit;
  font-size: 1rem;
  padding: 0.25rem 0.5rem;
  background-color: white;
  border: 0.125rem solid white;
  border-radius: 0.5rem;
  width: 20rem;
  resize: none;
}
.form__input:focus {
  border: 0.125rem solid rgb(150, 150, 150);
  outline: none;
}
.form__input-container {
  text-align: center;
  padding-bottom: 1rem;
}
.form__input-textarea {
  height: 6rem;
}

.contact__info::after {
  content: "";
  display: block;
  width: 7.5rem;
  height: 0.25rem;
  background-color: #014153;

  margin: 3rem auto;
}

@media (min-width: 62em) {
  .contact__info::after {
    content: none;
  }
}

@media (min-width: 62em) {
  .contact__row {
    display: flex;
    flex-direction: row;
    background-image: linear-gradient(
      90deg,
      transparent calc(50% - 0.125rem),
      rgba(255, 255, 255, 0.5) calc(50% - 0.125rem),
      rgba(255, 255, 255, 0.5) calc(50% + 0.125rem),
      transparent calc(50% + 0.125rem)
    );
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 62em) {
  .contact__form {
    flex: 0 0 50%;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: initial;
    margin-left: initial;
    margin-right: initial;
  }
}
@media (min-width: 62em) {
  .contact__info {
    flex: 0 0 50%;
  }
}

.contact__form {
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}

.form__input-submit-container {
  text-align: center;
}

@media (min-width: 62em) {
  .form__input-submit-container {
    text-align: right;
  }
}

@media (min-width: 62em) {
  .contact::after {
    content: "";
    display: block;
    background-color: #014153;
    width: 7.5rem;
    height: 0.25rem;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer {
  background-color: #ed6a4e;
  padding-bottom: 3rem;
}
.footer__text {
  margin: 0;
  text-align: center;
  color: #014153;
}

.footer__link {
  color: #014153;
  text-decoration: none;
}
