@font-face {
  font-family: 'Inter';
  font-weight: normal;
  font-style: normal;
  src: url("/fonts/Inter-Regular.ttf"); }

@font-face {
  font-family: 'Inter';
  font-weight: bold;
  font-style: normal;
  src: url("/fonts/Inter-Bold.ttf"); }

body {
  font-family: Inter, system-ui, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  box-sizing: border-box; }

.activity_info {
  margin: 0;
  padding: 0.3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }

#activity_info_planned {
  padding-bottom: 1em;
  border: none; }

.activity_info {
  margin: 0;
  padding: 10px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  gap: 10px;
  border-bottom: 1px solid #035E24; }

.info_item {
  display: flex;
  flex-flow: column;
  gap: 5px; }

.info_caption {
  position: relative;
  display: block;
  text-align: left;
  font-size: 90%; }

.info_value {
  position: relative;
  text-align: right;
  font-weight: bold; }

#comments form {
  box-sizing: border-box;
  margin: 40px auto;
  max-width: 810px;
  width: 100%;
  background-color: white;
  padding: 20px 20px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2); }
  @media only screen and (min-width: 576px) {
    #comments form {
      padding: 20px 60px; } }
  @media only screen and (min-width: 768px) {
    #comments form {
      padding: 20px 100px; } }
  #comments form h3 {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 32px;
    color: #0278FE;
    padding-top: 60px;
    margin: 0; }

#comments h2 {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin: 80px 0 40px 0;
  font-size: 39px; }

#comment {
  width: 100%;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #A1A1A1;
  border-radius: 4px; }

#submit {
  margin-top: 1em;
  width: 100%;
  border: none;
  border-radius: 4px;
  background-color: #0278FE;
  color: white;
  font-weight: bold;
  padding: 13px; }

#name {
  margin-bottom: 1em;
  position: relative;
  top: 3em;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #A1A1A1;
  border-radius: 4px;
  width: 100%; }

#name_label {
  position: relative;
  top: 2em; }

#text_label,
#text {
  font-size: 0;
  border: 0;
  margin: 0;
  padding: 0;
  height: 0; }

.comment {
  background: #F6F6F6;
  padding: 30px;
  margin-bottom: 30px; }
  .comment p {
    text-indent: 2em;
    margin: 0;
    line-height: 150%;
    font-size: 14px;
    color: #666; }
    .comment p:first-of-type {
      text-indent: 0em;
      margin-top: 1em; }

.header {
  font-size: 1em;
  margin: 0;
  padding: 0em;
  display: flex;
  flex-flow: column; }
  .header a {
    color: black;
    font-weight: normal;
    display: inline-block; }
  .header .date {
    font-size: 60%;
    display: inline-block;
    color: #035E24;
    font-weight: bold; }
  .header h4 {
    margin: 0;
    padding: 0;
    font-weight: bold; }
    .header h4 a {
      text-decoration: none; }

#page_single #comments {
  margin: 0px 20px; }
  @media only screen and (min-width: 576px) {
    #page_single #comments form {
      padding: 20px 40px; } }
#single_activity .activity_info {
  justify-content: flex-start; }

#single_activity .info_item {
  display: flex;
  flex-direction: column;
  margin: 0 5px 5px 5px; }

#single_activity .info_caption {
  display: block;
  position: relative; }

#single_activity .info_value {
  display: block;
  position: relative; }

body {
  overflow: hidden;
  padding: 0 10px 0 0;
  background: white; }

#page_single {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: grid;
  justify-content: stretch;
  align-content: stretch;
  grid-template-areas: "main-column photos" "main-column map";
  grid-template-rows: 240px 1fr;
  grid-template-columns: auto 1fr;
  grid-row-gap: 20px;
  grid-column-gap: 20px; }

#single_activity {
  grid-area: main-column; }

#single_images {
  grid-area: photos;
  overflow-x: auto;
  overflow-y: hidden; }

.small_map {
  grid-area: map; }

#single_activity {
  float: left;
  height: 100%;
  width: 40em;
  overflow-y: auto;
  direction: rtl; }
  #single_activity * {
    direction: ltr; }

