:root {
    color-scheme: light dark;
    --logoSmpl: #000000;
    --themeAccent: #E0A800;
    --background-color: #f2f2f2;
    --mainFont: #737373;
    --linkHover: #000000;
    --borderColor: #a7a6a6;
    --bigGalleryBorder: #ffffff;
    --thinGalleryBorder: #f2f2f2;
    --responsiveNav: #ffffff;
    --thinInnerEnlargeBorder: #000000;
}
@media (prefers-color-scheme: dark) {
    :root {
        --logoSmpl: #ffffff;
        --background-color: #222222;
        --mainFont: #bfbfbf;
        --linkHover: #ffffff;
        --borderColor: #595959;
        --bigGalleryBorder: #151515;
        --thinGalleryBorder: #595959;
        --thinInnerEnlargeBorder: #595959;
    }
}
@font-face {
    font-family: "expressway";
    src: url("../fonts/expressway rg.ttf");
}
html {
    height: 100%;
    line-height: 1.4;
}
body {
    margin: 0px;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "expressway", "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
}
#logoArea {
    white-space: nowrap;
}
#logoSmpl {
    color: var(--logoSmpl);
    font-size: 2.5rem;
}
#logoBar {
    color: var(--themeAccent);
    padding-left: 0;
    font-size: 2.5rem;
}
#logoFoto {
    color: var(--mainFont);
    font-size: 2.5rem;
}
h1 {
    margin: 0;
}
h2, h3 {
    font-size: 1rem;
}
h2 {
    color: var(--logoSmpl);
}
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
li {
    text-transform: uppercase;
}
a, a:visited, a:active {
    text-decoration: none;
    color: var(--mainFont);
}
nav {
    display: none;
    padding: 1rem;
}
hr {
    border: 1px solid var(--responsiveNav);
    margin: 1rem 0;
}
#socialSide {
    display: none;
    padding-bottom: 0.5em;
}
footer#bottom {
    padding-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
footer#side {
    display: none;
}
#side .copyright {
    padding-top: 0.5rem;
}
.fa-behance {
    margin: 0 1rem 0 0;
}
.responsive {
    display: block;
    margin-left: -1rem;
    margin-top: 1rem;
    margin-right: -1rem;
    background-color: var(--themeAccent);
    color: var(--responsiveNav);
}
.responsive ul:last-of-type {
    padding-bottom: 0;
}
#numberIcon {
    display: none;
    color: var(--themeAccent);
}
#copyrightSide {
    display: none;
}
.largeBars {
    font-size: 2rem;
    padding-top: 0.4rem;
}
#topNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
/* light mode - COLORS ONLY*/
html, body {
    background-color: var(--background-color);
    color: var(--mainFont);
}
a:hover {
    color: var(--linkHover);
}
.active {
    color: var(--themeAccent);
}
/* important order */
a.active, a:visited.active {
    color: var(--themeAccent);
}
.responsive a, .responsive a:visited, .responsive a:active {
    text-decoration: none;
    color: var(--responsiveNav);
}
/* end of important order */

@media only screen and (min-width: 1200px) {
    header {
        width: 14rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    #barArea {
        display: none;
    }
    #topNav {
        padding: 1rem;
        padding-bottom: 0;
    }
    nav {
        padding-bottom: 0rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    #filler {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
    #links {
        width: 100%;
    }
    body {
        height: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        padding-bottom: 2rem;
    }
    footer#bottom {
        display: none;
    }
    footer#side {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    li {
        padding: 0.4rem;
        padding-left: 0;
        padding-right: 0;
    }
    ul {
        width: auto;
        margin: 1rem 0;
    }
    #numberIcon {
        display: inline-block;
    }
    #numberIconTitle {
        display: none;
    }
    hr {
        border-color: var(--mainFont);
    }
}