* {
    cursor: url('https://echoescapes.neocities.org/aero-punk/skull-mouse-cursor.png'), auto !important;
}

a, a:hover{
    cursor: url('https://echoescapes.neocities.org/aero-punk/skull-mouse-cursor-punk.png'), auto !important;
}

::after,::before {
    text-decoration: inherit;
    vertical-align: inherit
}

:where(:root) {
    cursor: default;
    line-height: 1.5;
    overflow-wrap: break-word;
    -moz-tab-size: 4;
    tab-size: 4;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%
}

:where(body) {
    margin: 0
}

:where(dl,ol,ul) :where(dl,ol,ul) {
    margin: 0
}

:where(hr) {
    color: inherit;
    height: 0
}

:where(nav) :where(ol,ul) {
    list-style-type: none;
    padding: 0
}

:where(navli)::before {
    content: "\200B";
    float: left
}

:where(pre) {
    font-family: monospace,monospace;
    font-size: 1em;
    overflow: auto
}

:where(abbr[title]) {
    text-decoration: underline;
    text-decoration: underline dotted
}

:where(b,strong) {
    font-weight: bolder
}

:where(code,kbd,samp) {
    font-family: monospace,monospace;
    font-size: 1em
}

:where(small) {
    font-size: 80%
}

:where(audio,canvas,iframe,img,svg,video) {
    vertical-align: middle
}

:where(iframe) {
    border-style: none
}

:where(svg:not([fill])) {
    fill: currentColor
}

:where(table) {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0
}

:where(button,input,select) {
    margin: 0
}

:where(button,[type=button i],[type=reset i],[type=submit i]) {
    -webkit-appearance: button;
    appearance: button
}

:where(fieldset) {
    border: 1px solid #a0a0a0
}

:where(progress) {
    vertical-align: baseline
}

:where(textarea) {
    margin: 0;
    resize: vertical
}

:where([type=search i]) {
    -webkit-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height: auto
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

:where(dialog) {
    background-color: #fff;
    border: solid;
    color: #000;
    height: -moz-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: fit-content
}

:where(dialog:not([open])) {
    display: none
}

:where(details>summary:first-of-type) {
    display: list-item
}

:where([aria-busy=true i]) {
    cursor: progress
}

:where([aria-controls]) {
    cursor: pointer
}

:where([aria-disabled=true i],[disabled]) {
    cursor: not-allowed
}

:where([aria-hidden=false i][hidden]) {
    display: initial
}

:where([aria-hidden=false i][hidden]:not(:focus)) {
    clip: rect(0,0,0,0);
    position: absolute
}

@font-face {
    font-family: "Segoe UI";
    src: url(/fonts/segoe_ui.ttf) format("truetype")
}

@font-face {
    font-family: "Segoe UI Light";
    src: url(/fonts/segoe_ui_light.ttf) format("truetype")
}

@font-face {
    font-family: "Segoe UI Semilight";
    src: url(/fonts/segoe_ui_semilight.ttf) format("truetype")
}

body {
    background-color: #303030;
    background: url(https://echoescapes.neocities.org/Themes/Backgrounds/red-revenant.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    background-size: cover;
    font-family: "Segoe UI Semilight",Tahoma,Geneva,Verdana,sans-serif,Arial,Helvetica,sans-serif;
    scrollbar-color: #dc3b46 #232121;
    cursor: url(../images/cursors/normal.cur),auto
}

::selection {
    background: #148d28
}

h1,h2,h3,h4 {
    margin: 0
}

h1,h2,h3 {
    margin-right:5px;
    border-radius:6px;
    color:white;
    background: linear-gradient(180deg,black 0%, lightgray 45%, black 47%, black 60%, gray 100%); 
    text-shadow: 0 0 4px black;
    font-weight:bold;
    margin: 0 auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 970px;
    font-weight: 400;
    font-family: "Segoe UI Semilight",Tahoma,Geneva,Verdana,sans-serif,Arial,Helvetica,sans-serif;
    opacity: .98
}

a,p,span {
    text-shadow: 0 0 3px #000
}

a {
    color: #ff0f5b;
    text-decoration: none
}

a:hover {
    text-decoration: underline;
    cursor: url(../images/cursors/link.cur),auto
}

#mainContent a:visited {
    color: #840e21
}

p {
    margin: 0
}

input[type=range] {
    accent-color: #33c54b
}

#background {
    width: 100%;
    height: 100vh;
    position: absolute
}

