@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.footer {
  background-color: black;
  color: white;
  grid-column: left-margin-start / right-margin-end;
  grid-row: footer-start / footer-end;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .footer p {
    font-size: 1.2rem;
    font-family: Roboto; }
  @media (max-width: 41.4rem) {
    .footer {
      display: none;
      position: fixed;
      bottom: 0;
      z-index: 10;
      width: 100vw;
      height: 8rem;
      padding: 1rem; } }

.grid-container {
  position: relative;
  grid-column: center-start / break-point;
  padding-top: 5rem;
  column-count: 3;
  column-gap: 3.2rem; }
  @media (max-width: 82em) {
    .grid-container {
      column-count: 2; } }
  @media (max-width: 70em) {
    .grid-container {
      column-count: 1; } }
  @media (max-width: 41.4rem) {
    .grid-container {
      grid-column: center-start / center-end;
      margin-bottom: 15rem; } }

.footer {
  background-color: black;
  color: white;
  grid-column: left-margin-start / right-margin-end;
  grid-row: footer-start / footer-end;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .footer p {
    font-size: 1.2rem;
    font-family: Roboto; }
  @media (max-width: 41.4rem) {
    .footer {
      display: none;
      position: fixed;
      bottom: 0;
      z-index: 10;
      width: 100vw;
      height: 8rem;
      padding: 1rem; } }

.selection-menu {
  background-color: white;
  grid-column: left-margin-start / right-margin-end;
  padding-left: 30%;
  padding-right: 30%;
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center; }
  @media (max-width: 41.4rem) {
    .selection-menu {
      flex-wrap: wrap;
      justify-content: space-evenly;
      padding: 1.5rem 0 1.5rem 0; } }
  .selection-menu__item {
    color: #555555;
    background-color: white;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: 0.3s ease;
    white-space: nowrap; }
    .selection-menu__item p {
      font-size: 2.1rem;
      font-family: roboto;
      line-height: 1.8rem; }
    .selection-menu__item:hover {
      background-color: #F4F4F4;
      box-shadow: 0px 2px 2px 0px #0000001A inset; }
  .selection-menu__divider {
    width: 0.2rem;
    height: 1rem;
    background-color: #D0D0D0; }
    @media (max-width: 41.4rem) {
      .selection-menu__divider {
        display: none; } }

.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/img/port-henry.jpg");
  background-size: cover;
  text-align: center;
  grid-column: left-margin-start / right-margin-end;
  grid-row: banner-start / banner-end; }
  .banner__title {
    font-size: 7.2rem;
    font-weight: 700;
    font-family: Roboto;
    color: white; }
    @media (max-width: 82em) {
      .banner__title {
        font-size: 5.5rem; } }
    @media (max-width: 70em) {
      .banner__title {
        grid-column: center-start / center-end;
        font-size: 4.8rem; } }

.navigation {
  background-color: white;
  grid-column: left-margin-start / right-margin-end;
  grid-row: header-start / header-end;
  display: flex;
  column-gap: 2.4rem;
  align-content: flex-start;
  margin-left: 4.4vw;
  align-items: center; }
  .navigation__button {
    cursor: pointer; }
    @media (max-width: 90em) {
      .navigation__button {
        visibility: hidden; } }
    @media (min-width: 90em) {
      .navigation__button {
        visibility: hidden; } }
    @media (max-width: 70em) {
      .navigation__button {
        visibility: visible; } }
    .navigation__button__icon {
      width: 3rem;
      height: 2px;
      background-color: black;
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }
  .navigation__item {
    text-decoration: none;
    color: black;
    font-weight: 400;
    font-size: 1.4rem;
    font-family: Roboto; }
    @media (max-width: 70em) {
      .navigation__item {
        visibility: hidden; } }

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  font-size: 62.5%; }

body {
  font-weight: 300;
  line-height: 1.6; }

.container {
  display: grid;
  grid-template-rows: [header-start] minmax(4rem, min-content) [header-end banner-start] minmax(42.4rem, min-content) [banner-end selection-start] minmax(8rem, min-content) [selection-end mosaic-start] min-content [mosaic-end footer-start] minmax(8rem, min-content) [footer-end];
  grid-template-columns: [left-margin-start] minmax(5rem, 1fr) [left-margin-end center-start] min-content [break-point] min-content [center-end right-margin-start] minmax(5rem, 1fr) [right-margin-end]; }
  @media (max-width: 41.4rem) {
    .container {
      grid-template-columns: [left-margin-start] minmax(0.5rem, 1fr) [left-margin-end center-start] min-content [center-end right-margin-start] minmax(0.5rem, 1fr) [right-margin-end]; } }

.history {
  font-family: roboto;
  grid-column: left-margin-start / right-margin-end;
  grid-row: mosaic-start / mosaic-end;
  padding-left: 35rem;
  padding-right: 35rem;
  padding-bottom: 10rem; }
  @media (max-width: 82em) {
    .history {
      padding-left: 25rem;
      padding-right: 25rem; } }
  @media (max-width: 70em) {
    .history {
      padding-left: 15rem;
      padding-right: 15rem; } }
  @media (max-width: 41.4rem) {
    .history {
      padding-left: 10rem;
      padding-right: 10rem; } }
  .history__title {
    font-size: 2.1rem;
    padding-bottom: 2rem; }
  .history__text {
    font-size: 1.2rem; }
  .history__fig-1 {
    float: left;
    font-size: 1.2rem;
    color: black;
    font-weight: bold;
    margin: 3rem 3rem 3rem 0rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .history__fig-1 img {
      height: 20rem;
      margin-bottom: 2rem; }
  .history__fig-2 {
    float: right;
    font-size: 1.2rem;
    color: black;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 3rem 0rem 3rem 3rem; }
    .history__fig-2 img {
      height: 20rem;
      margin-bottom: 2rem; }
  .history__fig-3 {
    float: left;
    font-size: 1.2rem;
    color: black;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 3rem 3rem 3rem 0rem; }
    .history__fig-3 img {
      height: 20rem;
      margin-bottom: 2rem; }
  .history__caption {
    float: left; }

.tile {
  background-color: white;
  margin-bottom: 4rem;
  overflow: visible;
  color: black;
  break-inside: avoid;
  border-radius: 0.5rem;
  padding-bottom: 2.4rem;
  position: relative;
  height: min-content;
  width: 30.4rem;
  display: inline-block;
  font-family: Roboto;
  font-style: normal;
  box-shadow: 0px 6.650102138519287px 5.32008171081543px 0px #00000006;
  box-shadow: 0px 22.3363094329834px 17.869047164916992px 0px #00000009;
  box-shadow: 0px 100px 80px 0px #0000000F; }
  .tile__imgdiv {
    width: 100%;
    height: 19.5rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    background-repeat: no-repeat;
    background-size: cover; }
  .tile__img {
    width: 100%;
    height: 19.5rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    object-fit: fill; }
  .tile__dots {
    display: none;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    padding-left: 11.9rem;
    padding-right: 11.9rem;
    flex-direction: row;
    justify-content: space-evenly; }
    .tile__dots__item {
      visibility: hidden;
      height: 0.8rem;
      width: 0.8rem;
      border-radius: 1rem;
      background-color: #E9E9E9; }
  .tile__text-container {
    max-width: 100%;
    padding-left: 3.6rem;
    padding-right: 3.6rem;
    padding-top: 1.8rem; }
  .tile__text {
    font-size: 1.2rem; }
  .tile__heading {
    font-weight: 500;
    padding-bottom: 1.5rem; }
  .tile__description {
    font-weight: 300;
    padding-bottom: 1.5rem;
    font-size: 1.3rem; }
  .tile__duration {
    font-weight: 500;
    padding-bottom: 2.4rem; }

.itinerary {
  grid-column: break-point / center-end;
  background-color: white;
  width: 30.4rem;
  padding-top: 2.4rem;
  padding-left: 2.7rem;
  padding-right: 2.7rem;
  padding-bottom: 2.4rem;
  margin-top: 5rem;
  margin-left: 3.2rem;
  color: black;
  break-inside: avoid;
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 30.8rem;
  height: 50.1rem;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  position: sticky;
  top: 9rem; }
  @media (max-width: 41.4rem) {
    .itinerary {
      grid-column: center-start / center-end;
      border-radius: 0.5rem 0.5rem 0 0;
      transition: 0.1s ease;
      z-index: 5;
      margin-left: 0rem;
      margin-top: 0rem;
      position: fixed;
      top: unset;
      bottom: -50.1rem;
      left: 50%;
      padding-bottom: 0.3rem;
      transform: translateX(-50%);
      /*
        &:hover {
            transform: translate(-50%,0);
        }
        */ } }
  .itinerary__tab {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: -5.4rem;
    height: 3rem;
    width: 25rem;
    background-color: #000000;
    border-radius: 2.4rem 2.4rem 0 0;
    font-family: Roboto;
    font-size: 1.4rem;
    display: none;
    padding-top: 0.5rem; }
    @media (max-width: 41.4rem) {
      .itinerary__tab {
        display: flex;
        justify-content: center;
        align-items: center;
        color: white; } }
  .itinerary__title {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 2.4rem; }
  .itinerary__text-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 100%;
    margin-bottom: 1.3rem; }
  .itinerary__timeBarContainer {
    width: 100%;
    height: 1.6rem;
    background-color: #EDEDED;
    border-radius: 10rem;
    margin-bottom: 2.4rem; }
  .itinerary__timeBar {
    width: 0%;
    height: 1.6rem;
    background-color: #EE7962;
    border-radius: 10rem;
    transition: 0.3s ease; }
  .itinerary__list {
    margin-bottom: 2.4rem;
    font-size: 1.2rem;
    width: 100%; }
    .itinerary__list__activities {
      font-weight: bold;
      padding-bottom: 1rem; }
    .itinerary__list li:nth-child(even) {
      background-color: #FAFAFA; }
    .itinerary__list li {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      width: 100%; }
    .itinerary__list li span {
      display: flex;
      justify-content: center;
      height: 1.6rem;
      width: 1.6rem;
      color: white;
      background-color: #D93B3B;
      transition: 0.2s ease;
      cursor: pointer; }
      .itinerary__list li span:hover {
        color: #D93B3B;
        background-color: white;
        border: 1px solid #D93B3B; }
  .itinerary__tag-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 1.8rem;
    margin-top: 1rem;
    margin-bottom: 3.2rem;
    border-top: 1px solid #EDEDED; }
  .itinerary__icon {
    display: inline-block;
    color: white;
    border-radius: 10rem;
    background-color: #ffae00;
    margin-right: 2rem;
    margin-bottom: .5rem; }
    .itinerary__icon p {
      margin-left: 2rem;
      margin-right: 2rem; }
  .itinerary__text {
    font-size: 1.2rem; }

.red-btn {
  background-color: #EE7962;
  width: 100%;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  transition: 0.3s ease;
  border: 1px solid #EE7962;
  height: 4rem; }
  .red-btn__text {
    font-weight: 700;
    font-size: 1.4rem; }

.red-btn:hover {
  color: #EE7962;
  background-color: white;
  border: 1px solid #EE7962; }

.activity-icon__text {
  margin-left: 2rem;
  margin-right: 2rem;
  font-size: 1.2rem;
  font-family: Roboto; }

.activity-icon--fishing {
  display: inline-block;
  color: white;
  border-radius: 10rem;
  background-color: #012569;
  position: absolute;
  z-index: 2;
  left: 3.7rem;
  top: 16.185rem; }

.activity-icon--outdoors {
  display: inline-block;
  color: white;
  border-radius: 10rem;
  background-color: #12830e;
  position: absolute;
  z-index: 2;
  left: 3.7rem;
  top: 16.185rem; }

.activity-icon--dining {
  display: inline-block;
  color: white;
  border-radius: 10rem;
  background-color: #960606;
  position: absolute;
  z-index: 2;
  left: 3.7rem;
  top: 16.185rem; }

.activity-icon--events {
  display: inline-block;
  color: white;
  border-radius: 10rem;
  background-color: #c43700;
  position: absolute;
  z-index: 2;
  left: 3.7rem;
  top: 16.185rem; }

.activity-icon--arts_culture {
  display: inline-block;
  color: white;
  border-radius: 10rem;
  background-color: #ffae00;
  position: absolute;
  z-index: 2;
  left: 3.7rem;
  top: 16.185rem; }

.white-btn {
  background-color: white;
  width: 100%;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  cursor: pointer;
  transition: 0.3s ease;
  border: 1px solid #EE7962; }
  .white-btn__text {
    font-weight: 700;
    font-size: 1.7rem; }

.white-btn:hover {
  color: white;
  background-color: #EE7962;
  box-sizing: border-box; }

.logo {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%); }

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 7;
  left: 0;
  top: 0;
  background-color: white;
  overflow-x: hidden; }
  .overlay__content {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; }
  .overlay a {
    padding: 15px;
    font-size: 36px;
    color: #000000;
    text-decoration: none;
    font-family: Roboto;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.3s ease 0s;
    cursor: pointer; }
  .overlay a:visited {
    color: #000000; }
  .overlay a:hover, .overlay a:focus {
    color: #D93B3B; }
  .overlay__close {
    position: absolute;
    top: 2rem;
    right: 4.5rem;
    font-size: 60px; }
  @media screen and (max-height: 450px) {
    .overlay .overlay a {
      font-size: 2rem; }
    .overlay .overlay .close {
      font-size: 4rem;
      top: 1.5rem;
      right: 3.5rem; } }

@keyframes slide-out {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes slide-in {
  0% {
    width: 100%; }
  100% {
    width: 0; } }

@keyframes text-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 100%; } }

@keyframes text-fade-out {
  0% {
    opacity: 100%; }
  100% {
    opacity: 0; } }
