@import url('https://fonts.googleapis.com/css2?family=Manufacturing+Consent&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Grenze+Gotisch:wght@100..900&display=swap');

body {
    font-family: "Grenze Gotisch", sans-serif;
    font-size: 14pt;
    line-height: 1.2rem;
    background-image: url("https://nicomancy.neocities.org/media/stainedglass.jpg");
    background-repeat: repeat;
    color: rgba(100%, 100%, 100%, 0.5);
}

h1, h2 {
    font-weight: normal;
    text-decoration: white wavy;
    font-family: "Manufacturing Consent", sans-serif;
    font-size: 18pt;
    letter-spacing: 1px;
}

h3, h4 {
    font-weight: normal;
    border-bottom: 2px dotted white;
    font-size: 16pt;
    font-family: "Manufacturing Consent";
    
}

h1, h3 {
    color: coral;
}

h2, h4 {
    color: blueviolet;
}

hr {
    border: none;
    height: 1px;
    background: black;
    margin: 24px 0;
    display: block;
}

.post img {
    width:  400px;
    height: auto;
}

.wrapper {
    width: 889px;
    margin: auto;
}

.menu ul {
    margin:  0;
    padding:  0;
}

.menu li {
    display: inline-block;
    margin-right: 4px;
    position: relative;
    border-radius: 5px;
}

.menu {
    margin-top: 24px;
    margin-left: 6px;
    z-index: 5;
    position: relative;
    font-family: "Manufacturing Consent";
}

.menu a {
    text-decoration: none;
    color: coral;
    width: 128px;
    height: 39px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    background: black;
    letter-spacing: 1px;
}

.menu a.active {
    color: #2B345B;
    background: black;
}

.menu a:hover {
    text-decoration: dotted;
}

a.disabled {
    cursor: default;
    opacity: 0.3;
}

a.disabled:hover {
    text-decoration: none;
    background: transparent;
    cursor: default;
}

.main {
    display: flex;
    box-sizing: border-box;
    z-index: 2;
    position: relative;
    background-color: black;
    margin-top: -15px;
}

.main::before {
    display: block;
    content: " ";
    background: black;
    height: 3px;
    width: 100%;
    position: absolute;
    margin-top: -3px;
}
.content {
    padding: 12px 24px;
    flex-grow: 1;
    max-width: 660px;
    margin: 1rem;
    background: rgba(100%, 100%, 100%, 0.3);
    border: 1px solid white;
    border-radius: 5px;
    min-height: 900px;
    color: black;
}

.content img {
    max-width: 100%;
}

code {
    background: black;
    padding: 2px 4px;
    border-radius: 4px;
}

pre {
    background: black;
    padding: 2px 4px;
    border-radius: 4px;
    white-space: break-spaces;
}

.sidebar {
    padding: 12px;
    font-size: 11px;
    min-width: 150px;
    width: 150px;
    min-height: 640px;
    padding-left: 0;
    background: black;
    color: rgba(100%, 100%, 100%, 0.5);
}

.post h2 a {
    color:  inherit;
    text-decoration: none;
}

.page {
    background: transparent;
}

ul.checklist {
    padding: 0 1rem;
    margin: 0;
    margin-bottom: 2rem;
    color: rgba(100%, 100%, 100%, 0.5)
}

.sidebar a {
    color: rgba(100%, 100%, 100%, 0.5);
    text-decoration: none;
}

.sidebar a:hover {
    text-decoration: underline;
}

.page img {
    max-width: 100%;
}

.back-to-home {
    margin: 2rem 0;
    display: block;
    text-align: center;
}

.content img + img {
    margin-top: 6px;
}

iframe {
    border: none;
    min-height: 75px;
    width: 100%;
    background: black;
    color: rgba(100%, 100%, 100%, 0.5)
}

iframe[name=sidebar] {
    height: 100%;
}

/* WebKit-based browsers (Chrome, Safari, newer Edge) */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: black;
    border-radius: 10px;
    border: 3px solid black;
}

::-webkit-scrollbar-thumb:hover {
    background-color: black;
}

body.sidebar {
    background-color: black;
    padding: 0;
    margin: 0;
}

body.header {
    background-color: black;
    padding: 0;
    margin: 0;
}

body.header {
    overflow: hidden;
}

iframe[name=header] {
    background: transparent;
    height: 75px;
}

.width-50 {
    width: 50%;
}

.border {
    border: 1px solid black;
}

.border-0 {
    border: none;
}

.content a {
    color: black;
}

th {
    background: black;
}

th, td {
    padding: 3px 6px;
    border: 1px solid #364974;
    vertical-align: top;
}

table.border-0 th, table.border-0 td {
    border: 0;
}

div[name="404"] {
    background: black;
}