#qgRteToolbar .-options > h1, #qgRteToolbar .-options > h4, #qgRteToolbar .-options > h5, #qgRteToolbar .-options > h6 {
    display: none !important;
}
html {
    --font-size: calc(14px + .36vmin);
    overflow-y: scroll;
    color: rgb(85, 85, 85);
}
body {
    display: flex;
    flex-direction: column;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0px 0px 0.25em 0px;
}
h1 {
    font-family: "Annie Use Your Telescope";
}
h2 {
    font-family: "friz-quadrata";
    color: rgb(121, 158, 1);
    font-size: 50px;
    text-shadow: rgb(17, 17, 17) 0px 0px 0px;
    font-weight: 400;
}
p {
    margin-top: 0px;
}
p:last-child {
    margin-bottom: 0px;
}
a {
    color: rgb(121, 158, 1);
    text-decoration: none;
}
a:visited {
}
a:hover {
}
[thm1-width] {
    max-width: 60rem;
    padding-left: 4vw;
    padding-right: 4vw;
    margin: auto;
}
[thm1-width] [thm1-width] {
    padding-left: 0px;
    padding-right: 0px;
}
[thm1-width="large"] {
    max-width: 70rem;
}
#container {
    position: relative;
    z-index: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: initial;
    background-attachment: fixed;
}
#container::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgb(0, 0, 0);
    background-position: 0% 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    opacity: 0.2;
    z-index: -1;
}
#container > * {
    width: 100%;
}
#head {
    z-index: 1;
    position: relative;
    padding: 1em 0px;
}
#head a {
    color: inherit;
    text-decoration: none;
}
#head > [thm1-width] {
    align-items: center;
}
#logo > img {
    display: block;
    height: 8em;
    margin: auto;
}
#logo > .-title {
    font-family: "friz-quadrata";
    font-size: 9em;
    text-align: center;
    text-shadow: rgb(17, 17, 17) 0px 0px 12px;
    color: rgb(255, 255, 255);
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
#content {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    min-width: 0px;
    background-color: rgba(255, 255, 255,0.9);
    padding: 3rem;
}
#main {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    padding-top: 3em;
    padding-bottom: 3em;
}
#left {
    padding-right: 1rem;
    width: 8rem;
    flex-shrink: 0;
}
#right {
    padding-left: 1rem;
    width: 8rem;
    flex-shrink: 0;
}
#foot {
    background-color: rgba(255, 255, 255,0.9);
    color: inherit;
    padding: 1em 0px;
}
#foot a {
    color: inherit;
    text-decoration: none;
}
.l1_cols {
    display: flex;
}
.l1_cols > div {
    box-sizing: border-box;
}
.Center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
}
.Left {
    display: block;
    text-align: left;
}
.Right {
    display: block;
    text-align: right;
}
img.Left {
    float: left;
    margin-right: 1.2em;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    shape-image-threshold: 0.2;
    shape-margin: 1.2em;
    shape-outside:                 var(--shape-outside-url);
}
img.Right {
    float: right;
    margin-left: 1.2em;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    shape-image-threshold: 0.2;
    shape-margin: 1.2em;
    shape-outside:                 var(--shape-outside-url);
}
