/*
 * Copyright (c) 2019-2023 Calgary Scientific Inc., all rights reserved.
 */

:root
{
    --brand-action-color-hex: #cc8b00;
    --brand-action-color-rgb: 204, 139, 0;
}

body
{
    display: flex;
    margin: 0;
}

#header
{
    background: url("/themes/strokeviewer/strokeviewer_serverpagelogo.png") no-repeat top left;
    background-size: contain;
    height: calc(3.5vw + 20px);
    max-height: 67px;
    min-height: 45px;
}

#partner-name
{
    text-align: center;
}
