.container {
    width: 1500px;
    margin:auto;
}
  
#graphic {
    padding-top: auto 0;
}

#wholeBody {
  margin-left: 20px;
}

#sections {
    /* This not being relative is critical */
    position: static; 
    display: inline-block;
    width: fit-content;
    top: 60px;
    z-index: 90;
    padding-bottom: 200px;
    margin-right: 30px;
}

.title-banner {
  position:absolute;
  left:0;
  right:0;
  height:400px;
  background-image: linear-gradient(to right,  rgb(90, 82, 82, 50), rgba(255,0,0,0));
  height:700px;
}

.title-banner-photo {
  display: relative;
}

.banner {
  display: flex;
  position:absolute;
  left:0;
  right:0;
  height:500px;
}

.banner-background-container {
  flex: 0 0 200px;
  display: flex;
  flex-direction: column;
}

.banner-background {
  flex: 0 0 250px;
  width: 200px;
  background-image:  linear-gradient(to bottom right,  rgb(90, 82, 82), rgba(255,0,0,0) 30%);
}

.banner-background-bottom {
  flex: 0 0 250px;
  width: 200px;
  background-image:  linear-gradient(to top right,  rgb(90, 82, 82), rgba(255,0,0,0) 30%);
}

.banner-icon-container {
  flex: 0 0 150px;
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: auto 0px;
}

.banner-text {
  flex: 0 1 300px;
  font-weight:bold;
  font-size: 65px;
  margin: auto 55px;
  width: fit-content;
  white-space: nowrap;
}

.title-cover {
  position: absolute;
  background-image:  linear-gradient(to right,  rgb(90, 82, 82, 0), #ffffff 8%);
  width: 10000px;
  height: 700px;
}

.conclusion-cover {
  position: absolute;
  background-image:  linear-gradient(to right,  rgb(90, 82, 82, 0), #ffffff 5%);
  width: 10000px;
  height: 700px;
}

.conclusion-div {
  position:absolute;
  left:0;
  right:0;
  height:700px;
}

.conclusion {
  height: 100px;
}

.title-banner {
  position:absolute;
  left:0;
  right:0;
  background-image: linear-gradient(to right,  rgb(90, 82, 82, 50), rgba(255,0,0,0));
  height:700px;
}

.title-text {
  position: absolute;
  font-size: 60px;
  z-index: 10;
  margin: 300px 500px;
  white-space: nowrap;

}

.conclusion-content-text {
  position: absolute;
  width: 800px;
  font-size: 20px;
  margin-left: 360px;
  margin-top: 150px;
  z-index: 10;

}

#wholeBody {
  overflow-x: scroll;
}

#vis {
    display: inline-block;
    position: fixed;
    /* top: 100;
    left: 40%; */
    margin-left: 70px;
    margin-top: 100px;
    width: 960px;
    height: 600px;
}

#vis-controller {
  display: flex;
  position: fixed;
  
  top: 20px;
  z-index: 1;
  margin-left: 500px;
  width: 960;
  height: 120px;
}

#replay-button-container {
  width: 100px;
  height: 50px;
  flex: 0 0 100px;
  /* display: inline-block; */

}

.title {
  padding-top: 150px;
}

.replay-button-container button{
  margin: 25px auto;
}

.airline-buttons-container {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
  row-gap: 10px;
}

.percent-top-5 {
  margin-top: 10px;
  width: 80px;
  height: 40px;
  font-size: 16px;
  font-weight:bold;
  background-color:white;
  border-radius: 5px;
  cursor: pointer;
}

.percent-top-5:hover {
  background-color: grey; /* Green */
  color: white;
}

.percent-carrier {
  height: 40px;
  font-size: 16px;
  border-width: medium;
  border-radius: 15px;
  cursor:pointer;
}

.min-top-5 {
  margin-top: 10px;
  width: 80px;
  height: 40px;
  font-size: 16px;
  font-weight:bold;
  background-color:white;
  border-radius: 5px;
  cursor: pointer;
}

.overview-bar-percent {
  margin-bottom: 20px;
}

.min-top-5:hover {
  background-color: grey; /* Green */
  color: white;
}

.min-carrier {
  height: 40px;
  font-size: 16px;
  border-width: medium;
  border-radius: 15px;
  cursor:pointer;
}


.replay-button {
  text-align: center;
  height: 35;
  margin-top: 15px;
  font-size: 15px;
  border-radius: 20px;
}
  
.step {
    margin-bottom: 300px;
    font-family: "TiemposTextWeb-Regular","Georgia";
    font-size: 16px;
    line-height: 23px;
    color: #767678;
    height: 500px;
    width: 400px;

}

div.tooltip { 
    position: absolute;     
    text-align: center;               
    padding: 2px;       
    font: 12px sans-serif;    
    background: lightsteelblue; 
    border: 0px;    
    border-radius: 8px;     
    pointer-events: none;     
}

.circle:hover{
    stroke: #b8b8b8;
}

.button {
    background-color: #ebc334; /* Green */
    border: none;
    color: white;
    transition-duration: 0.4s;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    display: block;
    border: 2px solid #ebc334;
    margin-bottom:5px;
  }

.button:hover {
    background-color: white;
    color: #ebc334;
    border: 2px solid #ebc334;
  }


.button1 {
    background-color: #66c2a5; /* Teal */
    border: none;
    color: white;
    transition-duration: 0.4s;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    display: block;
    border: 2px solid #66c2a5;
    margin-bottom:5px;
  }

.button1:hover {
    background-color: white;
    color: #66c2a5;
    border: 2px solid #66c2a5;
  }

.button2 {
    background-color: #fc8d62; /* Orange */
    border: none;
    color: white;
    transition-duration: 0.4s;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    display: block;
    border: 2px solid #fc8d62;
    margin-bottom:5px;
  }

.button2:hover {
    background-color: white;
    color: #fc8d62;
    border: 2px solid #fc8d62;
  }

.button3 {
    background-color: #a6d854; /* Green */
    border: none;
    color: white;
    transition-duration: 0.4s;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    display: block;
    border: 2px solid #a6d854;
    margin-bottom:5px;
  }

.button3:hover {
    background-color: white;
    color: #a6d854;
    border: 2px solid #a6d854;
  }

.button4 {
    background-color: #8da0cb; /* Blue */
    border: none;
    color: white;
    transition-duration: 0.4s;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    display: block;
    border: 2px solid #8da0cb;
    margin-bottom:5px;
  }

.button4:hover {
    background-color: white;
    color: #8da0cb;
    border: 2px solid #8da0cb;
  }

.button5 {
    background-color: #e78ac3; /* Pink */
    border: none;
    color: white;
    transition-duration: 0.4s;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    display: block;
    border: 2px solid #e78ac3;
    margin-bottom:5px;
  }

.button5:hover {
    background-color: white;
    color: #e78ac3;
    border: 2px solid #e78ac3;
  }
