.tooltip {
  position: absolute;
  border: 2px solid black;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-left: 3px;
  padding-right: 3px;
  background-color: white;
  visibility: hidden;
}
.boxTitle {
  font-size: 20px;
}
.info {
  position: static;
  border: 2px solid black;
  width: 1130px;
  height: 97px;
  padding-left: 3px;
  border-left-style: solid;
  border-left-color: black;
  background: linear-gradient(90deg, rgba(255,255,255,1) 8%, rgba(191,107,45,1) 100%);
  opacity: .9;
}
body {
  background-color: #839D9A;
  background-image: url('background.jpg');
  background-repeat: no-repeat;
  background-size: auto;
}
div.map {
  border-style: solid;
  border-color: black;
}
div.menu {
  height: 759px;
  width: 120px;
  float: left;
  padding-top: 0px;
  padding-left: 5px;
  background-color: #bf6b2d;
  border-top-left-radius: 10px;
  opacity: .8;
  border-bottom-style: solid;
  border-bottom-color: black;
  border-right-style: solid;
  border-right-color: black;
}
div.menu h3 {
  margin-bottom: 0px;
}
div.menu p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
}
.menu li {
  display: block;
  padding: 5px;
  border-radius: 10px;
}
div.header {
  height: 60px;
  background-color: #bf6b2d;
  border-top-right-radius: 10px;
  border-left-style: solid;
  border-left-color: black;
  padding-left: 10px;
  opacity: .8;

}
.header h1 {
  margin-bottom: 0px;
}
.header h4 {
  margin-bottom: 0px;
  margin-top: 0px;
}
div.content {
  margin-left: 125px;
  width: 1136px;
}
div.animation {
  width: 1123px;
  height: 20px;
  padding: 5px;
  opacity: .8;
  background-color: #bf6b2d;
  border-left-style: solid;
  border-left-color: black;
}
button#play-button {
  position: static;
  border-radius: 6px;
  width: 67px;
}
text.textDate {
  color: white;
}
ul.tripList {
  list-style-type: none;
  padding-left: 0px; 
}
div.footer {
  background-color: #bf6b2d;
  display: inline-block;
  height: 100px;
  width: 1260px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  opacity: .8;
}