.screen .feature {
    background: var(--window-background-hi);
}

.screen .motto {
    color: white;
}

.screen.fullrow {
    height: 100%;
}

.screen.fullrow > div {
    flex-grow: 1;
    justify-content: center;
}

h2.maxtitle {
    font-size: 2rem !important;
}

.screen .features .maxtitle {
    margin: 2rem 20% 1rem 20%;
}

.screen .features h1 {
    font-size: 1.5rem;
    padding: 0.5rem;
}

.screen .features h2 {
    font-size: 1.25rem;
    padding: 0.25rem;
}

.screen .features h3 {
    font-size: 1.125rem;
}

.screen .features h4 {
    font-size: 1rem;
}

.screen .features .body {
    font-weight: normal;
}

.screen .features .body p {
    margin-top: 0;
}

.screen .features a.paralink.tag {
    border-radius: 10rem;
    padding: 0.25rem 0.5rem;
    margin: 0 0.25rem 0.5rem 0.25rem;
    font-size: 0.75rem;
    border: solid 2px var(--text);
    display: inline-block;
}

.screen .features .witharia:before {
    content: attr(aria-label);
    color: var(--accent);
    display: block;
    padding: 1.5rem;
    font-size: 1.7em;
}

.screen .imgicon {
    margin: -0.15rem;
}

.dark .invdark {
    filter: invert(1);
}

.screen .shot > img {
    box-shadow: 0 0 2px var(--shadow-color);
    border-radius: 0.25rem;
}

.paragraph.attrib-1 {
    font-weight: bold;
}

.screen .attrib-1, .screen .attrib-2 {
    font-size: 75%;
    width: 100%;
}

.obsvideo video {
    width: 100%;
}

.paragraph {
    padding: 0 1rem;
}

a.paralink.accentbutton {
    background: var(--accent);
    color: var(--text-over-accent);
    border-radius: 0.25rem;
    text-decoration: none;
    font-size: 1.5rem;
    padding: 1rem;
    display: inline-block;
}

.obsvideo.fully {
    margin: 0;
    padding: 0;
    width: 100%;
}

.story {
    order: 100;
}

.newbox h2 {
    margin: 1.5rem 0;
    font-size: 2rem !Important;
}

.youtube.obsvideo.fully {
    height: calc(100vw * 9 / 16);
}

.youtube .previewWindow,
.youtube .previewHolder {
    pointer-events: all !important;
}

.youtube .emptywidget {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
    pointer-events: none;
}

.youtube.video_ready .previewWindow {
    opacity: 1;
}

.paragraph.nodownload {
    border: solid 1px var(--border-color);
    padding: 1rem;
    margin-top: 1rem;
    background: var(--accent-light);
    border-radius: 0.25rem;
}

.order-first {
    order: -1;
}
