  body {
    margin: 0 auto;
    padding: 0px;
    overflow: hidden;
    font-family: "Quicksand", sans-serif;
    color: white;
    background-color: black;
  }
  .fullScreen{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
  }
  .blueButton{
    background-color: #170df2;
    font-family: "Quicksand", sans-serif;
    color: white;
    padding: 10px 20px;
    border: 0px;
    cursor: pointer;
  }
  .blueButton:hover{
    background-color: white;
    color: #170df2;
    border: 1px solid #170df2;
  }
  .slideVisible{
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s linear;
  }
  .slideHidden{
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.5s, opacity 0.5s linear;
  }
  .slideRemoved{
    display: none !important;
  }
  .lightBlueLink {
    color: #3899ec;
  }


/* || INTRODUCTION */

  #introduction{
    z-index: 100;
  }
  #overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    box-shadow: 0 0 10px 5px black inset;
    z-index: 1;
  }
  #firstSlide{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #firstSlide p {
    padding: 0px 20px;
  }
  #backgroundVideo{
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #introText{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
  }


/* || MAIN */

  #main{
    position: absolute;
    top: 0;
    height: calc(100% - 65px);
    width: 100%;
  }
  #disclaimer{
    position: absolute;
    top: 15px;
    padding: 0px 10px;
    right: 15px;
    text-align: center;
    z-index: 3;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.7);
  }


/* || FOOTER */

  #footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 65px;
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    box-shadow: 0 0 15px 5px black;
    background-color: black;
  }
  @media only screen and (max-width: 375px) {
    #footer{
      font-size: 13px;
      line-height: 1.2;
    }
    #map2{
      top:150px;
    }
  }
  .footerText{
    margin: 0px;
    position: absolute;
    left: 50px;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
  }
  .backButton{
    position: absolute;
    left: 0px;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
  }
  .nextButton{
    position: absolute;
    right: 0px;
    display: flex;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
  }
  .navigationButton{
    margin: 20px 15px;
    background-color: #170df2;
    color: white;
    border: 0px;
    cursor: pointer;
    height: 25px;
    width: 25px;
  }
  .navigationButton:hover{
    background-color: white;
    color: #170df2;
    border: 1px solid #170df2;
  }
  .navigationButtonDisabled{
    background-color: grey;
    cursor: auto;
  }
  .navigationButtonDisabled:hover{
    background-color: grey;
    color: white;
    border: 0px;
  }


/* || TEASER */

  #teaser{
    z-index: 2;
    position: absolute;
    width: 75%;
    min-width: 250px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.7);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
  }
  #teaser h3 {
    font-size: 16px;
    margin: 0px;
  }
  #teaserHeader{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  #teaserHeader img{
    width: 25%;
    margin-right: 10px;
  }
  #teaserBody{
    font-size: 14px;
  }
  #teaserReadMoreContainer{
    color: #3899ec;
    text-align: right;
  }

  
/* || CHARTS */

  .chartContainer{
    position: absolute;
    top: 60px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 10px;
  }
  #chartDiv h2, h3{
    margin: 0px;
  }
  #chartDiv h2{
    padding: 15px 0px 0px 15px;
    font-size: 14px;
  }
  #chartDiv h3{
    padding: 0px 0px 15px 15px;
    margin: 0px;
  }


/* || RESEARCH */

  #researchDiv h2, h3{
    margin: 0px;
  }
  #researchDiv h2{
    padding: 15px 0px 0px 15px;
    font-size: 14px;
  }
  #researchDiv h3{
    padding: 0px 0px 0px 15px;
    margin: 0px;
  }
  .researchContainer{
    font-size: 14px;
    margin: 0px 15px;
  }


/* || REPORT */

  #reportDiv{
    overflow: hidden;
  }
  #reportDiv h2{
    margin: 15px 0px 0px 15px;
  }
  #reportDiv h3{
    margin: 0px 0px 15px 15px;
    font-size: 16px;
  }
  #reportDiv p{
    margin-left: 15px;
    font-size: 14px;
  }
  #map2 {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 130px;
    bottom: 0px;
    min-height: 200px;
  }

/* || SUMMARY */

  #lastSlide{
    padding: 15px;
    text-align: center;
    display: flex;
    align-items: center;
  }
  #summaryContainer{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    text-align: center;
  }
  .finalButton{
    min-width: 200px;
    margin: 8px;
    border: 1px solid black;
  }
  .buttonishLink {
    background-color: #170df2;
    color: white;
    padding: 10px 20px;
    border: 0px;
    cursor: pointer;
    min-width: 200px;
    margin: 8px;
    border: 1px solid black;
    font-size: 13.33px;
    text-decoration: none;
    box-sizing: border-box;
    display: inline-block;
  }
  .buttonishLink:hover{
    background-color: white;
    color: #170df2;
    border: 1px solid #170df2;
  }
  #videoCredit{
    position: absolute;
    bottom: 15px;
    padding: 0px 10px;
    right: 15px;
    text-align: center;
    z-index: 3;
    font-size: 14px;
    font-family: "Quicksand", sans-serif;
    color: white;
  }


/* || MOBILE */

  @media only screen and (max-width: 375px) {
    #chartDiv, #researchDiv, #reportDiv{
      top: 15px;
    }
  }
