.content {
    width: calc(96% - 40px);
    margin: 10px 2%;
    text-align: left;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.3);
}

h1 {
    font-size: 1.6em;
    color: #b5b5b5;
    font-weight: bold;
    margin-bottom: 30px;
}

h2 {
    font-size: 1.15em;
    color: white;
    font-weight: bold;
}

h3 {
    font-size: 1.1em;
    color: white;
    font-weight: normal;
    margin-bottom: 30px;
}

body {
    font-size: 14px;
    font-family: sans-serif;
    line-height: 1.2;
}

.part ol ol.sections {
    font-size: 1.3rem;
    font-weight: bold;
}

li.section {
    font-size: 1.1rem;
    font-weight: bold;
}

ol.units {
    font-size: 1rem;
    font-weight: normal;
}

li.partTitle h2 {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0;
}

ol.sections li.sectionTitle h3 {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 30px;
}


.part ol {
    counter-reset: sectioncounter partcounter;
    margin: 0px;
    padding: 0px;
}

ol.sections {
    counter-reset: sectioncounter;
    margin: 0px;
    padding: 0px;
}

ol.sections li {
    list-style: none;
    margin-left: 2rem;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
}

ol.units {
    counter-reset: unitcounter;
    margin: 0 0 2rem 0;
}

ol.sections li.partTitle {
    list-style: none;
    counter-increment: none;
    counter-reset: numberedpart;
    margin-left: 0;
}

ol.sections li.sectionTitle {
    list-style: none;
    counter-increment: none;
    counter-reset: numberedsection;
    margin-left: 0;
}

ol.sections li.unnumberedunit {
    margin-left: 0;
}

.sections li:before {
    position: absolute;
    left: -2rem;
}

.sections li.numberedpart:before {
    content: counter(partcounter, DECIMAL) ". ";
    counter-increment: partcounter;
}

.sections li.numberedsection:before {
    content: counter(sectioncounter, DECIMAL) ". ";
    counter-increment: sectioncounter;
}

.units li.numberedunit:before {
    content: counter(sectioncounter, DECIMAL) "." counter(unitcounter, DECIMAL) " ";
    counter-increment: unitcounter;
}

.unnumberedsection .units li.numberedunit:before {
    content: counter(unitcounter, DECIMAL) " ";
    counter-increment: unitcounter;
}

ol.sections li.definitionli {
    margin-left: 0;
}

li.unit ol,
li.unit ol ol ol {
    counter-reset: loweralpha;
}

li.unit ol:not(.unnumbered) li:before,
li.unit ol ol ol:not(.unnumbered) li:before {
    content: "(" counter(loweralpha, lower-alpha) ") ";
    counter-increment: loweralpha;
}

li.unit ol ol,
li.unit ol ol ol ol {
    counter-reset: lowerroman;
}

li.unit ol ol:not(.unnumbered) li:before,
li.unit ol ol ol ol:not(.unnumbered) li:before {
    content: "(" counter(lowerroman, lower-roman) ") ";
    counter-increment: lowerroman;
}

li.unit ol.unnumbered ol li:before,
li.unit ol ol ol.unnumbered ol li:before {
    content: "(" counter(lowerroman, lower-alpha) ") ";
    counter-increment: lowerroman;
}

.part dfn {
    font-weight: bold;
}

.title1 {
    font-size: 1.5em;
    color: white;
    font-weight: bold;
    padding-bottom: 10px;
    opacity: 1.0;
    text-transform: uppercase;
}

.boxIcon {
    display: none;
}

.bodyText {
    padding-top: 15px;
    line-height: 22px;
}

.ccpa {
    padding: 40px;
    background-color: rgba(0,120,0,0.3);
    margin-top: 100px;
}

@media (min-width: 600px) {
    h1, h2, h3 {
        text-align: left;
    }
}

@media (min-width: 800px) {
    .content {
        padding: 25px 20px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1250px) {
    
    .title1 {
        font-size: 1.5em;
        color: white;
        font-weight: bold;
    }
    
    .boxIcon {
        display: block;
        float: left;
        padding: 0;
        margin: 0 10px;
    }
    
    .boxIcon > img {
        width: 80px;
        padding: 0;
        margin: 0;
    }
    
    .boxContent {
        float: right;
        width: calc(100% - 120px);
    }
    
    #sidebar {
        position: fixed;
        display: flex;
        flex-direction: column;
        left: calc(50vw - 625px - 4px);
        width: 200px;
        padding: 0;
        margin-left: 25px;
        margin-right: 0px;
        margin-top: 25px;
    }
    
    #contactInfo {
        margin: 0;
        padding-top: 42px;
        width: 100%;
        padding-bottom: 42px;
    }
    
    #discordWidget {
        display: block;
        margin: 0;
        margin-top: 30px;
    }
    
    #rightBoxes {
        display: flex;
        flex-direction: column;
        float: right;
        width: 939px;
        margin-top: 25px;
        margin-right: 25px;
    }
    
    #rightBoxes > div {
        margin-left: -8px;
        margin-right: 25px;
        width: calc(100% - 54px);
    }
    
    #box1 {
        margin-top: 0px;
        padding-top: 42px;
        padding-right: 42px;
        padding-bottom: 42px;
    }
    
}