#websiteContainer {
    max-height: 928px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

#mainHeader {
    color:white;
    background:linear-gradient(180deg,#cc2d3e 0%, #ff5959 45%, #630115 47%, #cc2d3e 100%);
    text-shadow: 0 0 4px black;
    font-weight:bold;
    box-shadow: rgba(0,0,0,.25) 0 14px 28px,rgba(0,0,0,.22) 0 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 10
}

.header-logo-text {
    display: flex;
    align-items: center
}

.header-title {
    color: #fff;
    display: block
}

.logo {
    margin-right: 45px;
    margin-left: 5px;
}

.logo:hover {
    filter: brightness(80%);
}

.header-motto {
    color: #c9c9c9;
    margin-left: 50px;
}

.toggle-buttons-divs {
    display: flex;
    align-items: center;
    justify-content: center;
}

.toggle-buttons-divs span {
    color: #e9e9e9;
    margin-right: 8px;
}

#navbarToggleButton {
    margin-right: 5px;
    max-width: 25px;
    cursor: url(../images/cursors/link.cur),auto
}

#navAndContentContainer {
    display: flex
}

#navigationMenu {
    background-color: #141414;
    background: linear-gradient(100deg,#141414de 50%,#1b1b1b 100%);
    border-right: 2px solid #494949;
    border-left: 2px solid #444;
    border-bottom: 2px solid #444;
    box-shadow: rgba(0,0,0,.25) 0 14px 28px,rgba(0,0,0,.22) 0 10px 10px;
    flex-direction: column;
    height: 774px;
    opacity: .99;
    overflow: auto;
    font-family: "Segoe UI",Tahoma,Geneva,Verdana,sans-serif,Arial,Helvetica,sans-serif
}

.nav-categories {
    background-color: #1b1b1b;
    background: #1a1a1a8a;
    border-top: 1.5px solid #535353;
    border-left: 1px solid #414141;
    border-bottom: 2px solid #2b2b2b;
    border-right: 1px solid #414141;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    padding: 5px;
    margin-bottom: 8px
}

.nav-categories div {
    margin: 1px 0;
    margin-bottom: -3px!important;
    padding-bottom: 4px
}

.active-nav-div {
    background: linear-gradient(to top,#1ba02f 0,#00000000 50%)!important;
    margin-bottom: -3px!important;
    padding-bottom: 4px
}

.nav-categories hr {
    background: #0c0c0c;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #333;
    border-radius: 5px;
    width: 100%;
    height: 1px;
    margin: 3px auto 3px auto
}

#navigationMenu div {
    display: flex;
    align-items: center
}

.navbar-titles {
    background-color: #232323;
    background: linear-gradient(180deg,black 0%, lightgray 45%, black 47%, black 60%, gray 100%);
    border-top: 1px solid #969696;
    border-left: 1px solid #4b4b4b;
    border-bottom: 2px solid #111;
    border-right: 1px solid #4b4b4b;
    border-radius: 3px;
    color: #f7f4f4;
    padding: 1px 0 3px 0;
    margin-bottom: 5px;
    font-weight: 400;
    text-align: center;
    opacity: .98;
}

.nav-icons {
    height: 23px;
    margin-right: 2px
}

.nav-active,.nav-inactive {
    color: #eee;
    margin-left: 3px
}

.nav-active {
    color: #ff0050;
    text-decoration: underline
}

.nav-buttons-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 0
}

.nav-buttons-container img {
    margin: 3px 0;
    transition-duration: .4s
}

