/*This will hide the bottom footer bar as added in by the DNN Theme 33*/
/*Other uses include hiding the logo when the user scrolls donw the page, and adding some margins to the top of headings.  */
/*This Container theme has been developed specifically for use on https://www.palliaged.com.au */
#footer1 > footer > div.Footer_Bottombg {
    display:none;
}
.roll_logo {
    display: none !important;
}

h1,h2,h3,h4,h5{
    padding-top: 6px;
}