/*************************************
 *            Colors                 *
 *************************************/

 :root {
    --link_color: #a800be;

    --stripe_color: #BDBDBD;
    --highlight_color: #a800be;

    --chart1: #a800be;
    --chart2: #690077;
    --chart3: #BDBDBD;
}

/*************************************
 *            Logos                  *
 *************************************/

#pica_logo_small {
    background-image: url("/branding/logo_small.png") !important;
}

#pica_logo_big {
    background-image: url("/branding/logo.png") !important;
}

/*************************************
 *            Wallpaper              *
 *************************************/

body.wallpaper {
    background: url("/branding/wallpaper.jpeg") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}
