@font-face {
    font-family: "boinqster";
    src: url("fonts/boinqster.ttf");
}

@font-face {
    font-family: "liu";
    src: url("fonts/MingLiU.ttf");
}

html {
    background-image: url("images/floral.gif");
    background-size: 30%;
    overflow: hidden;
    height: 100%;
    font-family: ms ui gothic;
    font-size: 1.1vw;
}

#content {
    width: 55%;
    min-height: 100vh;
    height: 100vh;
    margin-left: -8px;
    margin-top: -8px;
    display: flex;
    flex-direction: row;
}

main, aside {
    background-color: white;
    border: 1px solid black;
    overflow-y: auto;
}

main {
    width: 65%;
    border-right: none;
}

aside {
    display: flex;
    flex-direction: column;
    width: 20%;
    justify-content: center;
    padding-top: 2em;
}

aside::-webkit-scrollbar {
    display: none;
}

p {
    font-size: 1.2em;
}

aside p {
    text-align: justify;
    width: 90%;
    padding-left: 0.3em;
}

nav {
    border-top: 1px dashed black;
    width: 90%;
    margin-left: 0.4em;
}

nav p, nav h2 {
    text-align: center;
}

nav a, section a {
    width: 100%;
    display: block;
    margin-bottom: -1em;
    text-decoration: none;
    color: #9B3C3A;
}

aside a {
    text-decoration: none;
    color: #9B3C3A;
}

nav a:hover, section a:hover, span#cool-heading, .mood {
    color: white;
    background-color: #9B3C3A;
}

.mood {
    padding: 0.3em;
    margin-bottom: 1em;
}

h1 {
    font-family: "boinqster";
    color: white;
    text-shadow: -2px 0 #000000, 0 2px #000000, 2px 0 #000000, 0 -2px #000000;
    border-bottom: 1px solid black;
    font-size: 6vw;
    background-image: url(images/tile2.png);

    height: 1.25em;
    margin-top: 0em;
    padding-left: 0.1em;
    position: sticky;
    top: 0;
    z-index: 1;
}

h2 {
    font-family: "liu";
    margin-bottom: -0.5em;
    font-size: 2.3vw;
}

section {
    border-bottom: 2px dashed #9B3C3A;
    margin: 0;
    margin-top: -4em;
    margin-bottom: 4em;
    padding: 0.5em;
}

main section:last-of-type {
    margin-bottom: 0.5em;
}

section h2 {
    margin: 0;
    text-align: right;
    font-size: 2.2vw;
}

section p {
    text-align: justify;
    vertical-align: top;
    margin: 0;
}

section a {
    margin-bottom: 0em;
}

#viari {
    scale: 1.5;
    position: absolute;
    left: 74%;
    top: 24%;
}

#viari-pin {
    width: 90%;
    height: auto;
    position: relative;
    left: 10px;
}

#fucked-up-d {
    display: inline-block;
    transform: scaleX(-1);
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #9B3C3A;
}

::-webkit-scrollbar-thumb {
  background-color: #ffffff53;
  border-radius: 999px; 
}

#featured-cover {
    height: 100px;
    width: auto;
    border: 2px black solid;
    vertical-align: top;
    float: left;
    margin-right: 0.5em;
}