body {
    width: 100%;
background: white;
    font-family: "Open Sans", Helvetica, sans-serif;
		font-size: 15pt;
		font-weight: 400;
		letter-spacing: 0.075em;
		line-height: 1.65em;
}

#header {
    width: 100%;
}

h3 {
    font-size: 1.5em;
}


#header-content {
    width:100%;
 position: absolute;
  top: 50%;
  left: 50%;
  
  transform: translate(-50%, -50%);
}

#logo {
    display: block;
    margin-right: auto;
    margin-left: auto;   
  }

h2 {
    color: #b3b3b3;
    text-align: center;
    animation-delay: 5s;
   animation: belong linear 7s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    }

@keyframes belong {
    0% {opacity: 0}
    70% {color: #6E6F68}
    100% {opacity: 1;
            color: #b3b3b3}
}

#arrow {
   position: absolute;
    bottom: 40px;
   
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(255,255,255);
  bbackground-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 45px;
  width: 100%;
  text-align: center;
  mmargin-top: 30px;
}

.overlay-content img {
    width:100px;
}

.overlay a {
  ppadding: 8px;
  text-decoration: none;
  ffont-size: 36px;
  ccolor: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  ttop: 20px;
  right: 25px;
  font-size: 40px;
    color: #818181;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.accordion {

    
    
ffont-weight: bold;
  background-color: #FFF;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  ffont-size: 1.2em;
  transition: 0.4s;
    z-index: 20;
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
 background-size: 400px;
    
    background-repeat: no-repeat;
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
    color: white;
}

.panel p{
    margin-top: 200px;
}

#future {
    background-image: linear-gradient(to top,#0a1525,#3283d4);
}

#future-panel {
    background-image: url('p0.png');
    
    background-color: #0a1525;
}

#destinations{
    background-color: #e56032;
}

#destinations-panel {
    background-image: url('p1.png');
    background-color: #e56032;
}
#fleet{
    background-color: #6e6f68;
}

#fleet-panel {
    background-image: url('p2.png');
    background-color: #6e6f68;
}

#make{
    background-color: #00aab4;
}

#make-panel {
    background-image: url('p3.png');
    background-color: #00aab4;
}

.close-panel {
    color: white;
    float: right;
}

.panel-text {
    width: 100%;
}

.left-li{
    font-size: 0.8em;
    text-align: left;
    float: left;
    
    
}

 .right-li{
    font-size: 0.8em;
    text-align: right;
    float: right; 
}

.pink {
    color: #f5bfad;
}

.grey {
    color: #d9d9d5;
}
.space  {
    padding-left: 8px;
}

.blue {
    color: #99dde1;
}