@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

div {
box-sizing: border-box;
}

html,
button,
input,
select,
textarea {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;

}

html {
    line-height: 1.4;
}

::-moz-selection {
    background: #C9DCD6;
    text-shadow: none;
}

::selection {
    background: #C9DCD6;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */


a, a:hover {
	text-decoration: none !important;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

section {
    border: 		0;
    margin: 		0;
    padding: 		0;
    width: 			100%;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}
button {
	border: none;
}





/* ------------------------------------------
  PARALLAX STYLES
--------------------------------------------- */
#parallax0 {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 78vh;
	max-height: 1024px;
}

#parallax1 {
	position: absolute;
	z-index: 2;
	display: flex;
	align-items: center;
	width: 100%;
	height: 78vh;
	max-height: 1024px;
}
#parallax2 {
	position: relative;
	background: #FFF;
	z-index: 3;
}

.project-item {
	position: inherit !important;
	z-index: 3;
}

.container-background {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}



@media screen and (max-width: 500px) {
	

}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body  {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.4;
	color: #111418;
	text-rendering: 	optimizeLegibility;
	font-family: 'Libre Franklin', sans-serif !important;
}
.wrapper {
	width: 100%;
	max-width: 900px;
	margin: auto !important;
	padding-left: 32px;
	padding-right: 48px;
}

header {
	position: 			fixed;
	z-index: 			99;
}
.clear {
	clear: 				both;
}

.row {
	overflow: hidden;
}
section {
	padding-top: 32px;
}

.container-inlog {
	display: flex;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	justify-content: center;
}
.box-inlog {
	position: relative;
	top: 40vh;
	display: block;
	width: 400px;
	padding: 24px 24px 0px;
	background: rgba(50, 59, 72, .04);
	box-shadow: 0 8px 12px -8px rgba(50, 59, 72, .4), 0 18px 24px -20px rgba(50, 59, 72, .5);
}
.box-inlog p {
	margin: 0;
	padding: 8px;
}
.box-inlog p span {
	display: inline-block;
	width: 40%;
	font-size: 15px;
	font-weight: 500;
}
.box-inlog p input {
	display: inline-block;
	font-size: 16px;
	width: 50%;
	border: 1px solid rgba(50, 59, 72, .5);
	padding: 8px;
}
.box-inlog p button {
	display: inline-block;
	color: #111418;
	background: #FCE9DE;
	padding: 4px 24px;
	box-shadow: 0 4px 6px -4px rgba(50, 59, 72, .4), 0 12px 18px -16px rgba(50, 59, 72, .5);
	transition: all ease-out .3s;
	margin-left: -1px;
}
.box-inlog p button:hover {
	background: #fdd4bd;
	transform: translateY(2px);
	box-shadow: 0 1px 3px -4px rgba(50, 59, 72, .4), 0 6px 8px -8px rgba(50, 59, 72, .4);

}
.box-inlog p button input {
	border: none;
	background: none;
	width: fit-content;
	color: #111418;
	font-weight: 500;
}

/*-- NEW --*/

h2 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .3px;
	line-height: 1.3;
	margin-top: 1.6em;
	margin-bottom: .4em;
}

h3 {
	font-size: 17px;
	font-weight: 700;
	letter-spacing: .2px;
	line-height: 1.3;
	margin-top: 1.5em;
	margin-bottom: .3em;
}
h4 {
	font-size: 16px;
	font-weight: 800;
	letter-spacing: .3px;
	line-height: 1.3;
	display: inline;
	border-bottom: 2px solid #111418;
}
h5 {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .2px;
	line-height: 1.3;
}

blockquote {
	display: block;
	width: 100%;
	border-left: 10px solid #FCE9DE;
	padding: .6em 3em 1em 24px;
	margin: 1em;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: .4px;
	box-sizing: border-box;
}

blockquote.inset {
	display: block;
	width: 54%;
	background: rgba(252, 233, 222, .7);
	padding: 1.5em 1.2em 1.7em;
	box-sizing: border-box;
	margin: 1.5em 0;
	border: 0;
}
blockquote.inset h5 {
	opacity: .6;
	font-size: 13px;
	text-align: right;
	margin-right: 3em;
}
blockquote.inset p.stelling {
	opacity: .4;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .3px;
}

blockquote.inset p.antwoord {
	font-family: 'Libre Baskerville', serif;
	opacity: .7;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: -0.2px;
	line-height: 1.2;
	margin-top: .4em;
	margin-bottom: 1.2em;
}


.row p {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .2px;
	margin-top: .4em;
	margin-bottom: .8em;	
}
.row p.bold {
	font-weight: 700;
}
.row p.italic {
	font-family: 'Libre Baskerville', serif;
	font-size: .95em;
	font-weight: 400;
	color: #58453a;
}
.row p.margin-2 {
	margin-bottom: -0.25em;
}

.container-intro {
	padding-top: 40px;
	padding-bottom: 48px;
}
.container-intro h1 {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 4px;
	line-height: 1;
	text-transform: uppercase;
	text-align: left;
	opacity: .6;
}

.container-intro h2 {
	font-family: 'Libre Baskerville', serif;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: .4px;
	line-height: 1.4;
	margin-top: .4em;
	margin-left: -4px;
}

.row p a,
.row a,
.row ul li a {
	color: #111418;
	display: inline;
	background: #FCE9DE;
	padding: 0px 5px 2px;
	transition: all ease-out .3s;
}

