#top {
	margin-bottom: 0;
}


main {
	padding: 0;
	width: 100%;
}

#slide {
	position: relative;
	height: 30vh;
	max-height: 540px;
	background: url('img/eliminare_pidocchi_bambini.jpg');
	background-position: center center;
	background-size: cover;
}

#slide img {
	margin: 0;
}

#slide hgroup {
	position: absolute;
	left: 1rem;
	bottom: 1rem;
	max-width: calc(100% - 2rem);
	background-color: rgba(255,255,255,.9);
	padding: 2rem 4rem;
}

#slide h1 {
	color: rgb(123, 40, 128);
	font-size: 3rem;
}

#slide h2 {
	color: rgb(123, 40, 128);
}