

.intro {
    position: relative;
    margin: 0 auto;
    font-family: 'One Slice';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    padding-bottom: 0
}

.intro .big {
    font-family: 'One Slice';
    font-size: 70px;
    line-height: 1.3;
    margin: 0 auto;
    font-weight: 300;
    margin-top: 0px;
    color: #323a40;
}
  
.intro .medium {
    font-family: 'Belanosima';
    font-size: 35px;
    line-height: 1.3;
    margin: 0 auto;
    font-weight: 600;
    margin-top: 20px;
    color: #323a40;
}

.intro .byline {
    font-family: 'Belanosima';
    font-size: 20px;
    font-weight: 0;
    margin-top: 20px;
    text-decoration: underline;
}

body {
    font-feature-settings: 'kern'1, 'onum'0, 'liga'0, 'tnum'1;
    background-color: #d7d2d1;
    color: #323a40;
}

p {
    margin: 1.5rem 0;
    font-size: 20px;
    line-height: 1.7;
    font-family: 'Belanosima';

}

.header-section {
    background-image: url("background3.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
  }

.header-credit {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 20px;
    background-color: #FFFFFF; 
    color: #000000;
    font-family: 'Belanosima';
}

  

.section {
    max-width: 760px;
    margin: 0 auto;
}

img {
    max-width: 100%
}

.full-size-image {
    max-width: 1;
    margin: 0 auto;
}


.plot-holder {
    margin-bottom: 1em;
}

.plot-holder .caption {
    color: #323a40;
    text-align: right;
    font-size: 0.75em;
}

.plot-holder h3 {
    font-size: 2em;
}

.plot-holder .subtitle {
    font-weight: bold;
}

.chart-section {
    background-size: 100%;
    background: #d7d2d1;
    padding: 0px 0 0px 0;
    margin-bottom: 20px;
    color: #323a40
}

.chart-section .chart-title {
    font-family: 'One Slice';
    text-align: center;
    margin: 0 auto;
    margin-top: 0px;
    font-size: 45px;
    font-weight: 300;
}

.chart-section .chart-subtitle {
    font-family: 'Belanosima';
    text-align: center;
    font-size: 20px;
    font-weight: 300;
}
.chart{
    padding-left: 0rem;
    margin-top: 0px;
    /* margin: 0 auto;  */

}
.chart-notes {
    font-family: 'Belanosima';
    font-size: 12px;
    max-width: 760px;
    padding-left: 3rem;
    padding-top: 2rem;
    margin: 0 auto;
}

.chart-tableau{
    padding-left: 10rem;
    padding-right: 10rem;
    /* margin-top: 7px; */
    margin: 0 auto; 
}

