*{
    border: 0px;
    margin: 0px;
    font-size:100%;
    font: inherit;
    color: rgb(200, 200, 200);
    box-sizing: border-box;
}

img {
    display: block;
}

/*
@font-face {
    font-family: 'MTCORSVA';
    src: url('MTCORSVA.woff');
    font-weight: normal;
    font-style: normal;
}*/

html {
    scroll-behavior: smooth;
}

html, body {
    height: 100%;
    font-size: 18px;
    line-height: 1.6;
    font-family : 'droid_serifbold_italic';
    overflow-x: clip;
    background-color: black;
    scroll-behavior: smooth;
    scroll-padding-top: 4.5em;
}

header {
    position: fixed;
    width: 100%;
    z-index: 9999;
}

nav {
    background: hsl(261deg 30.64% 19.4% / 97.3%);
    padding-inline: 8%;
}

.navigation-toggle {
    display: none;
}

.sr-only:not(:focus):not(:active) {
    clip: rect(0 0 0 0); 
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap; 
    width: 1px;
}

.flex {
    display: flex;
    gap: var(--gap, 2rem);
    justify-content: right;
    align-items: center;
    height: 100%;
}

.navigation {
    z-index: 1000;
    list-style: none;
    padding: 0;   
}

.navigation a {
    text-decoration: none;
}

.navigation a > [aria-hidden="true"] {
    font-weight: 700;
    margin-inline-end: 0.5em;
}

@supports (backdrop-filter: blur(0.5rem)) {
    .nav {
        background: hsla(261, 51%, 32%, 0.3);
        backdrop-filter: blur(0.5rem);
    }
}

@media (max-width: 35em) {
    .navigation {
        position: fixed;
        inset: 0 0 0 60%;
        flex-direction: column;
        gap: var(--gap, 1rem);
        align-items: start;
        padding: min(10vh, 10rem) 2em;
        background: hsla(261, 51%, 32%, 0.95);
        transform: translateX(100%);
        transition: transform 350ms ease-out;
    }

    .navigation[data-visible="true"]{
        transform: translateX(0%);
    }

    .navigation-toggle {
        padding: 0;
        display: block;
        position: absolute;
        width: 2rem;
        aspect-ratio: 1;
        top: 1rem;
        right:1rem;
        z-index: 9999;
        background-color: transparent;
        background-image: url("../img/hamburger.svg");
        background-size: 100%;
    }

    .navigation-toggle[aria-expanded="true"]{
        background-image: url("../img/close.svg");
    }

    @supports (backdrop-filter: blur(0.5rem)) {
        .navigation {
            background: hsla(261, 51%, 32%, 0.3);
            backdrop-filter: blur(0.5rem);
        }
    }

    html, body {
        scroll-padding-top: 3em;
    }
}

