@font-face {
    font-family: "skin";
    src: url("/fonts/skin.woff");
}

@font-face {
    font-family: "c190";
    src: url("/fonts/ProjectC190.woff2");
}

@font-face {
    font-family: "dos";
    src: url("/fonts/DOS.ttf");
}

@font-face {
    font-family: "dogs";
    src: url("/fonts/FreePixel.ttf");
}

@font-face {
    font-family: "short";
    src: url("/fonts/short.woff");
}

@font-face {
    font-family: "ibm";
    src: url("/fonts/IBM.woff2");
}

@font-face {
    font-family: "woods";
    src: url("/fonts/DEEPWOOD.TTF");
}

@font-face {
    font-family: "forest";
    src: url("/fonts/Black Forest.ttf");
}

@font-face {
    font-family: "king";
    src: url("/fonts/kingjola.ttf");
}

@font-face {
    font-family: "black";
    src: url("/fonts/SarabandLettering.ttf");
}

@font-face {
    font-family: "dyslexic";
    src: url("/fonts/Helvetica.ttf");
}

body {
    font-family: "dogs";
    font-size: 1.5rem;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    color: #043924;

    *::selection {
        background: #ffb3b3;
        color: #cbffd7;
    }

    *::-moz-selection {
        background: #ffc7c7;
        color: #850;
    }

    *::-webkit-selection {
        background: #ffb3b3;
        color: #cbffd7;
    }
}

.index {
    position: absolute;
    font-family: "c190";

    a {
        text-decoration: none;
    }
}

/*
---
BLOG PAGE CONTENT
---
*/

.bird {
    width: 9.375vw;
    margin-left: 1.775vw;
    margin-right: 1vw;
}
.nav {
    display: flex;
    position: absolute;
    gap: 10vw;
    margin-bottom: 0;
    padding-top: 0.2cm;
    padding-bottom: 1vh;
    bottom: 0;

    a,
    a:visited {
        color: #d2dc6aff;
        text-decoration: none;
    }

    a:hover {
        color: #70a4ffff;
    }
}

.blog-header {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    position: relative;
    min-height: 3cm;
    height: 4cm;
    margin: 0 0 1vh 0;
    padding: 1vw;
    background-color: #80943c;
}

.navheader {
    display: flex;
    position: relative;
}

.page-container {
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
    margin: 0 1vw;
}

.blogcenter {
    display: flex;
    flex: 0 0 100%;
    flex-direction: row;
    align-items: start;
    padding: 0vw;
    margin: 0vw;
    align-self: center;
}

.blogleftcontainer {
    display: flex;
    flex-direction: row;

    width: 25vw;

    * {
        z-index: 2;
    }
}

.blogrightcontainer {
    display: flex;
    flex-direction: column;
    width: 25vw;
}

.postcontainer {
    display: flex;
    flex-basis: 100%;
    max-width: 50vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0.5vw;
    margin-right: 0.5vw;
}

.comments {
    display: flex;
    flex-basis: 100%;
    max-width: 50vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0.5vw;
    margin-right: 0.5vw;
    margin-bottom: 7vh;
    background-color: #d2dc6aff;
}

.blogpost {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 1vh;
    text-align: left;
    background-color: #8da53d;

    main {
        padding-left: 0%;
        padding-right: 0%;
        margin-bottom: 0%;
        font-size: 1.4rem;
    }

    * {
        padding-left: 1vw;
        padding-right: 1vw;
        z-index: 2;
    }

    h1 {
        font-family: c190;
        margin-bottom: 0vw;
    }

    h6 {
        font-size: 1rem;
        margin-top: 0;
        margin-bottom: 0;
    }
}

.blogtags {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 5vw;
    width: 13vw;
    background-color: #80943c;

    * {
        padding-left: 1vw;
        padding-right: 1vw;
    }

    a,
    a:visited {
        color: #d2dc6aff;
        text-decoration: none;
    }

    a:hover {
        color: #70a4ffff;
    }

    h3 {
        font-family: c190;
        margin-bottom: 0.2cm;
    }
}

.blogarchive {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 5vw;
    width: 13vw;
    background-color: #80943c;
    padding-bottom: 2vh;
    margin-bottom: 1vh;

    * {
        padding-left: 1vw;
        padding-right: 1vw;
    }

    a,
    a:visited {
        color: #d2dc6aff;
        text-decoration: none;
    }

    a:hover {
        color: #70a4ffff;
    }

    h3 {
        font-family: c190;
        margin-bottom: 0.2cm;
    }

    a {
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
        word-wrap: break-word;
        white-space: nowrap;
        width: 12vw;
    }
}

.imagebox {
    display: flex;
    position: absolute;

    * {
        position: absolute;
    }
}
.moomin {
    margin-left: -1.7vw;
    margin-bottom: 1vh;
}

.dyslexic-mode {
    font-family: "dyslexic";
}
.dyslexic {
    margin-left: 2.5vw;
    min-height: 3.5vh;
    height: auto;
    font-family: "dyslexic";
    max-width: 8vw;
    width: 8vw;
    background-color: pink;
    border-radius: 0.5vh;
    font-family: "dyslexic";
}

.dyslexic-mobile {
    font-family: "dyslexic";
    background-color: pink;
    border-radius: 0.5vh;
    font-family: "dyslexic";
    display: none;
}

.dyslexic:hover {
    background-color: rgb(239, 243, 113);
}

@media (orientation: portrait) {
    .blogcenter {
        flex-direction: column;
        align-items: center;
        align-self: center;
        justify-content: center;
    }
    .blogleftcontainer,
    .blogrightcontainer,
    .postcontainer {
        p {
            padding-left: 0.5cm;

            padding-right: 0.5cm;
        }
        width: 100%;
        max-width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .blogleftcontainer {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 0.5cm;
        width: 100%;
    }
    .bird-button {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .bird {
        width: 30%;
    }

    .moomin {
        margin-left: 0px;
        width: 45%;
        height: auto;
    }

    .blogrightcontainer {
        width: 100%;
        align-items: center;
        margin-top: 0.5cm;
    }
    .blogtags {
        width: 100%;
        padding-bottom: 0.5cm;
    }
    .comments {
        max-width: 100%;
        width: 100%;
    }
    .viewport {
        width: 100vw;
    }
    .comment-body-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .dyslexic-mobile {
        width: 25vw;
        display: block;
    }
    .dyslexic {
        display: none;
    }
    .comment-body {
        padding: 0px !important;
        width: 97% !important;
    }
    .verification-bar {
        width: 97% !important;
    }
    .verification-input-container {
        width: 100% !important;
    }
    .passwd-input {
        width: 100% !important;
        padding: 0px !important;
    }

    .blogarchive {
        * {
            width: auto;
        }
        width: 100%;
        padding-bottom: 0.5cm;
    }
    .blog-header {
        height: auto;
        flex-direction: column;
        padding-bottom: 1cm;
    }
    .star-card {
        margin-left: 5px;
        min-width: 0.8cm !important;
        min-height: 0.9cm;
    }
    .featured-no-margin {
        min-width: 0.5cm !important;
    }
    .fill-rest {
        flex: 1 !important;
    }
}
