html {
    background-color: #869960;
}

body{
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 87%;
}

/* .sidebar .changelog{
    font-size: 80%;
} */

.changelog h2{
    border-bottom: 1px solid darkslategrey;
}

.changelog {
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    /* text-align: center; */
    padding: 10px 5px;
    background-color: lightgray;
    font-size: 100%;
    /* margin: 5px; */
    /* max-width: fit-content; */
    border-top: 1px black solid;
}

.changelog::-webkit-scrollbar {
    display: none;
}

.timm-forum{
    width: 400px;
    height: 300px;
    margin-bottom: -54px;
    left: -94px;
    top: -30px;
    position: relative;
}

img{
    max-width: 100%;
    height: auto;
}

a{
    color: black;
    text-decoration: none;
}

/* Banner Overlay */
.image-banner img{
    display: block;
}

.banner-description{
    position: relative;
    bottom: 0;
    left: 0;
    color: #FFF;
    background-color: rgba(0, 0, 0, .65);
    padding: 15px 25px;
}

.container {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
}

header {
    padding-top: 20px;
    color: #607140;
}

header h1 {
    margin: 0;
    font-weight: normal;
    font-size: 165%;
}

header p {
    margin: 0;
}

/* Site Navigation */
.site-nav {
    margin-top: 20px;
}

.site-nav ul{
    margin: 0;
    padding: 0;
}

.site-nav li{
    list-style: none;
    float:left;
    margin-right: 5px;
}

.site-nav a {
    display: block;
    color: #617140;
    text-decoration: none;
    padding: 10px 20px;
    border: 3px solid #e5e9dc;
}

.site-nav a:hover{
    background-color: #e5e9dc;
}

.content-area{
    border-top: 3px solid #e5e9dc;
    border-bottom: 3px solid #e5e9dc;
}

.main-area{
    width: 66%;
    float: left;
    padding-right: 40px;
    box-sizing: border-box;
}

.sidebar{
    width: 34%;
    float: left;
    background-color: #e5e9dc;
    /* padding: 20px 40px; */
    box-sizing: border-box;
    /* font-size: 85%; */
}

footer {
    text-align: center;
    font-size: 85%;
    color: #999;
    padding-bottom: 20px;
    padding-top: 20px;
}

.fix {
    clear: both;
}

.group:before, .group:after {
    content: "";
    display: table;
}

.group:after{
    clear: both;
}

.group {
    zoom: 1;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    body{
       font-size: 16px; 
       text-align: center;
    }

    .main-area{
        width: auto;
        float: none;
        padding-right: 0px;
    }

    .sidebar{
        display: none;
    }

    .changelog{
        display: none;
    }

    header{
        border-bottom: 3px solid #e5e9dc;
    }

    .container{
        width: auto;
    }

    .content-area{
        width: auto;
    }
    
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .sidebar{
        display: none;
    }

    .container{
        width: auto;
    }
    .main-area{
        width: auto;
        float: none;
        padding-right: 0px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
/* @media only screen and (min-width: 768px) {

} */

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .main-area{
        width: 66%;
        float: left;
        padding-right: 40px;
    }
    .sidebar{
        display:block;
    }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
/* @media only screen and (min-width: 1200px) {

} */