#title-1{
    /* font-family: 'Playfair Display', serif; */
    font-family: 'Major Mono Display', monospace;
    color: white;
    text-align: left;
    font-size: 60px;
}
#title-2{
    /* font-family: 'Playfair Display', serif; */
    font-family: 'Major Mono Display', monospace;
    color: white;
    text-align: left;
    font-size: 43px;
}

.prose {
    text-indent: 20px;
}
img {
    max-width: 70%;
}

.row {
    display: flex;
}

/* .col-md-12 {
    flex: 1;
    margin: 10px;
    padding: 20px;
    border: 1px solid #ccc;
} */

.col-md-12 {
    flex: 1;
    margin: 10px;
    padding: 20px;
    border-radius: 30px;
    /* background: #e0e0e0; */
    background-image: url("../img/background/bg3.png");
    box-shadow: 15px 15px 30px #bebebe,
               -15px -15px 30px #ffffff;
  }

/* #detailedview {
    width: 300px;
    height: 600px;
} */

body {
    /* background-color: #212121; */
    padding-left: 30px;
    padding-right: 30px;
    background-image: url("../img/background/bg3.png");
}

/* Button 1*/
/* button {
    background-color: white;
    color: black;
    border-radius: 10em;
    font-size: 17px;
    font-weight: 600;
    padding: 1em 2em;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border: 1px solid pink;
    box-shadow: 0 0 0 0 black;
  }
  
  button:hover {
    transform: translateY(-4px) translateX(-2px);
    box-shadow: 2px 5px 0 0 yellow;
  };
  
  button:active {
    transform: translateY(2px) translateX(1px);
    box-shadow: 0 0 0 0 black;
  }; */

  /* button 2 */
  button {
    background: #FBCA1F;
    font-family: inherit;
    padding: 0.6em 1.3em;
    font-weight: 900;
    font-size: 18px;
    border: 3px solid black;
    border-radius: 0.4em;
    box-shadow: 0.1em 0.1em;
  }
  
  button:hover {
    transform: translate(-0.05em, -0.05em);
    box-shadow: 0.15em 0.15em;
  }
  
  button:active {
    transform: translate(0.05em, 0.05em);
    box-shadow: 0.05em 0.05em;
  }

  .subtitle{
    font-family: 'Lato', sans-serif;
  }

  /* .tick text {
    fill: #e4e2ff;
    font-family: "HK Grotesk";
    font-size: 10px;
}    */

    .tick line {
    stroke: rgba(75, 111, 255, 0.45);
}

#year-selection{
  font-family: 'Major Mono Display', monospace;
  font-weight: bold;
    color: gray;
    text-align: left;
    font-size: 43px;
}

#intro-title{
  font-family: 'Major Mono Display', monospace;
}

#intro-subtitle{
  font-family: 'Lato', sans-serif;
}

#intro-paragraph{
  font-family: 'Lato', sans-serif;
}

.legend {
  line-height: 18px;
  color: #555;
}
.legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 8px;
  opacity: 0.7;
}

#description{
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'Lato', sans-serif;
  font-size: 20px;

}
.label{
  font-size: 11px;
  font-family: 'Lucida Sans', sans-serif;
}