html {
    background-color: #858585;
    padding: 0px;
    scroll-behavior: smooth;
}
body {
    width: 80%;
    min-height: calc(100vh - 4em);
    margin: 0 auto;
    padding: 2em;
    background-color: #858585;
    border-color: #858585;
    border-left-style: solid;
    border-right-style: solid;
    border-width: 20px;
}
p {
    color: #2a2a2a;
    font-family: 'Roboto', sans-serif;
    font-size: 18.5pt;
    line-height: 1.15;
    margin: 4pt;
}

p.value {
    margin-top: 22px;
    margin-bottom: 22px;
    text-indent: -16pt;
    margin-left: 20pt;
    font-size: 24pt;
    line-height: 2.11666656px;
    letter-spacing: 0.03em;
    font-family: 'Montserrat';
}

p.axis_name {
    margin-top: 50px;
    color: #1c1c1c;
    font-size: 19pt;
    font-family: 'Montserrat';
}
p.question {
    margin: 16pt auto;
    color: #202020;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    width: 70%;
    min-width: 500pt;
    min-height: 144pt;
    background-color: #858585;
    padding: 16pt;
    border-radius: 16pt;
    font-size: 36pt;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

}
h1 {
    color: #202020;
    font-family: 'Montserrat', sans-serif;
    font-size: 72pt;
    text-align: center;
    line-height: 72pt;
    margin-top: 0pt;
    margin-bottom: 0pt;
}
h2 {
    color: #202020;
    font-family: 'Montserrat', sans-serif;
    font-size: 34pt;
    line-height: 36pt;
    margin-top: 12pt;
    margin-bottom: 10pt;
}
li {
    font-size: 16pt;
    text-indent: 16pt;
}
a {
    font-family: inherit;
}
div.center {
    background-color: #858585;
    font-family: 'Montserrat', sans-serif;
    border-radius: 8pt;
    padding: 6pt;
    color: gray;
    width: 50%;
    min-width: 488pt;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 24pt;
    margin: auto;
}
img.quadcolumn {
    width: 23.75%;
    transition: transform .3s;
}
img.quadcolumn:hover {
    transform: scale(1.05);
  }
div.quadcolumn {
    width: 23.75%;
}
div.axis_name {
    color: #202020;
    font-size: 19pt;
    font-family: 'Montserrat';
    display: inline-block;
    padding-bottom: 8.65pt;
}
.spacer {
    display: flex;
}
.spacer > div{
    margin-top: 10px;
    display: inline-block;
    *display: inline; /* For IE7 */
    text-align: center;
}
.button {
    background-color: #05518e;
    font-family: 'Montserrat', sans-serif;
    border: none;
    border-radius: 8pt;
    color: white;
    padding: 8pt;
    width: 50%;
    min-width: 500pt;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 24pt;
    margin: -2px auto;
    cursor: pointer;
}
.button:hover, .button:focus { background: #05518e; }
.stronglyAgree { background: #004e06; }
.stronglyAgree:hover, .stronglyAgree:focus { background: #003404; }
.agree { background: #32a13a; }
.agree:hover, .agree:focus { background: #28762e; }
.neutral { background: #5c5c5c; }
.neutral:hover, .neutral:focus { background: #313131; }
.disagree { background: #a13232; }
.disagree:hover, .disagree:focus { background: #762828; }
.stronglyDisagree { background: #4e0000; }
.stronglyDisagree:hover, .stronglyDisagree:focus { background: #340000; }

.small_button, .small_button_off {
    background-color: #202020;
    font-family: 'Montserrat', sans-serif;
    border: none;
    border-radius: 8pt;
    color: gray;
    padding: 8pt;
    width: 10%;
    min-width: 100pt;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 18pt;
    margin: -2px auto;
    cursor: pointer;
}

.small_button:hover, .small_button:focus {
    background: #222;
}

.small_button_off {
    background-color: #858585;
    color: #202020;
    border: 2px solid #888;
    cursor: not-allowed;
    margin: -4px auto;
}
.arrow {
    width: 60%;
    height: auto;
}
div.explanation_blurb_left {
    vertical-align: top;
    width: 37%;
    margin-left: 1%;
    margin-right: 1%;
}
div.explanation_blurb_right {
    vertical-align: top;
    width: 37%;
    margin-left: 1%;
    margin-right: 1%;
}
div.explanation_axis {
    width: 20.9%;
    vertical-align: top;
}
div.axis {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
div.bar {
    height: 36pt;
    line-height: 36pt;
    padding: 8pt;
    margin-top: 4pt;
    margin-bottom: 4pt;
    border-width: 4px;
    border-right-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-color: #202020;
    background-color: #858585;
    display: block;
    width: 50%;
}
div.text-wrapper {
    font-family: 'Montserrat', sans-serif;
    font-size: 36pt;
    line-height: 36pt;
    color: #222222;
    display: inline-block;
}
div.equality {
    background-color: #a90b0b;
    text-align: left;
    border-right-style: solid;
}
div.wealth {
    background-color: #0ba95d;
    text-align: right;
    border-left-style: solid;
}
div.liberty {
    background-color: #a3a90b;
    text-align: left;
    border-right-style: solid;
}
div.authority {
    background-color: #4a0ba9;
    text-align: right;
    border-left-style: solid;
}
div.peace {
    background-color: #0b68a9;
    text-align: right;
    border-left-style: solid;
}
div.might {
    background-color: #a9380b;
    text-align: left;
    border-right-style: solid;
}
div.progress {
    background-color: #a90ba3;
    text-align: right;
    border-left-style: solid;
}
div.tradition {
    background-color: #0b0fa9;
    text-align: left;
    border-right-style: solid;
}
span.weight-300 {
    font-weight: 300;
}
.explanation_bg {
    background-color: #858585;
    border-radius: 25px;
    margin-top: 15px;
}
#banner {
    border-color: #121212;
    border-style: solid;
    border-width: 4px;
    border-radius: 12pt;
    display: block;
    margin: 12pt;
    margin-left: auto;
    margin-right: auto;
}
