@charset "UTF-8";

.header-inner h1 a{
	--bg-image: url(../img/logo-akademeia.png) no-repeat;
	background: var(--bg-image);
	background-size: 131px auto;
	display: block;
	width: 131px;
	height: 42px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#contentArea h1 a{
	background: url(../img/logo-akademeia.png) no-repeat;
	background-size: 466px auto;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

@media only screen and (max-width: 768px) {

.header-inner h1 a{
	background: url(../img/logo-akademeia.png) no-repeat;
	background-size: 186px auto;
	width: 186px;
	height: 64px;
}

}
