html {
    height: 100vh;
    min-height: 1050px;
    padding-left: calc(100vw - 100%);
    background-image: url("/graphics/background.jpg");
    background-color: #ce9661;
}

body {
    margin: 0;
}

body #decorations {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100vw - (100vw - 100%));
    height: 100vh;
    min-height: 1050px;
    overflow: hidden;
}

body #decorations #ruler {
    position: absolute;
    top: -120px;
    right: calc(50vw - (100vw - 100%) + 350px);
}

body #decorations #stain {
    position: absolute;
    top: 405px;
    right: calc(50vw - (100vw - 100%) + 355px);
    opacity: 0.4;
}

body #decorations #paperclip {
    position: absolute;
    transform: rotate(-20deg);
    top: 146px;
    right: calc(50vw - (100vw - 100%) + 434px);
    z-index: 1;
}

body #decorations #coffee {
    position: absolute;
    top: -100px;
    left: calc(50vw + 290px);
}

body #decorations #pen {
    position: absolute;
    top: 425px;
    left: calc(50vw + 450px);
}

body #body {
    position: relative;
    height: 100vh;
    min-height: 1050px;
    width: 960px;
    margin: 0 auto;
}

header {
    height: 120px;
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.3);
}

header img {
    width: 102%;
    position: relative;
    left: -11px;
}

nav {
    display: flex;
    align-items: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

nav img {
    position: absolute;
    width: 100%;
    z-index: -1;
}

nav #tabs {
    display: flex;
    flex: 1;
    padding-top: 2px;
    padding-left: 41px;
    list-style-type: none;
}

nav #tabs li {
    position: relative;
    padding-right: 18.5px;
}

nav #tabs li a {
    color: black;
    z-index: 2;
}

nav #tabs li img {
    display: none;
    z-index: 2;
    position: absolute;
    top: 20px;
    left: -36px;
    width: 300px;
    transform: scaleX(-1);
}

nav #tabs li div {
    display: none;
    position: absolute;
    z-index: 2;
}

nav #tabs li div .postItHeading {
    position: absolute;
    font-size: 17pt;
    line-height: 61px;
    width: 228px;
    text-align: center;
}

nav #tabs li div ul {
    list-style: disc;
    position: absolute;
    top: 56px;
    left: -15px;
    line-height: 30px;
    width: 213px;
}

nav #tabs li:hover img, 
nav #tabs li:hover div {
    display: block;
}

main {
    display: flex;
    margin-top: 5px;
    padding-bottom: 15px;
    flex: 1;
}

article {
    width: 670px;
    margin-right: 10px;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.4);
    background-color: white;
    max-height: 1000000px;
}

article.noticePage {
    margin: 15px 0 0;
    width: 100%;
}

body.updatingPage #paperclip {
    display: none;
}

aside {
    width: 230px;
    margin-left: 10px;
    padding: 10px 20px 15px;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.4);
    background-color: white;
    max-height: 1000000px;
}

aside p {
    font-size: 11pt;
}

aside img {
    width: 100%;
}

blockquote {
    font-style: italic;
    color: grey;
    border-left: 5px solid grey;
    margin-left: 0;
    padding-left: 20px;
}

iframe {
    border: none;
}

del, del a {
    color: grey;
}

ins {
    text-decoration: none;
    font-style: italic;
}

#container {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100vh;
    min-height: 1050px;
}

#search {
    width: 146px;
    margin-right: 42px;
    border-bottom: 2px solid black;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    background: none;
}

#pushpin {
    width: 100px;
    z-index: 1;
    top: 133px;
    right: -53px;
}

#breadcrumb {
    display: flex;
    list-style: none;
    white-space: nowrap;
    margin: 0;
    padding: 9px 20px 9px 58px;
    border-bottom: 1px dashed lightgrey;
}

#breadcrumb li {
    display: inline-block;
}

#breadcrumb li:not(:last-child):after {
    content: ">";
    padding: 0 12px 0 10px;
}

#breadcrumb li:last-child {
    font-style: italic;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 3px;
}
    
#content {
    padding: 10px 20px 15px;
}

#footer {
    position: relative; 
    display: flex;
    align-items: start;
    height: 175px;
    min-height: 175px;
    box-shadow: 10px 19px 6px 2px rgba(0, 0, 0, 0.4);
}

#notepad {
    width: 1020px;
    position: absolute;
    left: -31px;
    z-index: -1;
}

#footer .footerText {
    display: flex;
    align-items: center;
    padding: 10px 12px 0 12px;
    font-size: 15px;
}

#copyright {
    flex: 1;
}

#version {
    padding: 0 40px;
    text-align: center;
}

#maintainers {
    font-style: italic;
    text-align: right;
}

#backToTop {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 91px;
    height: 62px;
}

#backToTop .upArrow {
    font-size: 26pt;
    text-decoration: none;
}

#backToTop .text {
    width: 45px;
    text-align: center;
    font-size: 10pt;
    font-style: italic;
    line-height: 13px;
}

#emblem {
    position: absolute;
    width: 120px;
    top: 68px;
    left: 88px;
}

#links {
    position: absolute;
    top: 81px;
    left: 204px;
    line-height: 24px;
}

#membership {
    position: absolute;
    top: 76px;
    left: 378px;
}

#membership button {
    cursor: pointer;
    font-size: 17pt;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 1);
}

#chairs {
    position: absolute;
    top: 130px;
    left: 335px;
    width: 350px;
    text-align: center;
}

#chairs #roles {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#chairs #names {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#socials {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    top: 82px;
    right: 10px;
    line-height: 23.5px;
}

#socials div {
    display: flex;
}

#socials img {
    align-self: center;
    height: 18px;
    margin-left: 5px;
}
