/* Hide default theme header and remove spacing */
#header, 
#headerimg, 
.site-header {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

#footer,
.site-footer {
	display:none !important;
}

body {
    margin-top: 0 !important;
}

