#trail-frame {
  position: fixed;
  width: 90%;
  top: 5%;
  left: 5%;
  display: flex;
  font-family: LeagueSpartan;
  font-weight: 300;
  border: 1px solid #333;
  box-sizing: border-box;
  max-width: 145vh;
}
@media (min-width: 1500px) {
  #trail-frame {
    top: 5%;
  }
}
#trail-frame-close {
  color: white;
  position: absolute;
  opacity: 0.8;
  font-size: 40px;
  cursor: pointer;
  line-height: 0.75em;
  -webkit-text-stroke: 1px #333;
  font-weight: 900;
  font-family: Arial;
  right: 10px;
  top: 10px;
}
#trail-frame-sidebar {
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  width: 20%;
  min-width: 160px;
  max-width: 200px;
  padding: 8px;
  margin-bottom: 2px;
}
#trail-name {
  margin-top: 1.5em;
  font-size: 1.5em;
}
#trail-nav-frame-num {
  padding: 0 6px;
}
.trail-nav-icon {
  cursor: pointer;
}
#trail-nav {
  margin-bottom: 1.5em;
}
.trail-header {
  font-family: NationalPark;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
.trail-frame-section { 
  font-size: 0.8em;
  margin-top: 1em;
}
.trail-frame-section ul {
    padding-left: 20px;
    margin: 0;
    max-height: 84px;
    overflow: scroll;
    scroll-snap-type: y proximity;
}
.trail-frame-section li {
    list-style-type: '-';
    scroll-snap-align: start;
}
.trail-frame-row {
    display: flex;
    justify-content: space-between;
}
.has_details {
  font-weight: bold;
  cursor: pointer;
}
.has_details .trail-frame-label:before {
  content: "+";
}
.showing_details {
  font-weight: normal;
}
.showing_details .trail-frame-label:before {
    content: "-";
}
#trail-frame-map {
}
#trail-frame-map-basemap {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
#trail-frame-map-legend {
  margin-top: 20px;
  width: 100%;
}
#trail-frame-preload {
  display: none;
}
#trail-frame-globe {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 150px;
  height: 150px;
}
#trail-frame-globe path {
  stroke: none;
  fill: var(--gold);
}
#trail-frame-globe-background {
  fill: rgb(50,56,69);
}
#trail-frame-globe-marker {
  fill: var(--tomato);
}
.trail-nav-left {
  position: absolute;
  top: 50%;
  left: -30px;
  font-size: 40px;
  color: #ccc;
  -webkit-text-stroke: 3px #333;
}
.trail-nav-right {
  position: absolute;
  top: 50%;
  right: -30px;
  font-size: 40px;
  color: #ccc;
  -webkit-text-stroke: 3px #333;
}
