@font-face {
    font-family: Dotemp;
    src: url(/font/dotemp-8bit-webfont.woff2);
}

body {
    font-family: 'ms-gothic', 'MS PGothic', 'ms-gothic-dl', sans-serif;
    line-height: 1.5;
    /* background-color: #fefeef; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    background-color: rgb(239, 239, 239);
    background-image: url(/img/kinari2.gif);
    background-repeat: repeat;
    background-blend-mode: multiply;
}

h1 {
    border: 1px black solid;
    padding: 200px 0 0.5rem 1rem;
    font-family: Dotemp, 'ms-gothic', 'MS PGothic', 'ms-gothic-dl', sans-serif;
}

.banner-index {
    background-image: url(/img/banner-index.png);
    background-size: cover;
    image-rendering: pixelated;
    color: white;
    text-shadow: 3px 3px #4b5784;
}

.banner-about {
    background-image: url(/img/banner-about.png);
    background-size: cover;
    background-position: center;
    image-rendering: pixelated;
    text-shadow: 3px 3px #ff8ac0;
}

.banner-diary {
    background-image: url(/img/banner-diary.png);
    background-size: cover;
    background-position: center;
    image-rendering: pixelated;
    color: white;
    text-shadow: 3px 3px #d17546;
}

.banner-media {
    background-image: url(/img/banner-media.png);
    background-size: cover;
    background-position: center;
    image-rendering: pixelated;
    color: white;
    text-shadow: 3px 3px #ac5023;
}

.banner-photo {
    background-image: url(/img/banner-photo.png);
    background-size: cover;
    background-position: center;
    image-rendering: pixelated;
    text-shadow: 3px 3px #d54f73;
}

.banner-illust {
    background-image: url(/img/banner-illust.png);
    background-size: cover;
    background-position: center;
    image-rendering: pixelated;
    text-shadow: 3px 3px #f6746f;
}

.banner-shrine {
    background-image: url(/img/banner-shrine.png);
    image-rendering: pixelated;
    background-size: cover;
    background-position: center;
    color: white;
    text-shadow: 3px 3px #5163a2;
}

.banner-link {
    background-image: url(/img/banner-link.png);
    background-size: cover;
    background-position: center;
    image-rendering: pixelated;
    color: white;
    text-shadow: 3px 3px #7985b1;
}

.media-entry h3 {
    background-color: black;
    color: white;
    width: 100%;
    margin-bottom: 1rem;
}
.media-entry img {
    width: 150px;
    border: 1px black solid;
}

.illust-flex{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.illust-flex img{
    border: 1px solid black;
}

p {
    margin-bottom: 0.3rem;
}

nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
    align-items: flex-start;
    border: 1px black solid;
    background-color: black;
    margin: 0;
    padding: 0 1rem;
}

nav ul li {
    border: 1px black solid;
    padding: 0.5rem 0;
}

nav a {
    color: white;
    text-decoration: none;
    /* 
    text-transform: uppercase;
    font-weight: bold; */
}

.inner-container {
    max-width: 750px;
    margin: 0 auto;
}

main {
    border: 1px black solid;
    padding: 1rem;
    background-color: white;
}

.about-flex img {
    margin-top: 0.5rem;
    border: 1px black solid;
}

.entry {
    margin: 1rem 0;
}

.entry h3 {
    background-color: black;
    color: white;
}

footer {
    text-align: center;
    margin: 1rem 0;
}

.plain h1 {
    border: none;
    padding: 0;
    font-family: 'ms-gothic', 'MS PGothic', 'ms-gothic-dl', sans-serif;
}

.gpoy,
.music {
    background-image: none;
    background-color: #f8cfbf;
}

.gpoy {
    background-color: #afd4ee;
    text-align: center;
}

.plain main {
    border: none;
    background-color: transparent;
}

.gpoy-grid {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 1rem;
    margin: 0 auto;
}

.gpoy-grid div {
    width: 30%;
}

.gpoy-grid img {
    margin-bottom: 1rem;
    width: 100%;
}

.entry img {
    border: 1px solid black;
}

.btn-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
}

div.email>span:nth-child(2) {
    display: none;
}

#statuscafe {
    /* padding: .5rem; */
    /* border: 1px solid black; */
    /* max-width: 333px; */
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
}

#statuscafe-username {
    display: none;
}


@media screen and (min-width: 400px) {
    .about-flex {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .about-flex img {
        margin-right: 1rem;
        width: 216px;
        image-rendering: pixelated;
    }

    .about-flex div {
        width: calc(97% - 216px)
    }
}


@media screen and (min-width: 580px) {
    .flex-container {
        display: flex;
        gap: 1rem;
        flex-direction: row;
        align-items: flex-start;
    }
}