@font-face {
  font-family: FuturaPT;
  src: url('AboutPageAssets/fonts/FuturaPTBook.otf');
}

@font-face {
  font-family: FuturaPT;
  src: url('AboutPageAssets/fonts/FuturaPTBold.otf');
  font-weight: bold;
}




body,td,th {
  padding: 3rem 0;
  font-family: FuturaPT, 'Didact Gothic', sans-serif;
  /*background-color: #e60005;*/
  /*font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}
a {
  color: #e60005;
}

.sticky_container {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;

}
#photo {
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
  padding-bottom: 3rem;
}
h1,h2,h3,h4,h6 {
  font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: black;
}
h5 {
  font-family: FuturaPT, 'Didact Gothic', sans-serif;
  font-weight: bold;
  color: black;
}
.tour_schedule ul li {
  list-style-type: none;
}
.tour_schedule ul li .tour_date {
  font-weight: bold;
  color: black;
}

.onlymobile {
  display: none;
}
@media only screen and (max-width: 767px)  {
  .onlymobile {
    display: block;
  }
  .nomobile {
    display: none;
  }
  #photo {
    flex: 0 0 0;
    order: 1;
    position: initial;
    max-width: 100%;
    padding-bottom: 1rem;
  }
  #main_content {
    flex: 0 0 0;
    padding-top: 2rem;
    order: 2;
    max-width: 100%;
  }
}

