/* custom css styles */
@import url(colors.css);
@import url(variables.css);

:root {
    /* overrider color definitions from colors.css, variables.css */
    /* colors are defined in colors.css */

    /* logos and images */
    --logo-main: url(../branding/logo.png);
    --logo-main-height: 140px;

    --banner-start: url(../branding/background.jpg);

    --product-logo: url(../branding/logo.png);
    --product-logo-height: 140px;

    --dashboard-logo: url(../branding/logo.png);

    --logo-welcome: url(../branding/logo-white.png);
    --banner-welcome: url(../img/banner.jpg);
}

.logo {
	margin-left: -1px;
	margin-right: -1px;
}

.dashboard .claim {
    display: flex;
}

.dashboard .motd {
	text-align: right;
	font-size: x-large;
	width: 100%;
}

.dashboard .motd:after {
	content: 'smooth. // modern. // digital.';
}

.search-view .metadata-region {
	display: none;
}