.header-image{
    background-image: url("../img/DD_landing_page_contrast.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: rgb(0, 0, 0);
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    height: 100vh;
}

.relative{
    position: relative;
}

.blur{
    position: absolute;
    background: rgba(0, 0, 0, 0);
    backdrop-filter: blur(5px);
    height: 100%;
    width: 100%;
}

.SVGparent {
    width: fit-content;
    position: relative;
    height : auto;
    margin-left: auto;
    margin-right: auto;
}

.hero {
    width: 1300px;
    max-width: 100%;
    height: auto;
    z-index: 1;
}

.SVGlogo {
    position: absolute;
    top: 27%;
    width: auto;
    padding-left: 6%;
    padding-right: 26%;
    left: 0;
    right: 0;
}

.SVGtag {
    position: absolute;
    top: 64%;
    width: auto;
    padding-left: 6.5%;
    padding-right: 5%;
    left: 0;
    right: 0;
    z-index: 100;
}

.about-img-1 {
    max-width: 60%;
    float: left;
    shape-outside: ellipse(43.04% 49.74% at 51.5% 50.25%);
    shape-margin: 1rem;
}

.about-img-2 {
    max-width: 60%;
    min-width: 400px;
    float: right;
    shape-outside: polygon(13.13% 363px, 20.22% 250px, 35.96% 23.53%, 63.67% 4.87%, 100.1% 2.04%, 100% 99.32%, 18.83% 100.13%, 49px 81.9%);
    shape-margin: 1rem;
}

.about-img-3 {
    max-width: 100%;
    padding-bottom: 1rem;
}

article{
    overflow: auto;
}

.outer {
    position: relative;
    margin-top: -9em;
    padding-top: 8em;
    max-width: 1100px;
    min-width: 10px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    border-radius: 2em;
    border: 0.15em solid rgb(27, 2, 56);
    background-color: transparent;
    z-index: 50;
}

@media only screen and (max-width: 1200px) {
    .outer {
        /*padding-top: 6em;*/
        border: none;
    }
}   

@media only screen and (max-width: 550px) {
    .about-img-2 {
        min-width: 100%;
        max-width: 100%;
        float: right;
        shape-outside: polygon(13.13% 363px, 20.22% 250px, 35.96% 23.53%, 63.67% 4.87%, 100.1% 2.04%, 100% 99.32%, 18.83% 100.13%, 49px 81.9%);
        shape-margin: 1rem;
        overflow-x: hidden;
    }
}

.inner {
    padding: 2em;
    padding-bottom: 0px;
    max-width: 80ch;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    box-sizing: border-box;
    border: 0.2em solid rgb(29, 14, 44);
    border-radius: 1.5em;
    box-shadow: 0 0 5rem rgb(41 5 71);
    position: relative;
}

h1 {
    margin-bottom: 3rem;
    padding-top : 4rem;
    padding-left: 4rem;
    text-shadow: 0 0 2px #a337e2, 3px 3px 2px rgba(41, 5, 71, 0.7);
}

h2 {
    font-family : 'droid_serifbold_italic';
    font-size : 2rem;
    line-height: 0.8;
    margin-top : 2.5rem;
    margin-bottom: 2rem;
}

article h2:first-of-type {
    margin-top: 1.2rem;
}

h3 {
    font-family : 'droid_serifbold_italic';
    padding-top : 1.5rem;
    font-size : 1rem;
}

p {
    margin-top: 1.5rem;
    margin-bottom: 0.4rem;
    color: rgb(200, 200, 200);
}

.noglow {
    margin-top: 0.5rem;
}

p span {
    white-space: nowrap;
}

article > :not(img):last-child {
    margin-bottom: 2rem;
}

.image-contrast {
    filter : contrast(120%)
}

p:not(.noglow):first-letter{
    text-shadow: 0 0 0.3rem rgb(184, 12, 141);
    color: rgb(197, 166, 228);
    font-size: 1.4rem;
    line-height: 1rem;
}

.glow::first-letter{
    text-shadow: 0 0 0.3rem rgb(184, 12, 141);
    color: rgb(197, 166, 228);
}

.innerage {
    padding: 2em;
    padding-bottom: 2em;
    max-width: 80ch;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25%;
    margin-bottom: 1em;
    box-sizing: border-box;
    border: 0.2em solid rgb(35, 7, 62);
    border-radius: 1.5em;
    box-shadow: 0 0 5rem rgb(136, 54, 187);
    position: relative;
    background: rgba(0, 0, 0, 0.8);
}

span {
    white-space: pre;
}

.h2age {
    margin-top: 1rem;
    line-height: 2rem;
}

.inputage {
    padding-left: 1rem;
}
.inputage, .buttonage {
    border-radius: 0.6rem;
    border: 0.2em solid rgb(35, 7, 62);
    margin-top: 0.2rem;
    margin-right: 1rem;
    background: rgba(0, 0, 0, 0.8);
    width: fit-content;
}

.inputage:focus, .buttonage:hover{
    outline: none;
    box-shadow: 0 0 2rem  rgb(85, 33, 117);
}