@charset "UTF-8";

/* CSS Document */

@font-face {
    font-family: "ourFraktur";
    src: url("font/UnifrakturCook-Bold.ttf");
    src: url("font/unifrakturcook-bold-webfont.woff") format("woff"), url("font/unifrakturcook-bold-webfont.woff2") format("woff2")
}

.mySlides {
    display: none;
}

@media screen and (max-width:768px) {
    /*body {
        height: 6000px;
    }*/
    #page .row.first {
        margin-top: 60px !important;
    }
    .home .row {
        max-width: 100vw;
        position: relative;
    }
}

@media (min-width:768px) {
    /*body {
        height: 4700px;
    }*/
    #page .row {
        margin-top: 60px !important;
    }
    .home .row {
        max-width: 93vw;
    }
}

body {
    background-color: darkolivegreen;
    background-image: linear-gradient(azure, LightCyan, LightBlue, DarkSeaGreen, OliveDrab, DarkOliveGreen, DarkOliveGreen, black);
    margin: 0px;
    padding: 0;
    overflow-x: hidden;
    max-width: 100vw;
}

#page .row {
    margin: auto;
    overflow: hidden !important;
}

a:hover {
    color: darkolivegreen;
}

a {
    color: green !important;
    cursor: pointer !important;
    font-weight: 700;
}

.centered {
    margin: auto;
}


/*Navigation*/

