html {
    background-color: rgb(226, 193, 149);
}

div[name="header"] {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgb(36, 36, 73);
    border-radius: 20px;
}

h1 {
    font-family: "CSRubeus";
    color: #ce8e18;
    font-size: 100pt;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.2em;
}

h2 {
    font-family: "BartonMiles";
    color: #ce8e18;
    text-align: center;
    font-size: 60pt;
    margin-bottom: -50pt;
    font-weight: normal;
}

h3 {
    font-size: 36pt;
    padding-left: 5%;
    padding: -200px;
}

h4 {
    font-weight: normal;
    text-align: center;
}

br {
    display: block;
    margin: 10px;
}

div[name="chapter"]{
    border-radius: 30px;
    background-color: rgb(209, 175, 130);
    box-shadow: 0 0 15px 15px rgb(209, 175, 130);
    margin: 5%;
    padding: 10%;
    padding-bottom: 60px;
    padding-top: 0.4em;
}

div[name="text"]{
    text-align: left;
    padding: -20em;
}

body {
    font-family: "BartonMiles";
    font-size: 28pt;
    color: rgb(24, 6, 0);
}

div[name="chapter"] {
    margin: 50px;
}

ul[name="navbar"] {
    font-family: "BartonMiles";
    text-align: left;
    font-size: 30pt;
    color: #ce8e18;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

.redacted {
    background-color: rgb(24, 6, 0);
    user-select: none;
}

.strikethrough {
    text-decoration: line-through;
}

.margin {
    padding-left: 5%;
    display: block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    font-size: 20pt;
    text-wrap-mode: nowrap;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

li[name="navbar_item"] {
    display:inline;
    align-content: center;
    padding-right: 20px;
}

a {
    color: rgb(255, 255, 255);
    text-decoration-line: none;
}

a:hover {
    color: rgb(216, 139, 164);
}

@font-face {
    font-family: "CSRubeus";
    src: url("CSRubeus-Regular_demo.otf");
}

@font-face {
    font-family: "BartonMiles";
    src: url("Barton\ Miles.otf");
}