@charset "utf-8";
/* CSS Document */

header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100lvh;
	background-image: url('images/bg.jpg');
	background-size: cover;
	background-position: center center;
}

h1.entry-title {
	margin: 0 auto 10px auto;
}

#content {
	height: auto;
	margin-top: 0;
	padding-top: 60px;
}

#content > .row {
	height: auto;
}

.main-col {
	width: 100%;
	padding: 20px;
	margin-bottom: 40px;
}

#home {
	width: 100%;
	height: 75vh;
}

#home > img {
	width: 70vw;
	margin: -40vw 0 0 10vw;
}

#home h1 {
	font-size: 7vw;
	letter-spacing: 1vw;
	margin: 75vw 0 0 5vw;
}

#home h2 {
	font-size: 5.5vw;
	margin: 10vw 0 0 8vw;
	display: flex;
	flex-wrap: wrap;
	gap: 3vw;
}

#nieuws {
	width: 100%;
	padding: 20px;
}

#nieuws, #theater, #proza, #over-mij, #contact {
	clip-path: none;
}

.entry-content .wp-block-columns {
	gap: 0;
	margin-bottom: 0;
}

/* PROJECTEN */

.project {
	border: 10px solid var(--bg);
	border-top: 0;
}

.project > a h2 {
	font-size: 20px;
	margin-top: 5px;
}

.project > a h3 {
	font-size: 15px;
	margin-top: 1px;
}

.project > a h3:first-of-type {
	font-size: 12px;
	margin-top: 6px;
}

.proza {
	border: 12px solid var(--bg);
	border-top: 0;
}

.proza a {
	flex-direction: column;
}

.proza a > img {
	width: 90%;
	margin: 3% 5% 30px 5%;
}

.proza .prozainhoud {
	width: 100%;
}

/* MODALS */

.modal-dialog {
	margin: 0;
}

.modal-content {
	height: 100dvh;
}

.modal-header a.kruisje {
	position: fixed;
	right: 4px;
	top: 9px;
	font-size: 24px;
	padding: 3px 8px;
	z-index: 10;
}

.modal-body {
	padding: 20px;
}

/* GUTENBERG KOLOMMEN MOBIEL */

#content .wp-block-columns .wp-block-column:not(:only-child), footer.container-fluid .wp-block-columns .wp-block-column:not(:only-child) {
	flex-basis: 100% !important;
	margin-left: 0 !important;
}

/* GALLERY */
.wp-block-gallery figure.wp-block-image {
	margin: 0 1% 10px 0 !important;
}

.wp-block-gallery.columns-3 figure.wp-block-image, .wp-block-gallery.columns-default figure.wp-block-image, .wp-block-gallery.columns-4 figure.wp-block-image, .wp-block-gallery.columns-5 figure.wp-block-image, .wp-block-gallery.columns-6 figure.wp-block-image, .wp-block-gallery.columns-7 figure.wp-block-image, .wp-block-gallery.columns-8 figure.wp-block-image {
	width: 99% !important;
}

.modal .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	font-size: 3.1vw;
	padding: 0 3vw 2vw;
}