.menu {
    display: block !important;
    background-color: rgba(20,20,20,0);
}

#menubtn_mobile {
    opacity: 1 !important;
}

.blog_header_img {
    width: 100%;
    height: 50vh;
    background-image: url('img/beneyes.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.blog_header_img:after {
    content: "";
    opacity: 0.6;
    background-color: black;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    position: absolute;
    z-index: 1;
}

.blog_header_img:before {
    content: "BLOGI";
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    position: absolute;
    z-index: 2;
    color: white;
    text-align: center;
    line-height: 50vh;
    vertical-align: middle;
    font-family: 'Oswald', sans-serif;
    font-size: 75px;
    font-weight: 200;
    opacity: 0.8;
    letter-spacing: 10px;
}

.header_img {
    height: 50vh !important;
    display: none !important;
}

h2, .blog_title {
    width: 100%;
    font-size: 40px;
    margin-top: 50px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    line-height: 1.1;
    letter-spacing: 0.08em;
    color: rgba(180,180,180,1);
}

#leftbar {
    max-width: 750px;
    float: left;
    margin-bottom: 50px;
}

.blogcontent img {
    width: 100%;
    height: auto;
    margin: 20px 0px;
}

.blogcontent .kuvateksti {
    font-size: 13px;
    text-align: center;
    margin: 0;
}

.blogcontent .date {
    font-size: 15px;
    margin-bottom: 20px;
}

#author {
    height: 80px;
    line-height: 80px;
    font-weight: 700;
    vertical-align: middle;
    padding: 0px 0px 20px 0px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

#author img {
    margin: 0px 20px 0px 0px;
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 40px;
}

#sidebar {
    position: relative;
    width: 250px;
    float: right;
    padding-top: 50px;
}

#sidebar a {
    width: calc(100% - 20px);
    display: block;
    padding: 10px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.04em;
    background-color: rgba(150,150,150,0);
    transition: all 0.3s ease-out;
}

#sidebar p {
    display: block;
    margin: 0px 0px 5px 0px;
    color: white;
    font-weight: 700;
    font-size: 13px;
}

#sidebar a:hover {
    background-color: rgba(150,150,150,0.2);
    transition: all 0.3s ease;
}

#backtotop {
    width: 20px;
    height: 20px;
    position: fixed;
    z-index: 3;
    bottom: 40px;
    right: 40px;
    padding: 20px;
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
    display: none;
    transition: all 0.3s ease-out;
}

#backtotop img {
    width: 20px;
    height: 20px;
    opacity: 0.4;
    transform: rotate(90deg);
}

#backtotop:hover {
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

@media only screen and (max-width: 1047px) {
    #sidebar {
        display: none;
    }
}