/* Start custom CSS */html[lang]{
overflow: hidden;
    margin-top: 0!important;
}
#page > header{
    display: none;
}
#content{
    display: none;
}
#wpadminbar{
    display: none!important;
}

#page .main-header {
    display: none !important;
}


@media (min-width: 980px){
    body.page-template-template-privacy .site-footer .site-info .copy-right-txt {
        width: 65%;
    }
}/* End custom CSS */