html,
body {
    background-color: black;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-y: auto;
    font-family: 'Open Sans', Helvetica, sans-serif;
    overflow-x: hidden;
    font-size: 10pt;
}

a{
    color: white;
}

div{
    margin: 0;
    padding: 0;
    margin-left: 5%;
}

img{
    margin: 0;
}

.btn-change {
    background: rgb(244, 65, 65);
    color: white;

}

.btn-change:hover {
    background: hsl(0, 100%, 50%);
    color: white;

}

.math{
    font-family: 'Playfair Display', serif;
    font-style: italic;
    
}

#imgHeader {
    margin-top: 5%;
    width: 400px;
}

#subtext{
    color: lightgray;
    font-weight: 600;
    font-style: italic;
    font-size: 18pt;
    
}

#text {
    margin-left: 5%;
    margin-top: 30pt;
    width: 80%;
    max-width: 800px;
    color: white;
    margin-bottom: 30pt;
    column-count: 3;
    font-size: 9pt;
    widows: 4;
}

#text a{
    font-weight: 700;
    
}
#text p{
    margin: 0;
    margin-bottom: 1em;
}

#text strong.question{
    font-size: 1.2em;
    
}

#sketch-holder {
    margin-top: 24pt;
    padding: 0;
    margin-left: 5%;
}



/* Customize the label (the container) */
.radio-inline {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 14pt;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*background-color: yellow;*/
    margin: 0;
    text-indent: 0;
    padding: 0;
    font-size: 10pt;
    font-weight: 900;
    margin-right: 26pt;
    text-transform: uppercase;
    color: transparent;
    
}

/* Hide the browser's default radio button */
.radio-inline input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;

}

.radio-inline .checkmark{
    color: white;
}


/* On mouse-over, add a grey background color */
.radio-inline:hover .checkmark {
    background-color: turquoise;
}

/* When the radio button is checked, add a blue background */
.radio-inline input:checked ~ .checkmark {
    background-color: crimson;
    
}




.radio-inline .checkmark {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: black;
    width: 100%;
    height: 100%;
    padding: 2pt;
    padding-right: 8pt;
    padding-left: 8pt;
    
}
