/*body {
    background-image: url(../static/KESLogoDesaturated.png);
    background-position: center top;
    background-repeat: repeat;
    background-size: 35%;
    background-color: rgb(140,100,105);
    font-family: "Courier New", monospace;
}*/

html{
    min-height: 100%;
}

body {
    min-height: 100%;
    background-image: url(../static/KEStrelLogo.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 20%;
    background-color: rgb(140,100,105);
    font-family: "Courier New", monospace;
    background-attachment: fixed;
    padding: 0px;
}

ul.menu-bar{
    list-style-type: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 4px solid #000000;
    width: 100%;
    z-index: 2;
    position: fixed;
    top: 0;
    background-color: rgb(149,17,54);
}

li.menu-item{
    display: inline;
    float:left;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
}

/* START DEPRECATED 
table.menu-bar{
    border-collapse: collapse;
    height: 10vh;
    background-color: rgb(149,17,54);
}

a.menu-link {
    font-family: "Courier New", monospace;
    font-size: 2vh;
}

*/

div.menu-bar-spacer {
    height: 5vh;
}

div.central-column {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    width: 60%;
    background-color: rgba(255, 255, 255, 0.25);
}

textarea {
    resize: vertical;
    width: 100%;
}

li a.menu-link{
    display:block;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    padding: 5px 5px;
}

a:visited.menu-link{
    color: #ffffff;
}

a:hover.menu-link{
    color: rgb(128, 128, 255);
    background-color:rgba(0, 0, 0, 0.25);
}

div.post-box {
    background-color: white;
    width: 100%;
    opacity: 75%;
    border-style: solid;
    outline-color: black;
}

div.comment-box {
    margin-left: auto; 
    margin-right: 0;
    background-color: white;
    width: 95%;
    border-style: solid;
    outline-color: black;
}

tr.post:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.75)
}

tr.post:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.6)
}

tr.headings {
    font-family: "Courier New", bold;
    color: rgba(255,255,255);
    background-color: rgba(0, 0, 0, 0.75)
}

.not-selectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid rgb(0, 0, 0);
    text-align: left;
    padding: 8px;
}

div.forum-page-selector {
    width:25%;
    white-space: nowrap;
}

a.forum-page-selector {
    text-decoration-line: none;
}