* {
    cursor: url(https://cur.cursors-4u.net/nature/nat-10/nat996.cur), auto !important;
}

::selection {
    background-color: var(--color2);
    color: rgb(0,0,0);
}

.yellow {
    background-image: url(elements/background-yellow-grid-darkdark.gif);
    background-attachment: fixed;
    background-repeat: repeat;
    background-color: black;
    --color1: rgba(232,199,102);
    --color2: rgb(242,223,169);
}

#tpiov {
    background-color: rgb(82,79,125);
    --color1: rgb(187,169,242);
    --color2: rgb(222,213,249);
}

#hfos {
    background-color: rgb(55,95,125);
    --color1: rgb(146,193,239);
    --color2: rgb(190,218,246);
}

.main {
    margin: 3% 10%;
	padding: 2vw 5vw;
}

@font-face {
  font-family: 'animal crossing';
  src: url("elements/animal-crossing.ttf");
}

@font-face {
    font-family: 'courier prime';
    src: url("elements/courier-prime-regular.ttf");
}

header {
     font-family:'animal crossing','monospace';
     color: var(--color1);
     text-align: center;
     letter-spacing: 3px;
     font-size: 3em;
     font-weight: bold;
}

h1 {
    font-family: 'animal crossing', 'monospace';
    color: var(--color1);
    text-align: left;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 2em;
}

h2 {
    font-family: 'animal crossing', 'monospace';
    color: var(--color1);
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 1.5em;
}

h3 {
    font-family: 'animal crossing', 'monospace';
    color: var(--color1);
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 1.5em;
    margin-top: 1em;
    margin-bottom: 0em;
}

h4 {
     font-family: 'animal crossing', 'monospace';
     color: rgb(255,255,255);
     text-align: center;
     letter-spacing: 3px;
     font-weight: bold;
     font-size: 1em;
     margin-top: 1em;
     margin-bottom: 1em;
}

p {
    font-family: 'courier prime', 'monospace';
    color: rgb(255,255,255);
    text-align: justify;
    font-weight: normal;
    font-size: 0.8em;
    word-break: normal;
}

b {
    letter-spacing: 1px;
}

.center {
    text-align: center;
}

nav {
    font-family: 'animal crossing', 'monospace';
    text-align: center;
	letter-spacing: 3px;
	padding : 2vw 0vw 1.5vw;
    word-spacing: 2em;
	font-weight: bold;
    font-size: 1em;
    text-shadow: 0px 0px 5px rgb(255,255,255);
}

footer {
    text-align: center;
}

a {
    text-decoration: none;
}
a:link, a:visited {
    color: var(--color2);
}
a:hover, a:active {
    color: rgb(255, 255, 255);
    text-shadow: 0px 0px 5px rgb(255,255,255);
}

.info {
    font-family: 'courier prime', 'monospace';
    color: rgb(255,255,255);
    text-align: left;
    font-weight: normal;
    font-size: 0.8em;
    list-style-type: none;
    padding-left: 0px;
}

.list {
    font-weight: normal;
    list-style-type: none;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

.highlight {
    background-color: var(--color2);
    color: rgb(0,0,0);
}

.bold {
   font-family: 'animal crossing', 'monospace';
   background: none;
   color: rgb(255,255,255);
   text-align: left;
   letter-spacing: 3px;
   font-weight: bold;
   font-size: 1em;
}

.divider {
    display: block;
    margin: auto;
}

@media (min-width: 400px) {
    .container {
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
        justify-content: space-between;
    }
    #box1 {
        flex-basis: 30%;
        margin-right: 5%;
    }
    #box2 {
        flex-basis: 65%;
    }
    #box3 {
        flex-basis: 46.5%;
        margin-right: 5%;
    }
    #box4 {
        flex-basis: 46.5%;
    }
}

@media (max-width: 400px) {
    .container {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between;
    }
    #box1 {
        order: 4;
        flex-basis: 100%;
    }
    #box2 {
        order: 1;
        flex-basis: 100%;
    }
    #box3 {
        order: 2;
        flex-basis: 1005%;
    }
    #box4 {
        order: 3;
        flex-basis: 100%;
    }
}

@media (min-width: 700px) {
    .ffcontainer {
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
        justify-content: space-between;
    }
    .boxleft {
        flex-basis: 25%;
        margin-right: 5%;
    }
    .boxright {
        flex-basis: 70%;
    }
}

@media (max-width: 700px) {
    .ffcontainer {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between;
    }
    .boxleft {
        order: 1;
        flex-basis: 100%;
    }
    .boxright {
        order: 2;
        flex-basis: 100%;
    }
}

.scroll {
    overflow: auto;
    scrollbar-width: none;
    height: 3em;
    margin-bottom: 0.5em;
}

#changelog {
    margin-top: 0em;
    margin-bottom: 0em;
}

.collapsible {
    background-color: transparent;
    cursor: pointer;
    border: none;
    text-align: left;
    padding: 0em;
    outline: none;
    font-size: 1em;
}

.collapsible:hover {
    text-shadow: 0px 0px 5px rgb(255,255,255);
}

.chapter {
    display: none;
    overflow: hidden;
    white-space: pre-line;
    margin: 0em;
}