@import url("blog_dark.css");
@import url("gallery_dark.css");
@import url("plexus_dark.css");
@import url("about.css");
@import url("article.css");
@media (prefers-color-scheme: dark) {


    @font-face {
        font-family: signaturescript;
        font-weight: bold;
        src: url(HerrVonMuellerhoff-Regular.ttf);
    }
    body {
        font: 15px/1.5 Arial, Helvetica, sans-serif;
        margin: 0;
        padding: 0;
        background-color: #202025 !important;
        min-height: 100%;
        max-width: 100%;
        min-width: 100%;
        background-size: cover;
        background-attachment: fixed;
        text-align: center;
        position: absolute;
        width: 100%;
        Top: 0px;
        color: #000;
        overflow-y: scroll;
    }



    .monogram_img {
        filter: invert(100%);
    }

    .floatingBar {
        opacity: 100;
        width: 80%;
        margin: auto;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
    }

    h1 {
        cursor: default;
    }

    P {
        cursor: default;
    }

    @media screen and (orientation: portrait) {
        .Navigation {
            display: none;
        }

        .NavigatorGlyph {
            min-width: 64px;
            max-width: 7.8vw;
            display: inline;
            float: right;
        }

        #Monogram {
            display: none;
        }

        #Blog {
            top: 40px;
        }

        .floatingHeader {
            opacity: 100%;
        !important;
        }

        #mongoram_l {
            display: none;
        }
    }

    .NavigatorLink {

    }

    @media screen and (orientation: landscape) {
        .NavigationGlyph {
            display: none;
        }

        .Navigation {

        }

        .NavigatorGlyph {
            display: none;
        }

        .floatingHeader {
            opacity: 0%;
        }
    }

    #Monogram {
        pointer-events: none;
    }

    #Monogramdiv {
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
    }

    /*Floating header gray Line*/
    .floatingHeader:after {
        margin-left: 5%;
        margin-right: 5%;
        content: '';
        display: block;
        position: fixed;
        width: 90%;
        border-bottom-color: #666666;
        border-bottom: #666666;
        border-bottom-width: 2px;
        border-bottom-style: solid;
    }

    /*Floating header gray Line*/
    .floatingHeader {
        background: #202025;
        color: #202025;
        width: 100%;
        alignment: center;
        background-size: 100% 100%;
        padding-top: 0%;
        border-bottom-color: #666666;
        border-bottom: #666666;
        border-bottom-width: 2px;
        border-bottom-style: hidden;
        top: 0;
        position: fixed;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        z-index: 1;
        display: block;
    }

    .headerAppear {
        opacity: 100% !important;
    }


    .NavigationGlyph ul {
        max-width: 100%;
        white-space: nowrap;
        position: relative;
        margin-left: 0%;
    }

    .Navigation ul {
        max-width: 100%;
        white-space: nowrap;
        position: relative;
        margin-left: 25%;
    }

    #monogram_w{
        display: none !important;
    }

    .NavigationGlyph a {
        color: #999999;
        text-decoration: none;
        font-size: 3.2vh;
        transition: color 0.3s;
        font-weight: bold;
    }

    .NavigationGlyph .nav-link {
        padding: 0;
        padding-right: 2vw;
    }

    .Navigation a {
        color: #999999;
        text-decoration: none;
        font-size: 1.8vw;
        font-family: "Trebuchet MS";
        transition: color 0.3s;
    }

    .NavigationGlyph a:hover {
        color: white;
    }

    .Navigation a:hover {
        color: white;
    }

    .NavigationGlyph li {
        padding: 1% 5% 0 0%;
        display: inline-block;
        position: relative;
        /*left:200px;*/
        bottom: 20px;
        right: -25%;
    }

    .Navigation li {
        padding: 1% 5% 0 0%;
        display: inline-block;
        position: relative;
        /*left:200px;*/
        bottom: 20px;
        right: -25%;
    }

    #splashNavigation a {
        color: #666666;
        text-decoration: none;
        font-size: 20px;
        font-family: "Trebuchet MS";
        transition: color 0.3s;
    }

    #splashNavigation a:hover {
        color: #333333;
    }

    a:hover {
        cursor: default;
    }

    .Line {
        width: 80%;
        margin: 1vh;
        border-color: #AAAAAA30;
        display: inline-block
    }

    footer {
        width: 95%;
        margin: 2%;
    }
}