/* fonts */

@font-face {
    font-family: "Roboto Mono";
    src: url(https://jakes-shrine.neocities.org/fonts/RobotoMono.ttf);
}

@font-face {
    font-family: "Roboto Mono";
    src: url(https://jakes-shrine.neocities.org/fonts/RobotoMono-Italic.ttf);
    font-style: italic;
}

@font-face {
    font-family: "Pixel Operator";
    src: url(https://jakes-shrine.neocities.org/fonts/PixelOperator.ttf);
}

@font-face {
    font-family: "Pixel Operator";
    src: url(https://jakes-shrine.neocities.org/fonts/PixelOperator-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: "Teenage Dreams";
    src: url(https://jakes-shrine.neocities.org/fonts/ShadowsIntoLight-Regular.ttf);
}

@font-face {
    font-family: "Bohemian Soul";
    src: url(https://jakes-shrine.neocities.org/fonts/Bohemian-Soul.otf);
}

/* IFRAME */
iframe {
    border: none;
    border-radius: 10px;
    width: 100%;
    margin: 1em auto;
    box-shadow: 3px 3px #ffd8d8;
}

/* SCROLLBAR */
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
::-webkit-scrollbar-thumb {
    background: #e7b38d;
    border: 0px none #ffffff;
}
::-webkit-scrollbar-thumb:hover {
    background: #ce7e4b;
}
::-webkit-scrollbar-thumb:active {
    background: #ce7e4b;
}
::-webkit-scrollbar-track {
    background: #85b2bd;
    border: 0px none #ffffff;
}
::-webkit-scrollbar-track:hover {
    background: #85b2bd;
}
::-webkit-scrollbar-track:active {
    background: #85b2bd;
}
::-webkit-scrollbar-corner {
    background: transparent;
}

::selection {
    color: white;
    background-color: #efb995;
}

/* DIARY */
.main-content-diary {
    grid-column: 2 / 2;
    grid-row: 1 / 2;
    border: thin rosybrown solid;
    overflow-y: auto;
}

.diary-entry {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-rows: 50px 400px;
    margin: 30px;
}

.diarytitle {
    background-color: rgba(216, 191, 216, .5);
    grid-column: 1 / span 5;
    font-family: Teenage Dreams;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: thin rosybrown dashed;
}

.diary-content {
    background-color: rgba(245, 212, 205, 0.9);
    grid-column: 1 / span 4;
    grid-row: 2;
    font-family: "Roboto Mono";
    font-size: 13px; /* Adjusted font size */
    padding: 10px;
    border-bottom: #ce7e4b 1px solid;
    border-left: #ce7e4b 1px solid;
    border-right: #ce7e4b 1px solid;
    overflow-y: scroll;
}

/* BODY */
body {
    background-image: url(/img/bgswoowsh.jpg); /* Updated URL */
    background-repeat: repeat;
    cursor: url(https://jakes-shrine.neocities.org/img/gam1088.cur), auto;
    font-family: "Roboto Mono";
    font-size: 13px;
    color: #9F2B68;
}

/* HEADINGS */
h1, h2 {
    color: #9F2B68;
    font-weight: bold;
    text-align: center;
    font-family: "Teenage Dreams";
    letter-spacing: 1px;
}

/* NAVIGATION LINKS */
.navlink, .navlink a:link, .navlink a:visited {
    color: #603852;
    font-weight: bold;
    text-decoration: none;
}

.navlink {
    background-color: rgb(255, 221, 221);
    margin: 5px;
}

.special {
    color: #D6939F;
    font-weight: bold;
}

.col2 a:visited, .col2 a:link, .col3 a:link, .col3 a:visited {
    color: #603852;
    font-weight: bold;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, rgba(255, 211, 221, 0.7) 41%, rgba(255, 211, 221, 0.7) 75%, rgba(255, 255, 255, 0) 76%);
    text-decoration: underline 3px;
    text-decoration-color: rgb(179, 212, 251);
    text-decoration-skip: ink;
}

a:link {
    color: #603852;
    font-weight: bold;
    text-decoration: none;
}

a:visited {
    color: #D6939F;
    font-weight: bold;
    text-decoration: none;
}

a:hover, .col2 a:hover, .col3 a:hover, .navlink a:hover {
    color: #D6939F;
    font-weight: bold;
    text-decoration: underline 3px;
}

.hide {
    display: none;
}

.navlink:hover .hide {
    display: block;
    background-color: white;
    font-weight: strong;
    font-style: bold;
    font-size: 12px;
    color: #51414F;
    margin-top: 0em;
}

.navlink:hover {
    background-color: white;
    color: #D6939F;
}

.subtitle {
    font-style: bold;
    font-size: 11px;
    color: #51414F;
    margin-top: 0em;
}

ul {
    list-style-type: " ";
}

details {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

summary {
    font-size: 15px;
}

/* SECTIONS */
#wrapper {
    height: 100%;
    padding: 1em;
}

.main {
    display: flex;
    min-width: 1300px;
    max-width: 1300px;
    height: 100%;
    justify-content: space-around;
}

.col1, .col2, .col3 {
    margin-top: 1em;
}

.col1 {
    width: 20%;
    min-width: 120px;
    height: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 3em;
}

.col2 {
    width: 45%;
    height: 100%;
}

.col3 {
    width: 25%;
    min-width: 100px;
    max-width: 290px;
    height: 50%;
    position: -webkit-sticky;
    position: sticky;
    top: 2em;
}

/* ELEMENTS */
.sec {
    padding: 10px;
    background: url(https://jakes-shrine.neocities.org/img/hip-square.png); /* Updated URL */
    box-shadow: 5px 5px rgba(214, 147, 159, 50%);
    filter: brightness(110%);
    margin: 10px;
    min-width: 200px;
    max-width: 1000px;
    border: thin solid rosybrown;
}

.sec2 {
    height: 120px;
    min-width: 200px;
    max-width: 500px;
    position: relative;
    border: thin solid rosybrown;
    margin: 10px;
    padding: 10px;
    background: url(https://jakes-shrine.neocities.org/0031.gif); /* Updated URL */
    box-shadow: 5px 5px rgba(214, 147, 159, 50%);
}

.col1 .sec {
    min-width: 100px;
}

.col3 .sec {
    font-size: 12px;
}

.container {
    height: 150px;
    overflow: auto;
    background-color: rgb(255, 221, 221);
    padding: .5em;
    margin: 1em;
    border: 1px rosybrown dashed;
    image-rendering: pixelated;
}

/* IMAGES */
.cat2 {
    position: absolute;
    top: 40;
    transform: rotate(-6deg);
    right: 50px;
}

.cat {
    position: absolute;
    top: 50px;
    right: -80px;
    height: 120px;
}

#ming {
    image-rendering: pixelated;
    max-width: 120px;
    margin: auto;
}

#ming img {
    width: 100%;
    height: auto;
}

#ming:hover {
    filter: brightness(103%);
}

.pencil {
    position: fixed;
    width: 63%;
}
 