.nav-buttons-container img:hover {
    transform: scale(1.1);
    transition-duration: .4s
}

.view-counter-container {
    display: flex;
    flex-direction: column;
    color: #eee;
    padding-left: 9px
}

#visitorCounter {
    color: #12ff31
}

#mainContent {
    background-color: #444;
    background: url(https://echoescapes.neocities.org/Themes/Backgrounds/Asphalt-Stripes.jpg) repeat;
    border-right: 2px solid #353535;
    border-bottom: 2px solid #353535;
    box-shadow: rgba(0,0,0,.25) 0 14px 28px,rgba(0,0,0,.22) 0 10px 10px;
    color: #ddd;
    padding: 15px 20px 3px 20px;
    height: 776px;
    width: 100%;
    overflow: auto;
    opacity: .95;
}

.aero-borders {
    border-top: 2px solid #5e5e5e;
    border-left: 1px solid #5a5a5a;
    border-bottom: 2px solid #0f0f0f;
    border-right: 1px solid #4b4b4b
}

.section-banners {
    background-color: #222;
    background: linear-gradient(135deg,#222 0,#1a1a1a 100%);
    border-radius: 5px;
    padding: 6px 6px 4px 6px;
    margin: 15px auto 0 auto;
}

.section-banners img {
    border-radius: 2px;
    width: 100%
}

.styled-containers {
    background-color: #222;
    background: linear-gradient(to bottom,#2b2b2b 0,#1b1b1b 70%);
    border-radius: 5px;
    padding: 15px 10px 10px 10px;
    margin: 13px auto 13px auto;
    max-width: 935px
}

.styled-containers-spaced {
    padding: 0 10px 10px 10px
}

.styled-containers-spaced h2,h3 {
    margin-top: 10px
}

.styled-containers-spaced p {
    margin: 10px 5px 0 5px
}

.styled-containers-layer-2 {
    background: #1b1b1b
}

.gallery-containers {
    background-color: #222;
    background: linear-gradient(135deg,#222 0,#1a1a1a 100%);
    border-radius: 5px
}

.gallery-containers a {
    background-color: #161616;
    border-top: 2px solid #585858;
    border-left: 1.5px solid #535353;
    border-bottom: 3px solid #131313;
    border-right: 1.5px solid #535353;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 15px;
    min-height: 100px;
    transition-duration: .2s
}

.gallery-containers a:hover {
    filter: brightness(85%);
    transform: scale(1.02);
    transition-duration: .15s
}

.gallery-containers img {
    border-top: 2px solid #272727;
    border-left: 1px solid #272727;
    border-right: 1px solid #3f3f3f;
    border-bottom: 2px solid #3f3f3f;
    border-radius: 5px;
    width: 100%
}

.gallery-images-containers {
    display: grid;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 15px
}

#pageNav {
    position: sticky;
    bottom: -5px;
    z-index: 3
}

.page-swap-div {
    text-align: center;
    margin: 10px 0 0 0
}

.page-swap-div a {
    background: linear-gradient(to bottom,#47c25b 0,#3ca84e 10%,#237230 50%,#15441d 51%,#15441d 60%,#1e5e29 100%);
    border-radius: 5px;
    padding: 3px 20px 6px 20px;
    color: #fff;
    margin: 0 5px;
    transition-duration: .3s
}

.page-swap-div a:hover {
    filter: brightness(87%);
    transition-duration: .3s
}

.page-swap-div a:visited {
    color: #fff!important
}

.page-swap-div img {
    width: 15px
}

@media (max-width: 500px) {
    body {
        background:#444
    }

    #mainHeader {
        border: none
    }

    #navigationMenu {
        border: none;
        box-shadow: none;
        height: 90vh
    }

    #mainContent {
        background-color: none;
        background: 0 0;
        border: none;
        box-shadow: none;
        height: 90vh;
        border-bottom: 0
    }

    #pageNav {
        padding: 2px
    }

    #pageNav h2 {
        display: none
    }

    .page-swap-div a:nth-child(2) {
        display: none
    }

    .page-swap-div a:nth-child(3) {
        display: none
    }
}