nav.topnav {
    position: fixed;
    z-index: 20;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

nav.topnav ul {
    list-style: none;
    padding: 0;
}

.topnav a {
    color: black !important;
    text-decoration: none;
    font-size: 1rem;
}

.topnav a:hover {
    color: #ff47d1 !important;
}

.center {
    mix-blend-mode: difference;
    transition: 1.6s;
    position: fixed;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
}

.topnav a.current {
    color: #c9c9c9;
    text-decoration: underline;
}

.topnav a.current:after {
    content: "";
    display: inline-block;
    background: url(img/arrow.png) no-repeat;
    width: 40px;
    height: 20px;
    float: right;
    background-size: 40px;
    margin: 5px 0 0 4px;
    filter: invert(1);
}

.final-note {
    background: #ffffffa8;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0px 0px 30px 24px #ffffffa8;
    margin-top: 45px;
}

.imgholder {
    position: relative;
}

img.background-frame {
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: -1;
}


/*Graphics*/

.wildfire {
    width: 100px;
    position: absolute;
}

img.rogue-img.wildfire {
    bottom: 220px;
    left: 110px;
}

.sword {
    width: 20px;
}

.sword.sword2 {
    position: absolute;
    top: 100px;
    left: 90px;
    transform: rotate(188deg);
}

.rogue-img.gaysword {
    position: absolute;
    left: 26px;
    width: 60px;
    top: 170px;
}

img.side-moon.r {
    width: 30px;
    position: absolute;
    top: 125px;
}

.knight {
    width: 90px;
    position: absolute;
    top: 40px;
    left: 75px;
}


/*Graphics Desktop*/

@media (min-width:768px) {
    .articles-holder {
        margin-top: -20px;
    }
    .side-potion.l {
        left: 27vw;
        top: 95px;
    }
    img.side-moon.r {
        right: 28vw;
    }
    .wall-sm.w-2 {
        top: 190px;
        position: absolute;
        right: 40px;
    }
    img.rogue-img.wall {
        width: 17vw;
    }
    img.rogue-img.w-1 {
        position: absolute;
        top: 15vh;
        left: 55px;
    }
    .wall.w-2 {
        top: 150px;
        position: absolute;
    }
    img.rogue-img.wall.w-3 {
        width: 21vw;
        top: 164px;
        left: 60px;
        position: absolute;
    }
    img.rogue-img.wall-sm.w-4 {
        position: absolute;
        top: 270px;
    }
    img.rogue-img.wall-sm.w-5 {
        width: 12vw;
        position: absolute;
        top: 100px;
        left: 60px;
        transform: rotate(343deg);
    }
    img.rogue-img.wall.w-7 {
        position: absolute;
        bottom: 100px;
        left: 100px;
    }
    img.rogue-img.wall-sm {
        width: 14vw;
    }
    img.fire.f-2 {
        position: absolute;
        bottom: 100px;
        right: 100px;
    }
    img.fire.f-3 {
        position: absolute;
        top: 250px;
        left: 120px;
    }
    img.rogue-img.fire.f-5 {
        top: 240px;
        position: absolute;
    }
    .final-note.centered {
        padding: 100px;
        margin-top: 80px;
    }
}

.final-note.centered {
    margin-bottom: 135px;
}


/*Graphics */

@media (min-width:768px) {
    .header-fire.r {
        right: 26vw;
        top: 10px;
    }
    .header-fire.l {
        left: 26vw;
        top: 10px;
    }
    img.background-frame {
        width: calc(100vw - 30px);
    }
    .mobile-only {
        display: none;
    }
    .center {
        top: 0px;
        width: 40vw;
    }
    .center.reduced {
        width: 25vw;
        background: white;
        padding: 6px 60px 5px 60px;
        border-radius: 0 0 20px 20px;
    }
    nav.topnav {
        left: 10px;
        top: 5px;
    }
    .topnav li {
        margin: 4px 0;
    }
    .nav-back {
        mix-blend-mode: difference;
        width: 150px;
        height: 160px;
        position: fixed;
        top: -290px;
        left: -250px;
        border-radius: 200px;
        z-index: 1;
        box-shadow: 180px 230px 30px 50px #e5b2fff2;
    }
    .header-fire.l.fixed {
        top: 0px;
        left: 37vw;
    }
    .header-fire.r.fixed {
        top: 0;
        right: 37.5vw;
    }
    .tagline {
        margin: 11vw auto;
        width: 60%;
        margin-bottom: 0;
    }
    .about .tagline,
    .yotb .tagline {
        margin: 5.5vw auto 10vw auto;
    }
    .tagline p {
        font-size: .75rem;
        line-height: 1rem;
    }
    .content-holder {
        padding: 5px 15px;
    }
    button.w3-button.w3-display-left {
        left: -72px;
        width: 60px;
        height: 100px;
        font-size: 53px;
    }
    button.w3-button.w3-display-right {
        right: -72px;
        width: 60px;
        height: 100px;
        font-size: 53px;
    }
}

@media screen and (max-width:768px) {
    .side-potion.l {
        left: 20vw;
        top: 125px;
    }
    img.side-moon.r {
        right: 28vw;
    }
    .topnav a.current:after {
        margin-top: 22px;
    }
    .center {
        width: 50vw;
    }
    .header-fire.r {
        right: 0;
        top: 0;
    }
    .header-fire.l {
        left: 0;
        top: 0;
    }
    img.mobile-only.rogue-img.fire.f-2 {
        position: absolute;
        bottom: 60px;
        right: 19vw;
    }
    img.background-frame {
        width: calc(100vw - 17px);
    }
    .desktop-only {
        display: none;
    }
    .logo-2.centered {
        margin-top: 45px;
    }
    img.rogue-img.w-1.mobile-only {
        width: 60vw;
        margin-top: -30px;
        margin-left: 45px;
        z-index: -10;
    }
    img.rogue-img.w-2 {
        margin-top: -100px;
        z-index: -10;
        width: 60vw;
    }
    .rogue-img.wall.w-3 {
        width: 60vw;
        margin-left: 50vw;
        margin-top: -20px;
    }
    .rogue-img.wall.w-4 {
        width: 43vw;
        height: 39vw;
        display: inline-block;
        margin-left: -40px;
        margin-top: -30px;
    }
    .rogue-img.wall.w-5 {
        width: 39vw;
        height: 39vw;
        margin-top: -40px;
    }
    .rogue-img.wall.w-7 {
        width: 55vw;
        margin: 10px 30% 60px;
    }
    img.mobile-only.rogue-img.fire.f-3 {
        bottom: 20px;
        left: 30vw;
    }
    .rogue-img.fire.f-5 {
        position: absolute;
        bottom: 10px;
        left: 50vw;
    }
    .imgholder {
        display: none
    }
    .rogue-img.fire.f-1 {
        top: -5px;
        right: 13px;
        width: 30px;
    }
    .tagline .content-holder p {
        display: block;
    }
    .tagline {
        margin: 24vw auto;
        width: 90%;
        margin-bottom: 0;
    }
    .center {
        top: 10px;
    }
    .center.reduced {
        top: 0px;
        width: 100vw;
        background: white;
        padding: 6px 30vw 5px 30vw;
        border-radius: 0 0 20px 20px;
    }
    nav.topnav {
        right: 0;
        top: 0;
        left: 0;
        margin: auto;
    }
    .nav-back {
        width: 60px;
        height: 20px;
        position: fixed;
        top: 17vw;
        right: 0px;
        left: 0;
        margin: auto;
        border-radius: 200px;
        background: black;
        box-shadow: 0px 0px 20px 12px white;
        mix-blend-mode: soft-light;
    }
    .header-fire.l.fixed {
        top: 0px;
        left: 17px;
    }
    .header-fire.r.fixed {
        top: 0px;
        right: 17px;
    }
    .tagline p {
        font-size: .75rem;
        line-height: .9rem;
    }
    .content-holder {
        padding: 0 8px !important;
    }
}

img.rogue-img.fixed-bubble {
    position: fixed;
    width: 180px;
    filter: hue-rotate(252deg);
    bottom: 40px;
}

.fixed-bubble.bottom-l {
    left: -20px;
}

.fixed-bubble.bottom-r {
    right: 0px;
    bottom: -30px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.content-holder {
    position: relative;
    width: fit-content;
    margin: auto;
    border: 1px solid #88ff8e;
    border-radius: 20px;
    background: #b6d7c7;
}

.tagline {
    text-align: center;
    z-index: 20;
}

.tagline a {
    color: #7e0808;
}

img.side-tree {
    width: 34px;
    top: 0;
    display: inline-block;
    position: absolute;
}

img.side-tree.r {
    right: -36px;
}

img.side-tree.l {
    left: -36px;
}

.side-potion.l {
    position: absolute;
    width: 30px;
}


/*Header Fire*/

.header-fire {
    width: 25px;
    position: fixed;
    transition: .8s;
    transition-delay: .3s;
    z-index: 40;
}

.header-fire.l.fixed,
.header-fire.r.fixed {
    position: fixed;
}

.tagline p {
    margin: 0;
}

.rogue-img.bubble {
    position: absolute;
    top: 00px;
    width: 180px;
    filter: hue-rotate(257deg);
}

.holder {
    padding: 15px;
    background: #fff2f2;
    border-radius: 20px;
    box-shadow: 7px 9px 8px 0px #20202036;
    margin-bottom: 20px;
}

h3.project-title {
    color: darkolivegreen;
    text-shadow: 0 0 1px darkseagreen, 0 0 1px darkseagreen, 0 0 1px darkseagreen, 0 0 3px darkseagreen;
    font-family: 'ourFraktur', cursive;
}

.project-written {
    padding: 18px 0px;
}

.holder p {
    margin: 0;
}

.embed-container {
    --video--width: 1296;
    --video--height: 540;
    position: relative;
    padding-bottom: calc(var(--video--height) / var(--video--width) * 100%);
    /* 41.66666667% */
    overflow: hidden;
    max-width: 100%;
    background: black;
}

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


/* (C) HIDE HAMBURGER */

#hamnav label,
#hamburger {
    display: none;
}


/* [ON SMALL SCREENS] */

@media screen and (max-width: 768px) {
    /* (A) BREAK INTO VERTICAL MENU */
    #hamitems ul {
        padding: 0 10px;
    }
    #hamitems a {
        box-sizing: border-box;
        display: block;
        width: 100%;
        font-size: 2rem;
        padding: 10px 0;
        font-family: 'ourFraktur';
    }
    /* (B) SHOW HAMBURGER ICON */
    #hamnav label {
        cursor: pointer;
        display: inline-block;
        color: white;
        font-style: normal;
        font-size: 14px;
        position: fixed;
        right: 0;
        left: 0;
        margin: auto;
        text-align: center;
        z-index: 100;
        padding-top: 17vw;
    }
    /* (C) TOGGLE SHOW/HIDE MENU */
    label.menu-label.active {
        color: black !important;
        font-size: 2rem !important;
        -webkit-transform: scale(1.4, 1);
        -moz-transform: scale(1.4, 1);
        -ms-transform: scale(1.4, 1);
        -o-transform: scale(1.4, 1);
        transform: scale(1.4, 1);
    }
    #hamitems {
        display: none;
    }
    #hamnav input:checked~#hamitems {
        display: block;
        width: 100vw;
        max-width: 100vw;
        margin-top: 0px;
        padding: 35vw 75px;
        z-index: 100;
        height: 100vh;
        background: #fc99fc;
    }
    img.rogue-img.bubble.r {
        right: 0px;
        top: -30px;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }
    img.rogue-img.bubble.l {
        left: 0px;
        top: -30px;
    }
    .rogue-img.fire {
        width: 50px;
        position: absolute;
    }
    .holder {
        width: 95% !important;
        margin: 20px auto;
    }
    h3.project-title {
        font-size: 31px;
    }
    .holder p {
        font-size: .75rem
    }
    a.main-btn {
        width: 100%;
        text-align: center;
    }
    .article-holder ul {
        padding-left: 0;
    }
}

