@CHARSET "ISO-8859-1";

#olSiteTitle h1
{
	color: #edbd56;
	font-size: 16.5pt;
	margin: 0 0 0 20px;
	flex-grow: 1;
}

#olSiteTitle img
{
	flex-basis: 90px;
}

#olSiteTitle h2
{
	color: #edbd56;
	margin-bottom: 2ex;
}

#olSiteTitle > div
{
	display: flex;
	flex-direction: row;
	align-items: center;
}

@media only screen and (max-width: 480px)
{
	#olSiteTitle h1
	{
		font-size: 14pt;
	}
}