:root {
    --bg-color-transparent: rgba(29, 29, 29, 0);
    --bg-color: rgba(29, 29, 29, 1);
    --navbar-min-height: 3.5rem;
    --content-padding-top: 0.75rem;
}

body {
    background-color: var(--bg-color);
}

.navbar-soaria {
    background-color: white !important;
    background-image: url('/static/navbar-header.jpg');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    font-family: 'Dosis', sans-serif;
    font-size: 1.5rem;
    padding: 0;
}
.navbar-bold {
    font-weight: 800;
}
.navbar-soaria div.container-fluid {
    margin: 0;
    min-height: var(--navbar-min-height);
    padding: 0;
    padding-left: 1rem;
}
.navbar-soaria .navbar-brand {
    width: 30%;
}
a.nav-link {
    padding-right: 2rem !important;
}

.main-content {
    padding-top: var(--content-padding-top);
}

.edgefade {
    position: relative;
}
.edgefade.row {
    margin-top: calc(-1 * var(--content-padding-top));
    overflow: scroll;
}

.edgefade .edgefade-start,
.edgefade .edgefade-end {
    position: sticky;
    pointer-events: none;
}

.edgefade .edgefade-start {
    top: 0;
    background-image: linear-gradient(var(--bg-color), var(--bg-color-transparent));
    height: 1.5rem;
    z-index: 1000;
}

.edgefade .edgefade-end {
    bottom: 0;
    background-image: linear-gradient(var(--bg-color-transparent), var(--bg-color));
    height: 1.5rem;
    z-index: 1000;
}

#main-gallery-column {
    height: calc(100vh - var(--navbar-min-height));
    margin-top: calc(-1 * var(--content-padding-top));
    overflow-y: auto;
    scrollbar-gutter: stable;
}

.light-box {
    position: relative;
    background-clip: content-box;
    background-size: cover;
    display: inline-block;
    height: calc(100vh - var(--navbar-min-height) - 1.5rem);
}

.sideways {
    letter-spacing: 0.1rem;
    position: absolute;
    left: 100%;
    bottom: 30px;
    transform-origin: bottom left;
    transform: rotate(270deg);
    z-index: 10;
    color: white;
    font-family: 'BenchNine', sans-serif;
    font-weight: 400;
    font-size: 2.5rem;
    /*border-color: white;
    border-width: 2px;
    border-style: solid; */
    width: calc(100vh - 6rem);
    text-shadow: #888 0 0 10px;
}
.lightbox:hover .sideways {
    text-shadow: #000 0 0 20px;
}

.avatar {
    background-clip: content-box;
    background-position: center;
    height: auto;
}
.avatar > div {
    padding-top: 100%;
}

#info-box {
    font-family: 'Dosis', sans-serif;
    font-size: 1.1rem;
    color: #999;
    height: calc(50vh - 1.25rem);
}

#info-content :first-child {
    margin-top: calc(-1 * var(--content-padding-top));
}

#info-content .title {
    font-family: 'BenchNine', sans-serif;
    font-size: 1.4rem;
    margin-bottom: 0.2rem;
}

#info-content .title a {
    color: #F8AC31;
    text-decoration: underline;
}

#news-box {
    border-style: solid;
    border-color: #aaa;
    border-width: 1px;
    bottom: 0;
    height: calc(50vh - 3rem);
    overflow-y: scroll;
}

#news-box title {
    color: #F8AC31;
    font-family: 'BenchNine', sans-serif;
    font-size: 1.5rem;
    padding-bottom: 0.25em;
    margin-bottom: 0.5em;
    display: block;
    border-bottom-style: dotted;
    border-bottom-color: #F89C21;
    border-bottom-width: 1px;
}

.news-item {
    margin-bottom: 1rem;
}

.news-item h1 {
    font-size: 1.25rem;
    font-family: 'Dosis', sans-serif;
    color: #D87C01;
}

.news-item p {
    font-family: 'Dosis', sans-serif;
    font-size: 1.25rem;
    color: #aaa;
}

.deci-blurb {
    font-size: 2rem;
    text-align: center;
}

.leaf-blower {
    bottom: 0;
    position: sticky;
    font-size: 3rem;
    margin: 0;
    padding: 0;
    text-align: center;
    z-index: -10;
}

.feather-sidebar {
    position: relative;
}

.feather-blurb {
    font-family: 'Dosis', sans-serif;
    font-size: 1.25rem;
    color: #aaa;
}

.feather-blurb title {
    display: block;
    font-family: 'BenchNine', sans-serif;
    font-size: 1.75rem;
    color: #D87C01;
}

#who-gallery-column {
    height: calc(100vh - var(--navbar-min-height));
    margin-top: calc(-1 * var(--content-padding-top));
    overflow-y: auto;
    scrollbar-gutter: stable;
}

#who-profile-box {
    height: calc(65vh - 2rem);
}

#who-profile-content {
    margin-top: calc(-1 * var(--content-padding-top));
}

#who-credits-box {
    position: relative;
    height: calc(35vh - var(--content-padding-top) * 2);
    color: #F8AC31;
    font-family: 'Dosis', sans-serif;
    font-size: 0.9rem;
    overflow-y: auto;
    scrollbar-gutter: stable;
}
#who-credits-box p:not(.leaf-blower) {
    text-shadow: #000 0 0 20px;
}

.info-dump title {
    display: block;
    font-family: 'BenchNine', sans-serif;
    font-size: 3rem;
    color: #D87C01;
}

.info-dump {
    font-family: 'Dosis', sans-serif;
    font-size: 1.5rem;
    color: #aaa;
}

.info-dump h2 {
    font-size: 2rem;
    font-family: 'Dosis', sans-serif;
    color: #D87C01;
    margin-top: 2rem;
}

.info-dump h3 {
    font-size: 1.7rem;
    font-family: 'Dosis', sans-serif;
    color: #C86C00;
    margin-left: 3rem;
}

.info-dump h4 {
    font-size: 1.7rem;
    font-family: 'Dosis', sans-serif;
    color: #777;
    margin-left: 6rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

a.art {
    font-weight: bold;
}

blockquote {
    font-family: 'Dosis', sans-serif;
    font-size: 2.5rem;
    color: #979;
    display: block;
    margin-left: 4rem;
    padding-left: 3rem;
    border-left-style: solid;
    border-left-width: 1px;
}

@media (min-width: 992px) {
    #index-page .light-box {
        height: calc(100vh - var(--navbar-min-height));
    }
}