/* Extra small devices (phones, less than 768px) */
html {
    scroll-behavior:smooth;
}

body {
    margin: 0;
    padding: 0;
}

h1 {
    text-align: left;
    font-size: 40px;
    font-family: 'Domine';
    font-weight: normal;
}

p {
    text-align: left;
    font-size: 20px;
    font-family: 'Domine';
    line-height: 1.6;
}

li {
    text-align: left;
    font-size: 20px;
    font-family: 'Domine';
    line-height: 1.6;
}

sup {
    font-size: 12px;
}

#btn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #003F83;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    opacity: 0.3;
    transition: ease-in-out 0.3s;
}

#btn:hover {
    opacity: 1;
}

#highlight {
    font-weight: bold;
}

#unhighlight {
    font-weight: normal;
}

#underline {
    text-decoration: underline;
}

#italicize {
    font-style: italic;
}

#Privacy {
    text-align: center;
    margin-top: 10%;
}

.TOC {
    padding: 0% 15% 2.5% 15%;
}

.TOC ol li {
    text-align: left;
    color: #003F83;
    text-decoration: none;
}

.TOC ol li a {
    color: #003F83;
    transition: ease-in-out 1s;
    text-decoration: none;
    font-size: 20px;
}

.TOC ol li a:hover {
    text-decoration: underline;
}

.subheading {
    padding: 1% 15% 2.5% 15%;
}

.subheading ol li {
    padding-top: 2%;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .subheading {
        padding: 1% 25% 2.5% 25%;
    }

    #Privacy {
        margin-top: 5%;
    }

    .TOC {
        padding: 0% 25% 2.5% 25%;
    }
}
