@import url('https://fonts.googleapis.com/css?family=Merriweather&display=swap');
@import url('https://fonts.googleapis.com/css?family=Kosugi&display=swap');
@import url('https://fonts.googleapis.com/css?family=Domine:400,700&display=swap');

body {
    background-color: rgb(245, 244, 241);
    overflow-x: hidden;
}

#opening {
    font-size: 50pt;
    text-align: center;
    margin-top: 450px;
    margin-bottom: 450px;
    color: maroon;
    line-height: 50pt;
}

#callout {
    text-align: center;
    color: maroon;
    font-weight: bolder;
}

#sections {
    position: relative;
    display: inline-block;
    width: 600px;
    top: 60px;
    z-index: 90;
    margin-right: 25px;
}

.categoryLegend {
    font-family: "Domine";
}

.step {
    margin-bottom: 100px;
    height: 700px;
    font-family: "Domine";
    font-weight: 400;
    line-height: 1.4em;
    text-align: justify;
    /* display: flex;
    flex-direction: column;
    justify-content: space-around; */
}

.notstep {
    margin-bottom: 100px;
    height: 700px;
    font-family: "Domine";
    font-weight: 400;
    line-height: 1.4em;
    text-align: justify;
}

h1, h2 {
    font-weight: 700;
    text-align: right;
    line-height: 32px;
}

h2 {
    font-size: 24pt;
    line-height: 28pt;
}

h1 {
    font-size: 40pt;
    line-height: 45pt;
}

strong {
    color: rgb(245, 155, 155);
}

#graphic {
    margin: auto;
    width: 1500px;
    flex-direction: row;
    align-items: top;
    justify-content: space-around;
}

#vis {
    display: inline-block;
    position: fixed;
    top: 0px;
    z-index: 1;
    margin-left: 0;
    height: 1000px;
    width: 1000px;
}

.tick line {
    stroke: 'red'
}

#tooltip {
    position: absolute;
    display: none;
    background: rgba(0, 0, 0, .7);
    border-radius: 3px;
    box-shadow: -3px 3px 15px #939393;
    color: white;
    padding: 6px;
    font-family: "Merriweather";
    font-size: 1.1em;
    max-width: 400px;
    z-index: 100;
}

svg circle:hover{
    cursor: pointer;
}

.swatch {
    fill: #939393;
}

.sizeLegend2 {
    opacity: 0.7
}

a {
    color: rgb(221, 0, 255);
    text-decoration: none;
}

p {
    font-size: 18pt;
    line-height: 27pt;
}

img {
    width:100%;
    margin-bottom: 50px;
}

.bolded {
    color: maroon;
    font-size: 19pt;
    font-weight: 900;
}