
/* hide WP admin bar during dev */
#wpadminbar {
    display: none !important; 
}

html {
    margin-top: 0 !important;
}