/* global stylezzz*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Poppins", sans-serif;
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 25px;
}

p {
	font-size: 18px;
}

/* kleur links*/
a {
	color: antiquewhite;
	text-decoration: none;
}

/*nav en hero*/

.hero {
	position: relative;
}

.foto-hero img {
	width: 100%;

	margin-bottom: 100px;
	z-index: 0;
	clip-path: polygon(0 0, 100% 0%, 100% 90%, 51% 100%, 0 90%);
}

@media only screen and (min-width: 600px) {
	.foto-hero-mob {
		display: none;
	}
}

.titel {
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%, 50%);
	color: antiquewhite;
}

.Vachtverzorging {
	color: #363b3c;
	width: 1200px;
	margin: auto;
	margin-bottom: 100px;
}

.Vachtverzorging a {
	color: #363b3c;
}

@media only screen and (max-width: 600px) {
	* p,
	h2,
	ul {
		padding: 0 20px;
	}

	h2 {
		font-size: 20px;
		line-height: 25px;
	}

	.Vachtverzorging {
		width: 100%;
		padding-top: 100px;
		margin-bottom: 100px;
	}

	.foto-hero img {
		display: none;
	}

	.foto-hero-mob img {
		width: 100%;

		margin-bottom: -100px;
		z-index: 0;
		clip-path: polygon(0 0, 100% 0%, 100% 90%, 51% 100%, 0 90%);
	}

	.titel {
		position: absolute;
		top: 1%;
		left: 50%;
		transform: translate(-0, -50);
		color: antiquewhite;
	}

	.titel h1 {
		font-size: 20px;
	}
}