body {
    font-family: "Lato", sans-serif;
}

:root {
    --window-background: black;
    --window-background-hi: #333;
    --text: white;
    --text-lo: #ccc;
    --accent: #ff8800;
    --accent-tx: #ff8800;
    --border-color: #555;
    --font-lg: 18px;
    --font-xl: 18px;
}

.skinroot.dark, .skinroot.light {
    --window-background: black;
    --window-background-hi: #333;
    --text: white;
    --text-lo: #ccc;
    --accent: #ff8800;
    --accent-tx: #ff8800;
    --border-color: #555;
    --font-lg: 18px;
    --font-xl: 18px;
}

.back-light {
    background: white;
    color: black;
}

.back-zero {
    background: #111;
}

.back-one {
    background: linear-gradient(45deg, #333, black);
}

.back-two {
    background: linear-gradient(45deg, #444, black);
}

.back-three {
    background: linear-gradient(45deg, #555, black);
}

.obsimage {
    justify-self: center;
}

.mainlogo {
    min-width: 18rem;
    max-width: 23rem;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 200;
    letter-spacing: 1px;
}

h2.project-heading {
    font-size: 1.5rem;
    color: var(--accent);
}

.screen {
    border-bottom: solid 1px var(--border-color);
}

.screen .feature {
    background: none !important;
}

.screen .features .body p {
    color: var(--text-lo);
    font-size: 0.8rem;
}

.screen .features h1.motto {
    max-width: 30rem;
    justify-self: center;
    font-weight: 200;
    font-size: 1.15rem;
    text-align: center;
}

.screen .features h2 {
    padding: .25rem 0 !important;
}

.section-heading {
    border-bottom: solid;
}

.paragraph {
    text-align: left;
}

.icon-outline {
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px orange;
}

img.framed {
    border: solid 1px var(--border-color);
    border-radius: 0.5rem;
}

.nearbox {
    text-align: left;
    border-left: solid 1rem var(--accent-tx);
    border-bottom: solid 1rem var(--accent-tx);
    border-bottom-right-radius: 2rem;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.nearbox > h2 {
    line-height: 125%;
    font-size: 1.75rem !important;
    background: linear-gradient(90deg, var(--accent-tx), transparent);
    color: var(--text);
    border-top-right-radius: 10rem;
    border-bottom-right-radius: 10rem;
    width: max-content;
    padding: 1rem 5rem 1rem 0 !important;
}

.nearbox > h3 {
    padding-top: 1rem !important;
}

.nearbox > :not(h2) {
    padding-left: 2rem;
}

h2.subtitle {
    font-size: 1rem !important;
}

.back-light .nearbox > h2 {
    color: black;
}

#cookies button.bg-ok {
    margin-bottom: 0.75rem;
}

.bigpad {
    padding: 4rem 0;
}