/* Let it be known: I'm not a frontend dev. */

html, body {
  width:  100%;
  height: 100%;
  margin: 0;
}

body {
    font-family: 'Oswald', sans-serif;
    margin: 0;
    width: 100%;
    height: 100%;
    font-size: 1.2em;
    color: #222;
    background-color: #fdf7ee;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

canvas#bgCanvas {
    image-rendering: pixelated;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -999;
    width: 100%;
    height: 100%;
}

.page-content {
    display: flex;
    flex-direction: row;
    padding: 10% 20px 20px 5%;
}

.logo {
    flex: 0.5 1 0;
    margin-right: 60px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.right {
    flex: 1 1 0;
}

h1 {
    height: 100px;
    font-size: 3.5em;
    margin: 0;
    font-weight: 500;
}

h2 {
    height: 50px;
    font-size: 1.75em;
    margin: 0;
    font-weight: 100;
    white-space: nowrap;
}

h3 {
    font-size: 1.25em;
    margin: 0;
    font-weight: 400;
    white-space: nowrap;
}

img {
    max-width: 100%;
}

.logo img {
    width: 220pt;
    transform: translate(0, -10%);
    margin-left: auto;
}

.buttons {
    margin-top: 30pt;
}

.buttons table {
    border-spacing: 10px;
    border-collapse: separate;
    width: auto;
}

.btn {
    width: 150px;
    text-align: right;
    padding: 5px 10px 5px 10px;
    background-color: #efefef;
    border: 1px solid #b3b3b3;
    border-radius: 4px;
    box-sizing: border-box;
    text-shadow: none;
    position: relative;
    font-family: 'VT323', monospace;
    font-size: 1.5em;
}

b {
    font-weight: 300;
}

.btn img {
    position: relative;
    float: left;
    margin-top: 4px;
    height: 22px;
}

.desc {
    font-weight: 200;
}

.buttons a {
    display: block;
    width: 100%;
    text-decoration: inherit;
}

.buttons .multi-buttons > div {
    display: flex;
    gap: 12px;
}

.buttons .multi-buttons > div > * {
    flex: 1;
}

.buttons .multi-buttons .btn {
    width: auto;
}

.buttons .multi-buttons img {
    margin: auto;
    float: none;
}

a {
    color: inherit;
}

.promo {
    width: 100%;
    margin-left: auto;
    margin-right: 60pt;
    margin-top: 30pt;
}

.disclaimer {
    margin-top: 20pt;
    font-size: 0.6em;
    font-weight: 100;
    letter-spacing: 1px;
}

.link-list {
    margin: 0;
    padding: 0;
}

.link-list li {
    display: inline-block;
    font-size: 0.6em;
}

.link-list li:after {
    content: ' | ';
    font-weight: 100;
}

.link-list li:last-of-type:after {
    display: none;
}

.video-container {
    position: relative;
    padding-bottom: 50.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nowrap {
    white-space: nowrap;
}

.desktop {
    display: block;
}
.mobile {
    display: none;
}

.slide-in {
    overflow: hidden;
}
.slide-in > span {
    display: inline-block;
    animation: 0.75s slide-up;
    margin-top:0;
}

@keyframes slide-up {
    from {
        opacity: 0;
        margin-top: 10%;
        height: 110%;
    }
    to {
        opacity: 100%;
        margin-top: 0;
        height: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    h2 {
        white-space: normal;
        height: auto;
    }
    h2.slide-in > span {
        animation: none;
    }
}

@media only screen and (max-width: 780px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .page-content {
        flex-direction: column;
        margin: 30pt 0;
    }
    .logo {
        flex-direction: column-reverse;
        margin-right: 0;
    }
    .logo img {
        margin-left: 0;
        width: 120px;
        max-width: 80%;
        margin-top: 40px;
    }
    .promo {
        margin-left: auto;
        margin-right: auto;
        margin-top: 40pt;
        max-width: 640px;
    }
    h1 {
        font-size: 2.5em;
        height: 72px;
    }
    h2 {
        font-size: 1.5em;
    }
}

/* CONTENT PAGES */

.content-box {
    margin: 20pt auto auto;
    width: 800px;
    padding: 20pt;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 15px;
}

.content-box p {
    text-shadow: none;
    font-weight: 300;
}

.content-box .pre {
    font-family: monospace;
}

.content-box p b {
    font-weight: normal;
}

.content-box p img {
    max-width: 100%;
}

.content-box h1 {
    margin-bottom: 20pt;
}

.content-box h2 {
    margin-bottom: 10pt;
}

.content-box h3 {
    margin-bottom: 5pt;
}

.content-box .centered {
    text-align: center
}

@media only screen and (max-width: 1200px) {
    .content-box {
        width: auto;
        max-width: 800px;
    }
}

/* END CONTENT PAGES */

/* BEGIN DUSKAKO */
.duskako-body {
    overflow-x: hidden;
}

.duskako-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.duskako-wrapper .page-content {
}

.duskako-seperator {
    flex: 0 0 3px !important;
}

.duskako-seperator.first, .duskako-seperator.third {
    background: #2B3840;
}

.duskako-seperator.second {
    flex: 0 0 2px;
    background: #1d2128;
}

.island {
    flex: 0 1 320px;
    margin-right: 60px;
    position: relative;
}

.duskako-wrapper .page-content .right {
    flex: 0 1 1050px;
    /*background: red;*/
}

.duskako-wrapper .page-content .right .textflex {
    display: flex;
    gap: 40px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.duskako-wrapper .page-content .right .textflex > * {
    flex: 1 0 250px;
}

.duskako-wrapper .page-content .right .textflex .refimgdesktop {
    flex: 0 1 300px;
}

.duskako-wrapper .refimgmobile {
    display: none;
    text-align: center;
}

.refcredits {
    display: inline-block;
    font-size: 0.6em;
    text-align: center;
    width: 100%;
}

#duskakoBirb {
    position: absolute;
    opacity: 0;
}

.preload {
    position: absolute;
    top: 0;
    left: -20000px;
}

.duskako-body .portrait {
    border: 10px solid transparent;
    border-image-slice: 41 41 41 41;
    border-image-width: 10px 10px 10px 10px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: stretch stretch;
    border-image-source: url("/images/duskako/border.png");
    width: 110px;
    height: 110px;
    float: right;
    z-index: 40;
    position: relative;
    margin-top: 10px;
}

.duskako-content {
    background: #1d2128 url("/images/duskako/bottombg.jpg");
    background-size: cover;
    flex: 1 1 100%;
    text-shadow: none;
    color: #dae0f2;
    position: relative;
}

.duskako-content-inner {
    /*background: red;*/
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.duskako-content .stripe {
    width: 100%;
    background: rgba(43, 56, 64, 0.5);
}

.duskako-content-inner h3 {
    font-size: 1.5em;
}

.duskako-content-inner p {
    font-size: 0.85em;
}

.duskako-content-inner .columns {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: center;
}
.duskako-content-inner .columns > * {
    flex: 0 1 auto;
}

.duskako-content-inner .gallery {
    margin-top: 20px;
    width: 100%;
}

.duskako-content-inner .gallery ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.duskako-content-inner .gallery ul li {
    width: 170px;
    flex: 1 0 auto;
}

.duskako-content-inner .gallery ul li .label:before {
    content: 'Artist:';
    display: block;
    font-size: 0.6em;
    margin-top: 5px;
}

.duskako-content-inner .gallery img {
}

.duskako-body .subtitle {
    margin: 0;
    font-size: 0.8em;
}

@media only screen and (max-width: 780px) {
    .duskako-wrapper .page-content .right .textflex {
        clear: both;
        gap: 0;
    }
    .duskako-wrapper .page-content .right .textflex > * {
        flex: 1 1 auto;
    }
    .duskako-wrapper .page-content {
        margin: 0;
        padding-top: 20px;
    }
    .duskako-wrapper .page-content .right {
        flex: 1 1 10px;
        order: 0;
    }
    .duskako-wrapper .page-content .island {
        order: 2;
    }
    .duskako-wrapper .refimgdesktop {
        display: none;
    }
    .duskako-wrapper .refimgmobile {
        display: block;
    }
    .duskako-wrapper .page-content {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .duskako-wrapper .page-content .right .textflex {
        margin-top: 0;
    }
    .duskako-content-inner .columns {
        flex-wrap: wrap;
    }
    .duskako-content-inner .duskako-seperator {
        display: none;
    }
    .island {
        flex: 0 1 320px;
        margin-right: 0px;
        position: relative;
    }
}