.row p a:hover,
.row a:hover,
.row ul li a:hover {
	background: #fdd4bd;
} 
.row a.button {
	display: inline-block;
	color: #111418;
	background: #FCE9DE;
	padding: 10px 16px 10px;
	box-shadow: 0 4px 6px -4px rgba(50, 59, 72, .4), 0 12px 18px -16px rgba(50, 59, 72, .5);
	transition: all ease-out .3s;
	margin-left: -1px;
}
.row a.button:hover {
	transform: translateY(2px);
	box-shadow: 0 1px 3px -4px rgba(50, 59, 72, .4), 0 6px 8px -8px rgba(50, 59, 72, .4);

}

.row img {
	width: 60%;
	height: auto;
	max-width: 600px;
	margin-top: .2em;
	margin-bottom: 1.4em;
}
.row img.shadow {
	border: 1px solid rgba(50, 59, 72, .2);
	box-shadow: 0 4px 6px -4px rgba(50, 59, 72, .2), 0 12px 18px -16px rgba(50, 59, 72, .3);
}

.row img.full-width {
	width: 100%;
	max-width: 680px;
}





/* tables */

.table-row {
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: stretch;
	align-content: stretch;
	column-gap: 8px;
}

.table-row p {
	font-size: 14px;
	letter-spacing: .1px;
	line-height: 1.3;
}
.table-row p.bold {
	font-weight: 700;
	margin-top: .8em;
	margin-bottom: -.2em;
}

.table-row ul {
	padding: 0;
	margin: 0.4em 0 0;
}
.table-row ul li {
	margin-left: 1.2em;
	padding-left: .1em;
}



.table-col-01, .table-col-02, .table-col-03 {
	font-size: 14px;
	letter-spacing: .1px;
	line-height: 1.3;
	padding: 7px 8px 8px;
	display: inline-block;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(17, 20, 24, .3);
}

.table-col-01 {
	width: 30%;
}
.table-col-02 {
	width: 30%;
}
.table-col-03 {
	width: 40%;
}

.table-col-01.cv {
	width: 30%;
	padding: 5px 8px 6px;
	border: none;
}
.table-col-02.cv {
	width: 70%;
	padding: 5px 8px 6px;
}

.table-col-01 > .table-col-02.cv {
	border-bottom: 1px solid rgba(17, 20, 24, .3);
}

.table-col-02.bg-orng {
	background-color: #FCE9DE;
}

.table-col-01.cv ~ .table-col-02.cv {
	border: none;
}






/* ==========================================================================
   Project page
   ========================================================================== */


section.scrollblock {
	padding-top: 0;
}

.container-project-title {
	display: flex;
	width: 80%;
	max-width: 720px;
	position: relative;
	text-align: center;
	justify-items: center;
	align-items: center;
	flex-direction: column;
}

.header-title {
	width: 100%;
	font-family: 'Libre Baskerville', serif;
	position: relative;
	color: #FFF;
	font-size: 54px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.1;
	letter-spacing: .3px;
	margin-bottom: 1em;
	top: 180px;
	opacity: 0;
	animation-name: hero-fade-in;
	animation-delay: .1s;
	animation-duration: 1.9s;
	animation-fill-mode: forwards;

}
.header-name {
	width: 100%;
	display: block;
	position: relative;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #FFF;
}
.role-items ul {
	position: relative;
	margin: 0;
	padding: 0;
	top: 190px;
	opacity: 0;
	animation-name: hero-fade-in;
	animation-delay: .3s;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}
.role-items ul li {
	display: inline-block;
	font-size: 13px;
	letter-spacing: 2.8px;
	line-height: 20px;
	padding: 0 10px;
	color: #FCE9DE;
	text-transform: uppercase;
}
@keyframes hero-fade-in {
	0% {
		opacity: 0;
		top: 240px;
	}
	30% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
		top: 0px;
		
	}
}


/* Slick Slider */

.slider {
	position: relative;
}

.slick-prev, .slick-next {
	font-size: 15px;
	line-height: 1em;
	position: absolute;
	top: 0;
	display: block;
	width: 33%;
	height: 100%;
	padding: 0;
	color: #333;
	opacity: 0;
	outline: none;
	background: transparent;
	z-index: 9;
}
.slick-prev p, .slick-next p {
	display: none !important;
}


.slick-prev {
	left: 0;
	cursor: url('../img/arrow-prev.png'), w-resize;
}
.slick-next {
	right: 0;
	cursor: url('../img/arrow-next.png'), e-resize;
}

.slick-slide {
	display: block;
	float: left;
	height: 100%;
	min-height: 1px;
	padding: 8px 20px 16px;
	text-align: left;
}
.slick-slide img {
	margin: 0 auto;
	width: auto;
	max-width: auto;
	max-height: 94vh;
}

.slider.mobile .slick-slide img {
	max-width: 424px;
}


@media screen and (max-width: 1280px) {
	.slick-prev, .slick-next {
		opacity: 1;
	}
}

@media screen and (max-width: 1024px) {
	.slick-slide {
		padding: 8px 40px 16px;
	}
	.slick-slide img {
		width: 100%;
		max-height: auto;
	}
	.slider.mobile .slick-slide img {
		max-width: 424px;
	}

}

@media screen and (max-width: 800px) {
	.slick-slide {
		padding: 8px 30px 16px;
	}
	.slick-slide img {
		width: 100%;
		max-width: 380px;
		max-height: auto;
	}
}
@media screen and (max-width: 420px) {
	.slick-slide {
		padding: 8px 20px 16px;
	}
	.slick-slide img {
		width: 100%;
		max-height: 90vh;
	}
	
}



