/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
/* Make the top logo header scroll naturally with the page */
.navbar.fixed-top, .ls-heading.ls-header, #top-container {
    position: relative !important;
    top: auto !important;
}

/* Remove any artificial top spacing meant for the fixed header */
body {
    padding-top: 0 !important;
}
/* Completely hide the header logo area ONLY on the final End Message page */
.page-submit .navbar, 
.page-submit .ls-heading, 
.page-submit #top-container,
.submit-page .navbar, 
.submit-page .ls-heading, 
.submit-page #top-container {
    display: none !important;
}