@media (max-width: 300px) {
    #mainContent {
        height:79vh
    }
}

@media (min-width: 0px) {
    #background {
        display:none
    }

    h1 {
        font-size: 14px
    }

    h2 {
        font-size: 12px
    }

    h3 {
        font-size: 11px
    }

    p {
        font-size: 11px
    }

    a {
        font-size: 13px
    }

    ol,ul {
        font-size: 12px
    }

    .website-spacers {
        height: 0
    }

    #websiteContainer {
        position: static
    }

    #mainHeader {
        border-radius: 0;
        padding: 5px 10px 5px 13px;
        margin-top: 0;
        position: sticky;
        top: 0
    }

    .logo {
        width: 28px;
        margin-right: 8px;
        margin-left: 0
    }

    .header-title {
        font-size: 13px
    }

    .header-motto {
        display: none
    }

    .toggle-buttons-divs {
        display: flex
    }

    #navAndContentContainer {
        margin-bottom: 0
    }

    #navigationMenu {
        display: none;
        border-bottom-left-radius: 0;
        width: 90px;
        padding: 10px
    }

    .navbar-titles {
        font-size: 10px
    }

    .nav-icons {
        display: none
    }

    .nav-categories a {
        font-size: 12px;
        max-width: 100%
    }

    .nav-active {
        font-size: 12px
    }

    .nav-buttons-container img {
        width: 60px
    }

    .view-counter-container {
        font-size: 9.5px
    }

    .header-motto {
        font-size: 6px
    }

    .toggle-buttons-divs span {
        font-size: 10px
    }

    .page-swap-div a {
        display: block;
        margin-bottom: 10px
    }
}

@media (min-width: 450px) {
    #navigationMenu {
        width:102px
    }

    .nav-categories a {
        max-width: 73%
    }
}

@media (min-width: 500px) {
    h1 {
        font-size:16px
    }

    h2 {
        font-size: 16px
    }

    h3 {
        font-size: 16px
    }

    p {
        font-size: 16px
    }

    a {
        font-size: 15px
    }

    ol,ul {
        font-size: 15px
    }

    #mainHeader {
        padding: 15px 10px 13px 30px
    }

    .logo {
        width: 70px;
        margin-right: 45px;
        /*margin-left: 5px*/
    }

    .header-title {
        font-size: 22px;
        margin: -8px 0 -5px 0
    }

    .header-motto {
        display: block;
        font-size: 14px
    }

    .toggle-buttons-divs span {
        font-size: 16px
    }

    #navigationMenu {
        border-bottom-left-radius: 90px;
        width: 120px
    }

    .navbar-titles {
        font-size: 14px
    }

    .nav-icons {
        display: inline-block
    }

    #navigationMenu a {
        font-size: 13px;
        text-align: left
    }

    .nav-active {
        font-size: 13px
    }

    .nav-buttons-container img {
        width: 88px
    }

    .view-counter-container {
        font-size: 12.5px
    }
}

@media (min-width: 641px) {
    #background {
        display:block
    }

    h1 {
        font-size: 20px
    }

    .website-spacers {
        height: 15px
    }

    #websiteContainer {
        position: absolute;
        max-width: 700px
    }

    #mainHeader {
        border-radius: 10px 80px 0 0;
        padding: 15px 10px 13px 30px;
        position: static
    }

    .header-title {
        font-size: 30px
    }

    .header-motto {
        font-size: 16px
    }

    .toggle-buttons-divs {
        display: none
    }

    #navigationMenu {
        display: flex
    }
}

@media (min-width: 700px) {
    .page-swap-div a {
        display:inline-block;
        margin-bottom: 0
    }
}

@media (min-width: 961px) {
    #websiteContainer {
        max-width:850px
    }
}

@media (min-width: 1025px) {
    #websiteContainer {
        max-width:950px
    }
}

@media (min-width: 1281px) {
    #websiteContainer {
        max-width:1000px
    }
}
