body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#map {
  position: fixed;
  top: 0;
  bottom: 0;
  margin-bottom: 165px;
  width: 100%;
  overflow: hidden;
}

.tl-storyslider {
    height: 300px !important;
}


.tl-timegroup.tl-timegroup-alternate {
  background-color: #333333;
}

.tl-timegroup {
  background-color: #333333;
}

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick .tl-timeaxis-tick-text span {
  display: block;
  font-size: 9px;
  line-height: 9px;
  margin-top: -2px;
  color: #ffffff;
}

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick {
  font-size: 11px;
  line-height: 13px;
  color: #fff;
  width: 50px;
  margin-left: -25px;
}

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-major .tl-timeaxis-tick:before {
  border-color: #fff;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 2px;
  margin-left: 50px;
}

.tl-timeaxis .tl-timeaxis-content-container .tl-timeaxis-minor .tl-timeaxis-tick {
  font-size: 11px;
  line-height: 13px;
  color: #fff;
  width: 50px;
  margin-left: -25px;
}

.tl-timeera.tl-timeera-color0 .tl-timeera-background {
  background-color: #291b7a;
}

/*Naval Task Force*/
.tl-timeera.tl-timeera-color1 .tl-timeera-background {
  background-color: #423de0;
}

/*Amphib Assault*/
.tl-timeera.tl-timeera-color2 .tl-timeera-background {
  background-color: #104291;
}

/*Holding the Beach*/
.tl-timeera.tl-timeera-color3 .tl-timeera-background {
  background-color: #d18624;
}

/*Withdraw*/
.tl-timeera.tl-timeera-color4 .tl-timeera-background {
  background-color: #911410;
}

.tl-timeera.tl-timeera-color5 .tl-timeera-background {
  background-color: #333333;
}

¨.tl-timemarker-content-container.tl-timemarker-content-container-small {
  /* back */
}

.tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-description {
  text-shadow: 1px 1px 1px #FFF;
  color: #fff;
}

.tl-timemarker-text h2.tl-headline p {
  color: #000000;
}

.tl-timemarker.tl-timemarker-active .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline {
  color: #000000;
}

/*selected text size*/
/*.tl-timemarker.tl-timemarker-active.tl-timemarker-content-container.tl-timemarker-content.tl-timemarker-text h2.tl-headline {

}*/
#timeline-embed {
  height: fit-content !important;
  position: fixed;
  bottom: 0;
  overflow: hidden;
}

#side-menu {
  width: 370px;
  left: -370px;
  height: 100vh;
  background: #2e3b41;
  position: absolute;
  z-index: 100;
  transition: left 500ms;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding-bottom:50px;
  /*overflow-y: auto; makes side button disappear*/
}

#toggle-menu-btn {
  position: absolute;
  top: 10px;
  right: -25px;
  background: #2e3b41;
  width: 25px;
  height: 50px;
  border-radius: 0 5px 5px 0;
  display: flex;
  align-items: center;
  box-shadow: 9px 0px 17px -7px rgb(0 0 0 / 35%);
  transition: right 500ms;
}

#toggle-menu-btn:hover {
  cursor: pointer;
}

.icon {
  width: 80%;
}

#legend-content {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  overflow-y: hidden;
  overflow-x: hidden;
  background-color: #2e3b41;
}

#indicator{
  width:100%;
}

.icon-text {
  display: flex;
  align-items: center;
}

.icon-text img {
  height: 40px;
}

.legend-container {
  width: 100%;
  display: flex;
  /*border-bottom: 3px solid #6f6868;*/
  padding-bottom: 20px;
}

.legend-img-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}

.POV-item {
  display: flex;
  width: 65%;
  justify-content: space-between;
  align-items: center;
}

.container-right {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-left: 20px;
}

.container-left {
  margin-left: 20px;
}

.logo {
  height: 100px;
  display: block;
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.title-content{
  background-color: #333;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 5px solid #6f6868;
}

#title-h1 {
  margin: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #fff;
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 2px;
  text-align: center;
}

#sub-title-h2 {
  margin: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

#legend-content h1 {
  margin: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  color: white;
  font-weight: 900;
  font-size: 18px;
}

.legend-h2 {
  font-size: 14px;
}

#legend-content h2 {
  margin: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  color: white;
}

#legend-content h3 {
  margin: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  color: white;
  font-size: 13px;
}

#legend-content p {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  color: white;
  font-weight: bold;
}

.active img.icon {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

img.icon {
  -webkit-transform: rotate(360);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#side-menu.active {
  left: 0px;
}

#close-menu-btn {
  display: none;
}

.POV-item :hover {
  cursor: pointer;
}

.button-3 {
  appearance: none;
  background-color: #333;
  border: 1px solid rgba(221, 218, 218, 0.2);
  border-radius: 6px;
  box-shadow: rgba(255, 255, 255, 0.5) 0 2px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 10px;
  padding: 6px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
}

.button-3:focus:not(:focus-visible):not(.focus-visible) {
  box-shadow: none;
  outline: none;
}

.button-3:hover {
  background-color: #2c974b;
}

.button-3:focus {
  box-shadow: rgba(46, 164, 79, .4) 0 0 0 3px;
  outline: none;
}

.button-3:disabled {
  background-color: #94d3a2;
  border-color: rgba(27, 31, 35, .1);
  color: rgba(255, 255, 255, .8);
  cursor: default;
}

.button-3:active {
  background-color: #298e46;
  box-shadow: rgba(20, 70, 32, .2) 0 1px 0 inset;
}

/*#topography-btn :hover{
    cursor: pointer;
}

#satellite-btn :hover{
    cursor: pointer;
}*/
@media only screen and (max-width: 600px) {
  #side-menu {
    width: calc(100vw - 20px);
    left: -100vw;
  }

  #close-menu-btn {
    display: unset;
    position: absolute;
    right: 0px;
  }

  #close-menu-btn:hover {
    cursor: pointer;
  }

  #close-menu-btn img {
    height: 50px;
    width: fit-content;
  }

  .active div#toggle-menu-btn {
    right: 0;
    display: none;
  }
}

.tl-text{
    padding-top: 15px !important;
}

span.tl-timeaxis-tick-text.tl-animate-opacity{
    color: white;
}
.tl-timemarker .tl-timemarker-line-left:after, .tl-timemarker .tl-timemarker-line-right:after{
    background-color: white;
}


.container{
  overflow-y: scroll;
  height: 100vh;
}