* {
    z-index: 100;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

#header {
    z-index: 999;
    height: 40px;
    width: 100%;
    position: fixed;
    background-image: url('/img/headerbackground.png');
    background-size: cover;
}

body {
    background-color: #d3d3d3;
}

#menu_pc {
    display: inline-block;
    position: absolute;
    right: 20%;
    right: 20%;
    top: 0;
}

#menu_mob {
    z-index: 9999;
    float: right;
    margin: 8px;
    display: inline-block;
}

.search {
    text-transform: uppercase;
    height: 40px;
    width: 350px;
    padding: 8px;
    padding-left: 50px;
    border-color: #5D6C7B;
    background-color: #5D6C7B;
    border-style: solid;
    border-width: 1px;
    margin-right: 0;
    border-right-width: 0px;
    color: #b7c2cc;
    
}

.search_submit {
    text-transform: uppercase;
    height: 40px;
    margin-left: -4;
    padding: 8px;
    border-color: #7b8ea2;
    border-style: solid;
    border-width: 1px;
    border-left-width: 0px;
    background-color: #7b8ea2;
    color: #CFD4D4;
}

#buttons {
    display: inline-block;
    float: right;
    text-align: right;
}

.menu_button {
    vertical-align: top;
    display: inline-block;
    position: relative;
    margin-top: 2px;
    padding: 8px;
    color: #D2D2D2;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
}

.menu_button:hover {
    color: #ffffff;
}

.icon {
    width: 30px;
    height: 30px;
}

.logo {
    position: absolute;
    width: 100px;
    top: -10px;
}

#search {
    margin-left: 30px;
    width: 500px;
    float: left;
}

#page {
    padding-bottom: 20px;
    padding-top: 45px;
    width: 80%;
    margin: auto;
    min-height: calc(100% - 40px);
}

#box {
    border-color: #535353;
    border-radius: 5px;
    border-width: 0px;
    border-style: solid;
    background-color: #e8e8e8;
    display: inline-block;
    vertical-align: top;
}

#box .inside {
    padding: 10px;
}

#box b {
    display: block;
    padding: 15px;
    background-color: #c1c1c1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: 500;
}

.form_input {
    padding: 8px;
    border-style: solid;
    border-color: darkgray;
    border-width: 1px;
    width: 250px;
    margin: 5px;
}

.form_button {
    margin: 8px;
    background-color: #364E65;
    padding: 8px;
    border-width: 0;
    border-radius: 2px;
    color: #C8D2CB;
    cursor: pointer;
}

.small {
    font-size: 12px;
}

.mention {
    cursor: pointer;
    text-decoration: none;
    color: #364E65;
    font-weight: 800;
}

#pageerror {
    margin: auto;
    /* background-color: rgba(54, 78, 101, 0.6); */
    background-color: rgba(255, 51, 51, 0.62);
    width: 500px;
    max-width: calc(100% - 20px);
    text-align: center;
    min-height: 80px;
    color: white;
    padding: 8px;
}

.postfile {
    font-size: 13px;
    color: white;
    padding: 3px;
    background-color: rgb(54, 78, 101);
    margin: 2px;
    line-height: 2;
}

#timeline {
    float: left;
    display: inline-block;
    width: 60%;
    /* min-width: 500px; */
    max-width: 100%;
}

.menubutton {
    height: 60px;
    margin-bottom: 5px;
    display: none;
}

.mobbutton {
    display: block;
    font-size: 30px;
    font-weight: 400;
    padding: 10px;
    color: #D2D2D2;
    text-decoration: none;
}

#notifications {
    box-shadow: 0px 0px 74px #364E65;
    right: 20%;
    position: fixed;
    display: inline-block;
    background-color: white;
    padding: 10px;
    padding-top: 15px;
    width: 300px;
    max-width: 100%;
    height: 400px;
}



@media screen and (max-width: 1000px) {
    
    #notifications {
        left: 0;
        padding-top: 45px;
        width: 100%;
        height: 80%;
        
    }
    
    #menu_pc {
        display: none;
    }
    
    .menubutton {
        display: inline-block;
    }
    
    #page {
        width: 100%;
        margin: none;
    }
    
    #menu {
        right: 0;
    }
    
    #timeline {
        width: 100%;
    }
    
    .logo {
        display: none;
    }
    
    #search {
        margin-left: 0px;
        height: 70px;
        width: 277px;
    }
    
    .search {
        padding: 5px;
        width: 40%;
        height: 70px;
    }
    
    .search_submit {
        height: 70px;
    }
    
    #header {
        height: 70px;
    }
    
    #page {
        padding-top: 75px;
    }
}
.menuimage {
    display: inline-block;
    height: 25px;
    width: 25px;
}

.followload {
    height: 10px;
}

#mobilemenu {
    background-color: rgba(54, 78, 101, 0.79);
    position: fixed;
    top: 70px;
    width: 100%;
    text-align: left;
    min-height: 20px;
}

