@font-face {
    font-family: "metal"; 
    src: url("Heartless.ttf") format("truetype");
    /* or: */
    src: url("Heartless.ttf") format("opentype"); /
}

body{
    background-color: #b34f64;
}

a {
    color:black;
}

strong{
    background-color: #9b3047;
    font-weight: normal;
}

#header {
    width: 900px;
    margin: 0 auto;
    margin-top: 20px;
    height: 115px;
}

h1{
    font-family: metal;
    font-size: 80px;
    margin: 0;
    font-weight: 10;
}

h2 {
    font-family: metal;
    font-size: 30px;
    margin: 0;
    font-weight: 10;
}

#header ul {
    display: flex;
    padding: 0;
    margin-top: 40px;
    font-variant: petite-caps;
}

#header li {
    margin-left: 20px;
    
}

#camera {
    position: relative;
    width: 900px;
    height: 600px;
    margin: 0 auto;
}

.button:hover {
    filter: invert(20%);
    mix-blend-mode: screen;
    cursor: pointer;
}

/* Hide the images by default */
.mySlides {
    display: none;
    position: absolute;
    top: 184px;
    left: 62px;
    z-index: -1;
    width: 120px;
}

#info {
    display: none;
    background-color: #b34f64;
    position: absolute;
    top: 184px;
    left: 62px;
    width: 434px;
    height: 330px;
    overflow: scroll;
    padding: 5px;
}
#choices {
    display: none;
    background-color: gray;
    position: absolute;
    top: 184px;
    left: 62px;
    width: 434px;
    height: 330px;
    overflow: scroll;
}

.thumbnail {
    margin: 4px;
    width: 130px;
}

#stuff {
    max-width: 900px;
    margin: auto;
    padding: 5px;
}

details {
    background-color: #211518;
    width: 550px;
    color: #eabfc8;
    padding: 5px;
}

details a {
    color: white;
}

#below {
    width: 900px;
    margin: 20px auto 20px;
}

.textbox{
    background-color: null;
    width: 500px;
    padding: 5px;
    height: 180px;
    z-index: -2;
    float: left;
}

#caption{
    margin-top: -21;
}

.infotext {
    margin-top: 140px;
    margin-left: -55px;
    width: 500px;
    padding: 5px;
}

.sidebox{
    float:right;
    width: 375px;
    padding: 5px;
    height: 180px;
    border-left: 2px double black;
}

li::marker {
  content: "» ";
}

em {
    font-variant: small-caps;
    font-style: normal;
}

.webring-members {
    width: 550px;
}

td:nth-child(even), th:nth-child(even) {
  background-color: #eabfc8;
}

td:nth-child(odd), th:nth-child(odd) {
  background-color: #9b3047;
    color: #eabfc8;
}

th, td {
  padding: 5px;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: dimgray gray;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 16px;
}

*::-webkit-scrollbar-track {
    background: gray;
}

*::-webkit-scrollbar-thumb {
    background-color: gray;
    border-radius: 10px;
    border: 3px none dimgray;
}
