﻿/*
html, body {
    font-size: 1rem;
}

    body {
    height: 100vh;
}

body[data-member]::before {
    content: "";
    background-image: url('/images/logo/background-logo.svg');
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.03;
}
*/
.siteTitle img {
    max-height: 40px;
    margin-bottom: 0.5em;
}

/*
.top-row:not(.top-main) {
    background-color: #0A2139 !important;
    border-bottom: 1px solid #0AF47D;
}

.sidebar {*/
    /*    background: transparent linear-gradient(0deg, #0F2D52 0%, #005DA6 100%) 0% 0% no-repeat padding-box !important;*/
    /*background: transparent linear-gradient(0deg, #0A2139 0%, #0A2139 100%) 0% 0% no-repeat padding-box !important;
}*/

hr.separator {
    color:#fff;
}
