/* FONTS */
/* HTML & BODY */
html {height: 100%;}
body {
width: 100%;
margin: auto;
background-color: lightslategrey;
}
/* PAGE HEADER */
#header_image_home { /* Try z-index: -1; to have content scrolling over - margins will need adjusting */
background-color: rgb(29,49,49);
background-image: url("/images/headers/index/index_w750.jpg");
background-repeat: no-repeat;
background-position: top;
background-size: cover;
height: 275px;
min-width: 100%;
max-width: 100%;
margin: auto;
margin-top: 40px;
position: sticky;
top: -170px;
}
#page_title { /* This may be best floating above content div rather than inside header div */
font-family: sans-serif;
font-size: large;
width: 100%;
text-align: center;
position: absolute;
bottom: -14px;
color: azure;
}
#menubar {
background-color: darkslategrey;
color: azure;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 40px;
}
#menubar_logo img { /* Logo file is controlled by media="" in