@charset "UTF-8";
/* Add your custom CSS here and enable loading this file in the template style settings. */

.page-header {
	width: 100%;
	display: flex;
	align-items: center;
}

#logo {
	max-width: 320px;
	margin: 0 0 0 20px;
}

#logo img {
	max-width: 320px;
}

.headermenu {
	position: absolute;
	right: 20px;
	width: auto;
}

a.portal {
	color: #4c3041;
}
a.portal:hover {
	color: #fff !important;
}
.portal {
	background: #c0e4ec;
	padding: 10px;
	margin-left: 10px;
}

.portal:hover {
	background: #4c3041;
}


/* Native dark mode - Add customizations here for dark mode if the browser supports it */
@media(prefers-color-scheme:dark) {


}