@media (min-width:768px) {
    #hamitems {
        float: right;
        margin-right: 35px;
    }
    .rogue-img.fire {
        width: 50px;
    }
    img.rogue-img.bubble.r {
        right: 14vw;
    }
    img.rogue-img.bubble.l {
        left: 18vw;
    }
    h3.project-title {
        font-size: 41px;
    }
}


/*YOTB Page*/

.toggle-opts {
    margin: 0 0 60px 0;
}

.toggle-option {
    width: 99%;
    display: inline-block;
    margin: 5px auto;
    text-align: center;
    color: white;
    line-height: 1;
    padding: 9px 20px;
}

.toggle-option.active {
    background: black;
}

.toggle-option.inactive {
    color: black;
    background: #0000000d;
}

.toggle-option:hover {
    color: green;
}

.toggle-button {
    float: left;
    position: relative;
}

.onNow {
    display: block;
}

.offNow {
    display: none;
}

p.article-excerpt {
    display: inline-block;
    font-size: .7rem;
    font-style: italic;
}

p.article-excerpt,
p.article-title {
    font-family: sans-serif;
}

p.article-title {
    font-size: 1rem;
}

li.article-item {
    list-style: lower-roman;
    font-family: 'ourFraktur';
    margin: 0 0 15px 0;
    font-size: 2rem;
}

.article-item .main-btn {
    background: black;
    color: white !important;
    text-transform: lowercase;
    padding: 0 15px;
    font-size: 1.5rem;
    float: right;
    margin: 0 15px;
}

.final-note.centered {
    position: relative;
}

img.btm-img.wildfire.top {
    top: -90px;
}

img.btm-img.wildfire.bottom {
    bottom: -9px;
}

img.btm-img.wildfire.r {
    right: 0;
}

img.btm-img.wildfire.l {
    left: 0;
}