:root {
	--primary: #e61973;
	--secondary: #64bd9a;
}

body {
	font-family: "Poppins", sans-serif;
}

.contact {
	font-size: 16px;
	padding: 10px 0px;
}

.contact a {
	color: #000;
	font-weight: bold;
}

.logo {
	margin: 10px 0px;
}

.nav-link {
	font-size: 18px;
}

footer {
	color: #fff;
}

footer nav a.nav-link {
	color: #fff;
	padding: 0.5rem 0rem;
}

footer .top {
	background: #333333;
	padding: 60px 0px;
}

footer .bottom {
	background: #222222;
}

footer .bottom a {
	color: #fff;
}

#pagehead {
	position: relative;
	-webkit-clip-path: ellipse(115% 78% at 35% 21%);
	clip-path: ellipse(115% 78% at 35% 21%);
}

.posabs {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.spacer {
	height: 1rem;
}

#content .btn:not(.btn-admin) {
	border-radius: 30px;
	padding: 0.8rem 1.8rem;
}

#content .btn-lg:not(.btn-admin) {
	font-size: 1rem;
}

#content .btn-primary:not(.btn-admin) {
	background: var(--primary);
	border-color: var(--primary);
}
#content .btn-secondary:not(.btn-admin) {
	background: var(--secondary);
	border-color: var(--secondary);
}

#blocks {
	background: rgb(122, 187, 156);
	background: linear-gradient(
		140deg,
		rgba(122, 187, 156, 1) 0%,
		rgba(90, 181, 229, 1) 100%
	);
	padding: 5rem 0;
	color: #fff;
}

#blocks h1 {
	font-weight: bold;
	font-size: 3rem;
	color: #fff;
	text-align: center;
}

@media (max-width: 414px) {
	#blocks h1 {
		font-size: 2rem;
	}
}

.tag-wrap {
	filter: drop-shadow(0px 0px 9px rgba(0, 0, 0, 0.3));
	color: #000;
}

.img-wrap {
	filter: drop-shadow(0px 0px 9px rgba(0, 0, 0, 0.3));
}

.clipper1,
.clipper4 {
	clip-path: polygon(100% 0, 100% 91%, 50% 100%, 0 91%, 0 0);
	background: #fff;
	padding: 0px 0px 30px;
	display: inline-block;
	width: 100%;
}

.clipper1 .img-fluid {
	max-width: 80%;
	margin: 0 auto;
	display: flex;
}

.clipper2 {
	clip-path: polygon(100% 0, 100% 100%, 50% 82%, 0 100%, 0 0);
	background: var(--primary);
	padding: 0px 50px 21px;
	text-align: center;
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
	display: flex;
	min-height: 143px;
	align-items: center;
	text-align: center;
	padding-top: 15px;
}

@media (max-width: 768px) {
	.clipper2 {
		padding: 0 20px 21px;
		font-size: 20px;
	}
	#blocks h2 {
		font-size: 1.5rem;
	}
}

.clipper2 p {
	width: 100%;
}

.clipper3 {
	clip-path: polygon(100% 0, 100% 100%, 50% 82%, 0 100%, 0 0);
	background: var(--primary);
	padding: 0px 50px 21px;
	text-align: center;
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: -50px;
	position: relative;
	z-index: 2;
	display: flex;
	min-height: 143px;
	align-items: center;
	text-align: center;
	padding-top: 15px;
}

.padfixer {
	padding: 30px 30px;
	text-align: center;
}

#meerinfo {
	padding-top: 5rem;
}

#meerinfo h2 {
	font-size: 2.5rem;
	font-weight: bold;
}

@media (max-width: 414px) {
	#meerinfo {
		padding-top: 2.5rem;
	}
	#meerinfo h2 {
		font-size: 1.5rem;
	}
}

header .navbar li:nth-child(1) a:before {
	color: var(--primary);
	display: inline-block;
	font-family: "Font Awesome 6 Pro";
	font-weight: 100;
	font-size: 21px;
	content: "\f80c";
	margin-right: 10px;
}

header .navbar li:nth-child(2) a:before {
	color: var(--primary);
	display: inline-block;
	font-family: "Font Awesome 6 Pro";
	font-weight: 100;
	font-size: 21px;
	content: "\f0c0";
	margin-right: 10px;
}

header .navbar li:nth-child(2) div a:before {
	content: "";
}

header .navbar li:nth-child(3) a:before {
	color: var(--primary);
	display: inline-block;
	font-family: "Font Awesome 6 Pro";
	font-weight: 100;
	font-size: 21px;
	content: "\f594";
	margin-right: 10px;
}

header .navbar li:nth-child(4) a:before {
	color: var(--primary);
	display: inline-block;
	font-family: "Font Awesome 6 Pro";
	font-weight: 100;
	font-size: 21px;
	content: "\f4c6";
	margin-right: 10px;
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 1);
}

.active {
	font-weight: bold;
}

body:not([data-editor-mode="content"]) .bigtitle h1 {
	font-size: 4rem;
	font-weight: bold;
	margin-top: -190px;
}

.bigspacer {
	height: 190px;
}

.align-left h1 {
	text-align: left !important;
}

.form-mailto .btn:not(.btn-admin) {
	background-color: var(--primary) !important;
	border-color: var(--primary) !important;
}

.form-mailto .btn:not(.btn-admin):focus {
	box-shadow: 0 0 0 0.2rem rgb(230 25 115 / 50%) !important;
}

/* [RESPONSIVE] */
@media (max-width: 768px) {
	header {
		position: fixed;
		display: block;
		width: 100%;
		z-index: 9;
		background: var(--white);
	}

	.contact {
		text-align: center !important;
	}

	main {
		padding-top: 70px;
	}
}

@media (max-width: 414px) {
	main {
		padding-top: 103px;
	}

	#pagehead .btn:not(.btn-admin) {
		display: none;
	}

	img.headerlogo {
		display: none;
	}
}

/* [MOBILE MENU] */
@media (max-width: 768px) {
	.hamburger {
		position: fixed;
		top: 0rem;
		right: 1rem;
	}

	.ham {
		cursor: pointer;
		-webkit-tap-highlight-color: transparent;
		transition: transform 400ms;
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.hamRotate.active {
		transform: rotate(45deg);
	}

	.hamRotate180.active {
		transform: rotate(180deg);
	}

	.line {
		fill: none;
		transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
		stroke: #000;
		stroke-width: 5.5;
		stroke-linecap: round;
	}

	.ham1 .top {
		stroke-dasharray: 40 139;
	}

	.ham1 .bottom {
		stroke-dasharray: 40 180;
	}

	.ham1.active .top {
		stroke-dashoffset: -98px;
	}

	.ham1.active .bottom {
		stroke-dashoffset: -138px;
	}

	.mobile {
		position: fixed;
		display: block;
		z-index: 10;
		width: 100%;
		top: 4.4rem;
		left: 0;
		color: var(--black);
		background-color: var(--white);
	}

	.mobile .mobile_menu.hide {
		position: absolute;
		display: block;
		width: 100%;
		opacity: 0;
		top: -100%;
	}

	.mobile .mobile_menu.show {
		opacity: 1;
		top: 0;
	}

	.mobile .nav-link {
		color: var(--black);
		padding: 0.75rem 1rem;
	}
}

@media (max-width: 414px) {
	.hamburger {
		position: fixed;
		top: 1rem;
		right: 1rem;
	}

	.mobile {
		top: 6.45rem;
	}
}

#content #pagehead > *:first-child .gallery-image-editable {
	min-height: 24rem;
}
