* {
    box-sizing: border-box;
}

html {
    /* Set the font globally */
    font-family: "Lacquer", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: larger;
    scrollbar-width: thin;
}

body {
    background-image: url("https://outkrop.neocities.org/GRAPHICS/BGS/bgsand.gif");
}

#bgimage {
    max-width: 100%;
    width: 100%;
    height: 20%;
    background-image: url("https://outkrop.neocities.org/GRAPHICS/BGS/MountainsBG.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: -1;
}


.lacquer-regular {
    font-family: "Lacquer", system-ui;
    font-weight: 400;
    font-style: normal;
}

h1,
h2,
h3 {
    margin: 0;
}

p {
    margin: 5px;
}

a {
    color: #c73d00;
}

a:hover {
    color: #4fb7ac;
}

ul {
    margin: 0;
}

#container {
    margin: 0 auto;
    width: 1300px;
}

header {
    height: 125px;
    text-align: center;
    padding: 11px 7px 11px 6px;
    border-image-slice: 20 35 20 35;
    border-image-width: 20px 20px 20px 20px;
    border-image-outset: 0;
    border-image-repeat: stretch stretch;
    border-image-source: url("/img/assets/drawnborder.png");
    border-style: solid;
}

#flexbox {
    background-image: url("https://outkrop.neocities.org/GRAPHICS/BGS/GraphPaperBG.png");
    display: flex;
}

nav {
    margin-bottom: 10px;
    width: 300px;
}

nav img {
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 200px;
    border: 5px solid;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
}

ul.nav {
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
}

ul.nav img {
    width: 100%;
    height: auto;
    z-index: 1;
    border: hidden;
    position: relative;
    left: -20px;
}

li.nav:hover {
    rotate: -5deg;
}

#content {
    width: 100%;
}

main {
    height: auto;
}

#maintext {
    margin-bottom: 0;
}

/* Style the list */
ul.breadcrumb {
    margin: 0;
    padding: 10px 15px;
    list-style: none;
    border-image-slice: 20 20 25 25;
    border-image-width: 20px 20px 20px 20px;
    border-image-outset: 0;
    border-image-repeat: stretch stretch;
    border-image-source: url("/img/assets/drawnborder.png");
    border-style: solid;
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
    font-size: 16px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li + li:before {
    padding: 3px;
    color: black;
    content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

#flexbox2 {
    display: flex;
    height: 265px;
}

#updates {
    margin-right: 5px;
    width: 100%;
}

#links {
    margin-left: 5px;
    width: 100%;
}

.contentbox {
    height: 85%;
    padding: 20px 25px 0 25px;
    border-image-slice: 15 16 15 18;
    border-image-width: 20px 20px 20px 20px;
    border-image-outset: 0;
    border-image-repeat: stretch stretch;
    border-image-source: url("/img/assets/drawnborder.png");
    border-style: solid;
}

.scroll {
    height: 90%;
    overflow: auto;
}

footer {
    text-align: center;
    color: #fff;
}

footer > p {
    margin: 0;
    background-color: #ffbd6f;
}