.small_map {
  border-radius: 3px;
  position: relative;
  bottom: 6px;
  touch-action: none;
  height: 100% !important; }

  #playFullScreen {
    margin: 5px;
    background-color: #035E24;
    border: none;
    border-radius: 10px;
    font-weight: bold;
    text-align: center;
    color: white;
    padding: 20px;
    cursor: pointer;
  }
  @media (max-width: 768px) {
    #playFullScreen {
        display: none; /* Hides the button on screens less than 768 pixels wide */
    }
}
#single_images {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0;
  padding: 10px;
  border-radius: 3px;
  position: relative;
  align-items: center;
  top: 6px; }
  #single_images img {
    height: 200px;
    border: 1px solid #676767;
    margin: 3px; }
  #single_images video {
      height: 200px;
      min-width: 200px;
  margin: 3px; 
  flex-shrink: 0;}

.header {
  font-size: 1em;
  margin: 0;
  padding: 0.3em; }
  .header a {
    color: black;
    font-weight: normal;
    display: inline-block; }
  .header .date {
    width: 7em;
    font-size: 60%;
    display: inline-block; }
  .header h3 {
    display: inline; }

.comment_text {
  margin: 1em; }

#headline_box {
  margin: 2em 0.3em 0.3em 0.3em;
  padding: 0.5em;
  color: #0278FE; }
  #headline_box h2 {
    margin: 0;
    padding: 0.2em 0.5em 0.2em 0.5em; }

.nav_box {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr;
  grid-column-gap: 10px;
  margin: 5px 5px 15px 5px; }
  .nav_box div a {
    display: block;
    background: #0278FE;
    border-radius: 3px;
    text-align: center;
    padding: 10px;
    font-size: 120%;
    color: white;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    flex-flow: row;
    justify-content: center; }
  .nav_box div a.previous_day {
    background: #0278FE;
    color: white; }
    .nav_box div a.previous_day:before {
      display: block;
      content: "";
      background: url("/images/angle-right-white.svg") center no-repeat;
      background-size: 10px 10px;
      width: 10px;
      height: 10px;
      padding-top: 13px;
      margin-right: 0.5em;
      transform: rotate(180deg); }
  .nav_box div a.next_day {
    background: #0278FE;
    color: white; }
    .nav_box div a.next_day:after {
      display: block;
      content: "";
      background: url("/images/angle-right-white.svg") center no-repeat;
      background-size: 10px 10px;
      width: 10px;
      height: 10px;
      padding-top: 13px;
      margin-left: 0.5em; }

a.back {
  font-size: 150%;
  background-color: #377eb8;
  display: block;
  margin: 6px;
  padding: 0.2em;
  width: 15em;
  text-align: center;
  border: 1px solid #676767;
  border-radius: 3px;
  color: white;
  float: right; }

#whole_info {
  margin: 3px;
  background: none;
  position: relative; }

.single_activity_description {
  padding: 0.5em; }
  .single_activity_description p {
    text-indent: 2em;
    margin: 0;
    line-height: 150%; }
    .single_activity_description p:first-of-type {
      text-indent: 0em;
      margin-top: 1em; }

#single_activity_name {
  font-size: 1em;
  margin: 0; }
  #single_activity_name .date {
    font-size: 100%;
    display: inline-block;
    vertical-align: top; }
  #single_activity_name h1 {
    display: inline-block;
    color: #035E24;
    width: 85%;
    margin: 0; }

@media only screen and (max-width: 800px) {
  a.back {
    float: none;
    margin: 0 auto;
    width: 90vw; }
  body {
    overflow: auto;
    height: 100vh; }
  #single_activity {
    width: 100%; }
  #page_single {
    width: 100%;
    height: auto;
    overflow: auto;
    margin: 0;
    padding: 0;
    display: grid;
    justify-content: stretch;
    align-content: stretch;
    grid-template-areas: "photos" "main-column" "map";
    grid-template-rows: 218px auto 70vh;
    grid-template-columns: auto;
    grid-row-gap: 18px; } }
