#header {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: transparent;
    padding-top: 0px;
    margin-top: 70px;
    z-index: 3;
}

#header_logo {
    position: relative;
    width: 100%;
    top: 50%;
    left: 0%;
    color: #FFF;
    text-shadow: 0px 0px 15px #000;
    font-style: italic;
    font-size: 25px;
    margin-left: 20px;
    margin-top: -260px;
}

#seemore {
    display: block;
    font-size: 15px;
    position: absolute !important;
    display: block;
    bottom: 0%;
    left: 0;
    right: 0;
    color: #FFF;
    width: 100%;
    margin-bottom: 80px;
    text-align: center;
    text-shadow: 0px 0px 15px #000;
    opacity: 1;
}

#content {
    margin-top: 30px !important;
}

#content_bg{
    position: relative;
    top: 0%;
    width: 100%;
    left: 0%;
    height: 100vh;
    background-color: #2f2f2f;
    background-image: url(../images/content_header.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

#header {
    position: absolute;
    top: 0%;
    height: 100vh;
    background-image: none !important;
}

@media(max-width: 650px){
    #header_logo {
        width: calc(100% - 70px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        top: 0% !important;
        margin-top: 50px !important;
        padding-top: 0px;
    }

    #header_logo img {
        width: 100% !important;
    }
}