* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    color: #6a6a6a;
    font-size: 11px;
    font-family: arial;
    font-weight: normal;
    text-align: left;
    line-height: 150%;
    background-color: black;
    margin: 8px;
    font-optical-sizing: auto;
    font-style: normal;
    cursor: url(images/standard.png), auto;
}

p {
    padding-bottom: 7px;
}

.small {
    font-size: 9pt;
}

h3 {
    color: #d3dfe4;
}

h2 {
    font-size: 12pt;
    font-family: "MedievalSharp", cursive;
    font-weight: 400;
    letter-spacing: 2px;
    color: #d3dfe4;
    margin-top: 30px;
    padding-bottom: 7px;
    text-shadow: 0 0 5px white;
    text-transform: uppercase;

}

h1 {
    font-family: "MedievalSharp", cursive;
    font-weight: 400;
    font-style: normal;
    color: #d3dfe4;
    text-shadow: 0 0 10px white;
    text-align: center;
    letter-spacing: 5px;
    margin-top: 15px;
    text-transform: uppercase;
}

em {
    color: #a2aaae;
}

a:link {
    color: #a8b5c7;
}
a:hover {
    text-shadow: 0 0 3px white;
    font-style: italic;
}

blockquote {
    margin-left: 2px;
    padding-left: 15px;
    border-left: 2px solid #d3dfe4;
}

ul {
    list-style-image: url(images/DA-bullet-2007.png);
}
.body ul {
    margin-left: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.body li {
    padding-bottom: 5px;
}

hr {
    margin: 15px auto 15px auto;
    width: 50%;
    border-color: #a8b5c7;
    border-width: 1px;
    border-style:solid;
}

.container {
    background: black;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.24);
    border: 2px solid #a8b5c7;
    height: 500px;
    position: fixed;
    top: 50%;
    margin-top: -275px;
    left: 50%;
    width: 650px;
    margin-left: -350px;
    overflow-y: hidden;
    /* flex */
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

/* Header */
.head {
    background: url(images/xray.jpg) gray;
    background-size: auto 100%;
    padding: 20px auto 20px auto;
    font-family: "MedievalSharp", cursive;
    font-weight: 400;
    font-style: normal;
    /* flex */
    flex-grow: 2;
    flex-basis: 0;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.head ul {
    padding-left: 2.5em;
    font-style: italic;
}

.head img {width: 100%; display: block; margin: auto;mix-blend-mode:difference}

.head a {
    text-decoration: none;
    color: white;
}
.title a:hover {
    background-color: transparent;
    font-style: italic;
}

.title {
    color: #42500f;
    font-size: 20px;
    text-align: right;
}

/* Navigation */
.navi {
    width: 100%;
    margin: 0 auto 0 auto;
    position: relative;
    bottom: -50%
}
.navi ul {
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
}

.navi li {
    padding: 5px;
    display: list-item;
    align-content: center;
    width: 100px;
    overflow-x: hidden;
    letter-spacing: 5px;
}

.navi a {
    display: inline-block;
    text-decoration: none;
    background: transparent;
    text-align: center;
    margin-bottom: 4px;
    padding-bottom: 2px;
    padding-top: 2px;
    line-height: 20px;
    text-transform: uppercase;
    color: white;
    mix-blend-mode:difference;
    text-shadow: 0 0 5px white, 0 0 10px black;
    width: inherit;
    font-style: normal;
    font-size: 15px
}

.navi a:hover {
    color: white;
    font-style: italic;
    text-shadow: 0 0 10px white, 0 0 10px black;
    filter: brightness(200%);
}

/* Body */
.body {
    padding: 20px 20px 50px 20px;
    flex-grow: 8;
    flex-basis: 0;
    overflow-y: scroll;
}

.body img {
    max-width: 100%;
}

/* Corner Images */
#topcnrimg {
    position: absolute;
    width: 170px;
    top: 20px;
    left: 4%;
    filter: drop-shadow(3px 3px 3px black);
}
#btmcnrimg {
    position: absolute;
    bottom: 60px;
    left: 50%;
    filter: drop-shadow(3px 3px 3px black);
}

/* Outer */
.entry {
    margin: 0 auto 0 auto;
    width: 400px;
    padding-top: 100px;
}
.entry img {
    border: 1px solid #b7c0c4;
}

.entry img:hover {filter: brightness(120%);}

.entry a:hover {
    background-color: transparent;
    filter: brightness (140%);
    color: white;
    text-shadow: 0 0 6px white;
    cursor: pointer;
}
.entry span {
    text-align: center;
    display: block;
    font-family: "MedievalSharp", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 5px;
}
.entry a {
    text-decoration: none;
    color: #d3dfe4;
    text-shadow: 0 0 6px white;
}

/* Fonts */
.unifrakturcook-bold {
    font-family: "UnifrakturCook", cursive;
    font-weight: 700;
    font-style: normal;
}

.medievalsharp-regular {
    font-family: "MedievalSharp", cursive;
    font-weight: 400;
    font-style: normal;
}

/* == Scrollbar == */
/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #d3dfe4 rgba(239, 225, 196, 0);
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 16px;
}

*::-webkit-scrollbar-track {
    background: rgba(239, 225, 196, 0);
}

*::-webkit-scrollbar-thumb {
    background-color: #d3dfe4;
    border-radius: 5px;
    border: 0 solid #ffffff;
}
