header h1 {
    -webkit-text-stroke: 1px #ff0;
    -webkit-filter: drop-shadow(0 0 2px #ff0);
    filter: drop-shadow(0 0 2px #ff0);
    color: #00000000;
}
.contact {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
b,
h3 {
    text-transform: uppercase;
}
.contact * {
    border: 1px #fff solid;
    padding-top: 10px;
    padding-bottom: 10px;
}
q {
    font-style: italic;
}
.side-menu {
    font-weight: 800;
}
.side-active {
    text-decoration: underline;
}
.in-banner {
    width: 100%;
    height: inherit;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    -o-object-position: center;
    object-position: center;
    border-top: 0.75px solid #61ffff;
    border-bottom: 0.75px solid #61ffff;
    position: absolute;
    z-index: -1;
}
.scroll-ind {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    left: 90%;
    top: 75%;
    display: none;
}
.text-container {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.text-container ul li {
    margin-bottom: 20px;
}
.side-menu {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: 0;
    padding: 0;
}
.callout-card {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1.5px solid #61ffff;
}
.callout-card p {
    font-weight: 800;
}
.resume ul {
    padding: 0;
    list-style: none;
}
.resume ul li {
    padding: 0;
    list-style: none;
    margin: 0;
}
.nothing img-2 {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}
@media screen and (min-width: 0px) {
    header h1 {
        font-size: 3em;
    }
    #in-hero {
        margin-top: 4.5em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 250px;
    }
    #in-hero span {
        position: inherit;
        text-align: center;
        width: 100%;
    }
    .loreStory {
        display: none;
        width: 92%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .lore-container {
        font-size: 1em;
        line-height: 1.2em;
        word-break: normal;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .side-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        height: auto;
        -webkit-overflow-scrolling: touch;
        width: 100vw;
        margin-top: -10px;
        padding-top: 10px;
        position: -webkit-sticky;
        position: sticky;
        top: -1px;
    }
    .side-menu li {
        display: inline-table;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
        width: auto;
        height: 20px;
        margin-right: 15px;
        margin-left: 15px;
    }
    .world-art img {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 2.5%;
        margin-top: 2.5%;
        min-height: 250px;
    }
    body img {
/*
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
*/
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    body .loadIn {
        min-height: auto;
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .callout-card {
        display: block;
        width: 95%;
        height: auto;
    }
    .callout-card img {
        width: 100%;
    }
    .callout-card p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 5%;
        margin-bottom: 5%;
        height: 100%;
        font-size: 0.9em;
        line-height: 1.5em;
    }
    .resume {
        margin-top: 5px;
        margin-bottom: 40px;
    }
    .resume ul {
        display: -ms-inline-grid;
        display: inline-grid;
        width: 43.5%;
        margin-right: 2.55%;
        margin-left: 2.55%;
    }
    #Resume b {
        font-size: 1.1em;
        margin-left: 2.55%;
    }
    .resume li {
        font-size: 0.8em;
    }
    .resume ul li:nth-of-type(1) {
        margin-bottom: 10px;
    }
    .resume ul li {
        font-style: italic;
    }
    .resume ul li:nth-of-type(1),
    .resume ul li:nth-of-type(2) {
        font-style: normal;
    }
    .resume ul .bold + .normal {
        font-style: normal;
        margin-bottom: 10px;
    }
    .resume ul li:nth-of-type(2) {
        font-size: 1.1em;
    }
    .contact {
        width: 95%;
        overflow: auto;
    }
    .contact * {
        height: 25px;
        display: block;
        float: left;
    }
    .contact label {
        text-align: center;
        width: 39%;
        margin: 0;
        margin-bottom: 10px;
        margin-top: 10px;
        padding-left: 0;
        padding-right: 0;
        border-right: 0;
        font-weight: 800;
        font-size: 0.9em;
    }
    .contact input,
    .contact textarea {
        margin: 0;
        margin-bottom: 10px;
        margin-top: 10px;
        padding-left: 0;
        padding-right: 0;
        width: 60%;
    }
    .contact textarea {
        height: 100px;
    }
    .contact button {
        height: auto;
        margin-left: auto;
        margin-right: auto;
        float: none;
        margin-bottom: 10px;
        margin-top: 10px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 12px;
        padding-bottom: 12px;
        cursor: pointer;
        font-weight: 800;
    }
}
@media screen and (max-width: 720px) {
    .loreStory {
        display: none;
    }
    .loreStory:first-of-type {
        display: block;
    }
}
@media screen and (min-width: 720px) {
    header h1 {
        font-size: 5.5em;
    }
    #in-hero span {
        display: block;
        position: absolute;
        left: 0;
    }
    #in-hero {
        height: 425px;
        margin-top: 6em;
        margin-bottom: -50px;
    }
    #in-hero p {
        font-size: 1.05em;
    }
    .text-container {
        width: 85%;
    }
    .side-active::before {
        content: "➣";
        position: absolute;
        margin-left: -30px;
    }
    .side-menu {
        width: 25%;
        float: left;
        position: -webkit-sticky;
        position: sticky;
        top: 20px;
        margin-top: 0;
        display: block;
        overflow-y: auto;
        overflow-x: auto;
    }
    .side-menu li {
        display: block;
        width: auto;
        height: auto;
        min-width: inherit;
    }
    .loreStory {
        width: 65%;
        display: none;
        margin-left: auto;
        margin-right: 5%;
        margin-top: 0;
        margin-bottom: 30px;
        top: 0;
    }
    .loreStory:first-of-type {
        display: block;
    }
    .lore-container {
        font-size: 1.15em;
        line-height: 1.75em;
    }
    .world-art img {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
        float: left;
        display: block;
        margin-bottom: 1%;
        margin-top: 1%;
    }
    .world-art img:nth-of-type(3n) {
        width: 98%;
        display: block;
        text-align: center;
    }
    .resume,
    .world-art {
        overflow: auto;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .callout-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 325px;
    }
    .callout-card p {
        width: 40%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 0;
        margin-bottom: 0;
        height: 100%;
        font-size: 0.95em;
        line-height: 1.65em;
    }
    .callout-card img {
        -o-object-fit: cover;
        object-fit: cover;
        display: inline-block;
        width: 50%;
        height: 100%;
        -o-object-position: center;
        object-position: center;
    }
    .resume {
        margin-top: 5px;
        margin-bottom: 40px;
    }
    .resume ul {
        width: 29.5%;
        margin-right: 1.55%;
        margin-left: 1.55%;
    }
    #Resume b {
        font-size: 1.1em;
        margin-left: 1.55%;
    }
    .resume li {
        font-size: 0.8em;
    }
    .resume ul li:nth-of-type(1) {
        margin-bottom: 10px;
    }
    .resume ul li {
        font-style: italic;
    }
    .resume ul li:nth-of-type(1),
    .resume ul li:nth-of-type(2) {
        font-style: normal;
    }
    .resume ul .bold + .normal {
        font-style: normal;
        margin-bottom: 10px;
    }
    .resume ul li:nth-of-type(2) {
        font-size: 1.2em;
    }
    .contact {
        width: 75%;
    }
    .contact label {
        width: 24%;
        font-size: 1em;
    }
    .contact input,
    .contact textarea {
        width: 75%;
    }
}
@media screen and (min-width: 960px) {
    #in-hero p,
    #in-hero span {
        width: 50%;
    }
    #in-hero span {
        text-align: left;
        margin-left: 8em;
    }
    .callout-card {
        width: 85%;
    }
    .contact {
        width: 55%;
    }
}
@media screen and (max-width: 720px) {
    #sideMenu nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .hero-text {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
}
#sunkeepersAnimation {
    display: none;
}
