@font-face {
    font-family: AlexyoFont;
    src: url(/fonts/alexyo.ttf);
}
@font-face {
    font-family: TwentyFont;
    src: url(/fonts/twentyfortyeight.ttf);
}
@font-face {
    font-family: FortyFont;
    src: url(/fonts/fortyninetysix.ttf);
}
@font-face {
    font-family: MDFont;
    src: url(/fonts/md-17801.ttf);
}

html {
    background-color: #180820;
    line-height: 1.5;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
h1 {
    font-family: FortyFont;
    margin: 1.5% 0%;
    color: white;
    font-size: 6rem;
    text-align: center;
    text-shadow: 3px 3px 0 #180820;
    font-weight: normal;
}
h2 {
    font-family: Solitreo;
    margin: 5% 0;
    color: white;
    font-size: 6rem;
    text-align: center;
    text-shadow: 3px 3px 0 #180820;
    font-weight: normal;
}
p,
li {
    font-family: FortyFont;
    color: #F0F0F0;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 1px;
    text-shadow: 2px 2px 0 #180820;
}
body {
    margin: 0;
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    width: 100%;
}
img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
a {
    color: #0093FF;
    text-decoration: none;
}
a:hover {
    color: #02B8FE;
    text-decoration: underline;
}
.anchorlink {
  scroll-margin-top: 12vh;
}
.navbar {
	height: 10vh;
    width: 100vw;
	position: sticky;
    top: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-image: linear-gradient(#D0D0D0, #C0C0C0, #A0A0A0, #707070);
	background-size: cover;
    image-rendering: pixelated;
}
.navbarlogo {
    flex-shrink: 1;
    flex-grow: 1;
    max-width: 20%;
    align-items: center;
    justify-content: center;
}
.navbarlogo img {
    width: 90%;
}
.navbar:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    box-shadow: 0 0 1rem 1rem #180820;
}
.navbarlist {
    display: flex;
    flex-grow: 1;
    height: 10vh;
	align-items: center;
    justify-content: space-around;
}
.navbaritem, .dropdownitem {
    flex-grow: 1;
    flex-shrink: 1;
    height: 10vh;
    display: flex;
    background-image: url(/img/navbutton_new.png);
    background-size: 100% 100%;
    background-color: #B0B0B0;
    cursor: pointer;
}
.navbaritem a, .dropdownitem a {
    font-family: AlexyoFont;
    color: #FFFFFF;
    height: 100%;
    width: 100%;
    font-size: 1vw;
    text-decoration: none;
	display: flex;
	text-align: center;
    align-items: center;
    justify-content: center;
    border: 10px solid transparent;
    border-image: url(/img/navbutton_border.png) 25% stretch;
    box-sizing: border-box;
}
.navbaritem a:hover, .dropdownitem a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.navbaritem:hover, .dropdownitem:hover, .dropdownitem:active {
    background-image: unset;
}
.dropdownitem:hover .dropdownlist {
    display: flex;
}
.dropdownitem:active .dropdownlist {
    display: flex;
}
.dropdownitem {
    position: relative;
}
.dropdownlist {
    display: none;
    position: absolute;
    flex-direction: column;
    top: 100%;
    left: 0;
    width: 100%;
}
.dropdownlist:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    box-shadow: 0 0 1rem 1rem #180820;
}
.titletext {
    margin: 0;
    margin-bottom: -5%;
}
.titletext h2 {
    font-family: Solitreo;
    margin: 5% 2.5%;
    color: white;
    font-size: 6rem;
    text-align: center;
    text-shadow: 3px 3px 1px #180820;
}
.titletext p {
    font-family: Solitreo;
    margin: 0, 2.5%;
    color: rgb(216, 216, 216);
    font-size: 3rem;
    text-align: center;
    text-shadow: 3px 3px 1px #180820;
}
.midcontent {
    width: 70vw;
    display: flex;
    margin: 5% 20% 0 20%;
    flex-flow: column nowrap;
    align-content: space-around;
    align-self: center;
    align-items: center;
    background-color: #55315F;
    padding: 0 20px 20px 20px;
    border: 5px solid #6F4879;
}
.nolinkdecor:hover {
    color: inherit;
    text-decoration: inherit;
}
.midhighlight {
    background: #6F4879;
	background-size: cover;
    width: 90%;
    margin: 0 10% 5% 10%;
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
}
.midhighlight audio {
    margin: 1rem 0;
}
.midhighlight img {
    width: auto;
    max-height: 800px;
}
.midhighlight h1 {
    text-align: center;
    text-shadow: 3px 3px 0 #180820;
    margin: 0.6rem;
    padding: 0;
    font-family: FortyFont;
    font-size: 2.5rem;
    color:#FFFFFF;
}
.midhighlight p {
    text-align: center;
    text-shadow: 2px 2px 0 #180820;
    margin: 0.6rem;
    padding: 0;
    font-family: FortyFont;
    font-size: 1.5rem;
    color:#c4c4c4;
}
.midhighlight .p2 {
    text-align: center;
    text-shadow: 2px 2px 0 #180820;
    margin: 0.6rem;
    padding: 0;
    font-family: FortyFont;
    font-size: 1.5rem;
    color:#B8B1DD;
}
.horizontallist {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    align-self: center;
    width: 100%;
    color: #FFFFFF;
    text-decoration: none;
    max-height: 30vh;
    justify-content: center;
}
.horizontallist img {
    min-width: 10px;
    width: auto;
    height: auto;
    max-height: 25vh;
    flex-shrink: 1;
    margin: 2%;
    border: 1vw solid #55315F;
    border-radius: 1vw;
}
.horizontallist audio {
    background-color: #55315F;
    margin: 2%;
    border: 1vw solid #55315F;
    border-radius: 1vw;
    min-width: 100px;
    width: auto;
}
.footer {
    margin-top: 5%;
    position: static;
	min-height: 20vh;
    width: 100vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    background: #707070;
	background-size: cover;
    z-index: 4;
    box-shadow: 0 0 1rem 1rem #180820;
    image-rendering: pixelated;
}
.footer img {
    height: 6vh;
}
.footer a {
    color: #B0B0B0;
    font-size: 1vw;
    text-shadow: none;
    font-family: AlexyoFont;
    text-decoration: none;
    flex-shrink: 1;
    text-align: center;
    margin: 0;
}
.footer a:hover {
    color: #F0F0F0;
}
.footer h1 {
    color: #B0B0B0;
    font-size: 7vh;
}
.growitem {
    transition: .2s;
    transform: scale(1);
}
.growitem:hover {
    transform: scale(1.05);
}
.hidden {
    display: none;
}
.mobilehidden {
    display: block;
}
.mobileonly {
    display: none;
}
@media (max-width: 1000px) {
    h1 {
        font-size: 10vw;
    }
    .titletext h2 {
        font-size: 10vw;
    }
    .titletext p {
        font-size: 5vw;
    }
    .navbaritem a, .worksbutton a, .dropdownitem a {
        font-size: 1vh;
    }
    .navbaritem a, .dropdownitem a {
        border-width: 5px;
    }
    .midcontent {
        width: 90vw;
        padding: 0 5vw 5vw 5vw;
        border: none;
        display: flex;
        margin: 5% 0 0 0;
    }
    .footer {
        flex-direction: column;
        padding: 5% 0;
    }
    .footer a, .footer img {
        font-size: 4vw;
        margin: 2vh 0;
    }
    .footer img {
        height: 8vh;
    }
    .mobilehidden {
        display: none;
    }
    .mobileonly {
        display: block;
    }
}