
@font-face {
    font-family: "Onli";
    src: url("Fonts/Onli/OnliLight.ttf");
}

body {
    font-family: 'Onli', sans-serif;
    font-size: 15px;
    line-height: 1.2rem;
    background: #364974;
    color: #222548;
    cursor: url(img/misc/cursor.gif), auto;
}


#header{
margin-bottom: 10px;
padding: 10px;
border-bottom: 1px solid #99b7ff;
background-image: linear-gradient(#4476FF, #EBF1FF);
color: #fff;
letter-spacing: 0px;
}

h1, h2, h3, h4 {
    font-size: 14px;
    letter-spacing: 1px;

}

h1 {
    border-bottom: 2px dotted #6893a4;
}

h2 {
    border-bottom: 2px dotted #90b291;
    margin-top: 2rem;
}

h3 {
    font-size: 15px;
    letter-spacing: 3px;
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: 1px solid #739e43;
    background-image: linear-gradient(#739e43, #b2b6c2);
    color: #fff;

}

hr {
    border: none;
    height: 1px;
    background: #c2c89a;
    margin: 24px 0;
    display: block;
  }

.post img {
    width:  400px;
    height: auto;
}

.wrapper {
    width: 1350px;
    margin: auto;
}

.header {
    box-sizing: border-box;
    position: absolute;
    width: 1450px;
}

.character {
    position: relative;
    left:690px;
    top: -250px;
    width:50%;
    
}

.site-title {
    letter-spacing: 3px;
    margin-top: 200px;
    font-size: 70px;
    font-family:'Offbit Trial';
    font-weight:bold;
  
}

.site-title a {
    color: #90b291;
    text-decoration: none;
    margin-left:20px;
}

.site-subtitle {
    font-size: 15px;
    height: 22px;
    margin-top: 10.5px;
    margin-left:216px;
    color: #6893a4;
    letter-spacing: 1px;
}

.menu ul {
    margin-top: 20px;
    
    margin-left:-10px;
    padding:  0px;
}

.menu li {
    display: inline-block;
    text-align: left;
    margin-right: 4px;
    position: relative;
    font-size: 15px;
    margin:-4px;
}

.menu {
    text-transform: lowercase;
    text-align: left;
    margin-top: 0px;
    margin-left: 6px;
    z-index: 5;
    position: relative;
}

.menu a {
    text-decoration: none;
    color: #2f3318;
    width: 128px;
    height: 39px;
    line-height: 45px;
    text-align: left;
    display: inline-block;
    background-image: url('img/button-inactive.png');
    letter-spacing: 1px;
    margin-left:10px;
}

.menu a.active {
    color: #8ff06e;
    background-image: url('img/button-active.png');
    
}

.menu a:hover {
    text-decoration: underline;
    color:#6ae675;
}


a.disabled:hover {
    text-decoration: none;
    color: #222548;
    background: transparent;    
}

.main {
    display: flex;
    box-sizing: border-box;
    z-index: 2;
    position: relative;
    background-image: url('img/main-tile.png');
    background-color: #90b291;
    margin-top: 1px;
}

.main::before {
    display: block;
    content: " ";
    background-image: url('img/main-top.png');
    height: 3px;
    width: 100%;
    position: absolute;
    margin-top: -3px;
}
.content {
    padding:5px;
    max-width: 65%;
    margin: 1rem;
   border-radius: 10px;
    min-height: 250px;
}
.container {
  max-height: 500px;
  background-image: url('img/misc/grid.jpg');
  margin: 12px;
  padding:15px;
  border:#739e43;
  border-width: 1px;
}

.content img {
    max-width: 100%;
}

code {
    background: #dbe1b6;
    padding: 2px 4px;
    border-radius: 4px;
}

pre {
    background: #dbe1b6;
    padding: 2px 4px;
    border-radius: 4px;
    white-space: break-spaces;
}

.lsidebar {
    padding:5px;
    margin: 15px;
    font-size: 11px;
    width: 250px;
    height: 100%;
    background-color: #90b291;
    
}

.rsidebar {
    margin-top: 33px;
    margin-right: 20px;
    font-size: 11px;
    min-width: 250px;
    width: 250px;
    height: 833px;
    min-height: 100px;
    background-color: #90b291;
}

.post h2 a {
    color:  inherit;
    text-decoration: none;
}

.page {
    background: transparent;
}

ul.checklist {
    padding: 0 1rem;
    margin: 0;
    margin-bottom: 2rem;
}

.sidebar a {
    color: inherit;
    text-decoration: none;
}

.sidebar a:hover {
    text-decoration: underline;
    color: #222548;
}

.page img {
    max-width: 100%;
}

.back-to-home {
    margin: 2rem 0;
    display: block;
    text-align: center;
}

.content img + img {
    margin-top: 5px;
}

iframe {
    border: none;
    height: 100%;
    width: 100%;
}

html, body {
    scrollbar-width: thin; 
    scrollbar-color: #6fa3a9 #2c3e50;
}

/* WebKit-based browsers (Chrome, Safari, newer Edge) */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #2c3e50;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #6fa3a9;
    border-radius: 10px;
    border: 3px solid #2c3e50;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #d9e2c6;
}

body.sidebar {
    background-color: #90b291;
    padding: 0;
    margin: 0;
}

body.header {
    background-color: transparent;
    padding: 0;
    margin: 0;
}

body.header {
    overflow: hidden;
}

iframe[name=header] {
    height: 313px;
    width: 1351px;
    margin-bottom: -7px;
    z-index: 3;
    position: relative;
}

.timer {
    height: 40px;
    width: 150px;
    margin-bottom: -7px;
    z-index: 3;
    position: relative;
}

.width-50 {
    width: 50%;
}

.border {
    border: 1px solid #6893a4;
}

.border-0 {
    border: none;
}

.content a {
    color: #346d84;
}

th {
    background: #90b291;
}

th, td {
    padding: 6px 8px;

    border: 0px solid #739e43;
    vertical-align: center;
}

table.border-0 th, table.border-0 td {
    border: 0;
}

.timecounter {
  padding:-20px;
  margin-bottom: -120px;
  margin-top:-0px;
}

.twitch:hover {
color: #328c13;
cursor: url(img/misc/cursorpoint.gif), auto;
}