/*Buttons Theme Alt Contrast*/
:root {
    --theme-alt-darker: #7DB300;
    --theme-alt-contrast: #222;
}

/*Scroll to Top button color*/
.to-top--dark {
    background-color: #00698f;
}
.to-top--dark:hover {
  background-color: #003E55;
}

/*Heading background color*/
.pre-top {
background-color: #00698f;
color:#ffff;
}

.pre-top a {
color: #ffff;
}