﻿:root {
    --bs-primary: #2076c0;
    /*--bs-secondary: #081F2B;*/
    --bs-secondary: #cfcdcd;
    --bs-link-color-rgb: #2076c0;
}

/*Public Pages*/
.public-body {
    /*background-color: #081F2B !important;*/
    background-color: #cfcdcd;
}

.top-bar {
    height: 10px !important;
    background: var(--bs-primary);
}
