:root {
    --menuBackground: #0876ae;
    --menuIconBackground: #0876ae;
    --menuText: #fff;
    --menuSelected: #ffffff;
    --menuSelectedText: #333;
    --menuBorder: #fff;
    --menuIcon: #fff;
    --menuIconSelected: #0876ae;
    --loginMenu: #0876ae;
    --loginText: #fff;
    --entryMenu: #fff;
    --entryMenuText: #000;
    --breadcrumb: #fff;
    --breadcrumbText: #0876ae;
    --eventDDL: #0876ae;
    --topHeaderBackground: #fff;
    --headerBackground: #0876ae;
    --headerTopText: #333;
    --headerText: #fff;
    --stickyHeaderText: #fff;
    --highlight: #fff;
    --highlightText: #0876ae;
    --footerLinkText: #fff;
    --footerParaText: #fff;
    --footerLogoText: #fff;
    --footerHeading: #fff;
    --footerBackground: #0876ae;
    --footerCopyrightLink: #fff;
    --button: #0876ae;
    --buttonText: #fff;
    --score-header: #0876ae;
    --score-header-text: #fff;
    --scorePod: #0876ae;
    --scorePodText: #fff;
    --drawLine: #0876ae;
    --drawSplit: #fff;
    --barBackground: #333;
    --barText: #fff;
    --barHeadingText: #fff;
    --primary: #0876ae;
    --sc-primary: #1e1d1a;
    --danger: #fe5a0e;
    --warning: #ffae00;
    --bright: #FDE428;
}

.menu:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: -2;
}

.stickyhead:before, .simpleHeader:before {
    background-image: url(../../images/bg/header-bg.jpg);
    opacity: 0.08;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

section#FooterRow:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url(../../images/bg/sponsors-bg.jpg);
    opacity: 0.1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ffoot:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-image: url(../../images/bg/AUS-footer-bg.jpg);
    opacity: .2;
    /* z-index: auto; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

body {
    background-color: #fff;
    position: relative;
}

body:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../../images/bg/page-bg.jpg);
    background-position: center;
    opacity: 0.05;
}