#logo
{
	background: url('../images/logo_mobile.svg') 50% 2px no-repeat;
	background-size: 100px;
	position: relative;
	background-size: 90px;
	height: 75px;
}

.link_logo:link
{
	display: none;
}

@media screen and (min-width : 1024px) {
	#logo
	{
		background: url('../images/logo.svg') 0px 0px no-repeat;
		background-size: 120px;
		width: 120px;
		height: 90px;
		top: 27px;
		left: 10%;
	}
}

.superhero
{
	width: 100%;
	height: 45vh;
	object-fit: cover;
	margin: 0px 0px -72px 0px;
}

@media screen and (min-width : 1024px) {
	.superhero
	{
		height: 35vw;
	}
}

h2
{
	color: #c185b9;
}