#sidebar, #main{
    display:table-cell;
}

#sidebar{
    padding-top:16px;
}

#content{
    min-height:500px;
}

#header:before{
    content:none;
}
#header{
    background-color: transparent;
    background-image: url(/sdss/images/Timisoara_2.jpg);
    background-size: cover;
    min-height: 190px!important;
}
#headertext h1{
    text-shadow:-1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 2px black, 0 0 25px black, 0 0 5px black;
}
h1{
    font-size:2em;
}

#menu a{
    text-transforM:uppercase
}

@media screen and (max-width: 1000px) {
    #sidebar{
        display:none!important;
    }
    #main{
        display:block!important;
    }
    #header{
        min-height:100px!important;
    }
    h1{
        font-size:21px;
    }
}