/* women's day */
/* Bubbles */
canvas {
    position:fixed;
    top:0;
    left:0;
    pointer-events: none;
    z-index: 99999;
    transform: rotate(180deg);
}
/* Background */
main, footer {
    background: none !important;
}
body {
    background: url(/templates/stpstyle/images/8bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    /* filter: sepia(20%); hue-rotate(350deg); *//*saturate(1.2);*/
}
.redline,.redline8,.redline10,.redline15,.redline15r,.redline1,.redline2,.redline5  {
  background: #EB565C !important;
}
a {
    color: #EB565C;
}
hr {
    border-top: 2px solid #EB565C;
}