﻿:root {
    --colorNeutralForeground1: #ffffff;
    --colorNeutralForeground1Muted: #d6d6d6;
    --colorNeutralBackground1: #000026;
    --colorNeutralForeground1Link: #d6d6d6;
    --colorBrandForeground1: #0099cc;
    --colorBrandBannerSelected: var(--colorBrandForeground1);
    --colorBrandHeading1: var(--colorBrandForeground1);
    --colorBrandHeading2: var(--colorBrandForeground1);
}

@media screen and (min-width: 640px) and (min-height: 640px) {
    .Page_home {
        background-image: url(../images/backgrounds/home.png);
        background-attachment: fixed;
        background-position: right center;
        background-size: cover;
        background-repeat: no-repeat;
    }
}
