/**
 * Child-theme presentation overrides.
 * By Aether Media Team
 */

.mc-site-title {
	margin: 0;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.2;
}

.mc-site-title a,
.mc-site-title a:visited {
	color: #ffffff;
	text-decoration: none;
}

.mc-site-title a:hover,
.mc-site-title a:focus-visible {
	color: #ffb52e;
}

@media (max-width: 640px) {
	.mc-site-title {
		font-size: 24px;
	}
}
