/* Slider */
.slideshow-container {
    max-width: 100%;
  }
  .slide img {
    object-fit: contain;
    width: 100%;
  }

  /* Nav menu */
  /* nav {
    display: none;
  } */
  nav ul {
    display: none; 
  } 
.talogo .logota{
    display: none;
}
.talogo .mobilemenu {
    display:block;
    width: 33px;
    height: auto;
    margin-bottom: 9px;
    cursor: pointer;
  }
.logota{
    vertical-align: middle;
}
#ta-history .aboutTAdesktop {
display: none;
}
#ta-history {
  text-align: center;
  }

.aboutTAmobile{
  display: block;
  position: absolute;
  width: 90%;
  height: auto;
  left: 0%;
  right: 0%;
  margin: auto;
  padding: 50px 0px 90px 0px;
}

/* Make iframe fixed so it always sits above the bottom nav on mobile */
iframe {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 60px; /* same as nav height so it doesn't go behind the menu */
  width: 100%;
  border: none;
}

/* Make gallery section also fixed above the bottom nav on mobile */
#gallery {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 60px; /* same as nav height */
  overflow: hidden;
}

#gallery .slideshow-container {
  height: 100%;
  max-width: 100%;
}
.slide {
  top: 226px;
  
}
