body {
	background: #0f0f0f;
}

/* ------------------------------------------------------------------ */
/* b. Header Styles
/* ------------------------------------------------------------------ */
header {
	position: relative;
	height: 800px;
	min-height: 500px;
	width: 100%;
	background: #161415 url(../images/header-background.jpg) no-repeat top center;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	text-align: center;
	overflow: hidden;
}

/* vertically center banner section */
header:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

header .banner {
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	width: 85%;
	padding-bottom: 30px;
	text-align: center;
}

header .banner-text {
	width: 100%;
}

header .banner-text h1 {
	font: 90px/1.1em "opensans-bold", sans-serif;
	color: #fff;
	letter-spacing: -2px;
	margin: 0 auto 18px auto;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
}

header .banner-text h3 {
	font: 18px/1.9em "librebaskerville-regular", serif;
	color: #a8a8a8;
	margin: 0 auto;
	width: 70%;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

header .banner-text h3 span,
header .banner-text h3 a {
	color: #fff;
}

header .banner-text hr {
	width: 60%;
	margin: 18px auto 24px auto;
	border-color: #2f2d2e;
	border-color: rgba(150, 150, 150, 0.1);
}

/* header social links */
header .social {
	margin: 24px 0;
	padding: 0;
	font-size: 30px;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
}

header .social li {
	display: inline-block;
	margin: 0 15px;
	padding: 0;
}

header .social li a {
	color: #fff;
}

header .social li a:hover {
	color: #ef1e36;
}

/* scrolldown link */
header .scrolldown a {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -29px;
	color: #fff;
	display: block;
	height: 42px;
	width: 42px;
	font-size: 42px;
	line-height: 42px;
	color: #fff;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

header .scrolldown a:hover {
	color: #ef1e36;
}

/* primary navigation
--------------------------------------------------------------------- */
#nav-wrap ul,
#nav-wrap li,
#nav-wrap a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

/* nav-wrap */
#nav-wrap {
	font: 12px "opensans-bold", sans-serif;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	margin: 0 auto;
	z-index: 100;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #333;
}

/* hide toggle button */
#nav-wrap > a.mobile-btn {
	display: none;
}

ul#nav {
	min-height: 48px;
	width: auto;
	/* center align the menu */
	text-align: center;
}

ul#nav li {
	position: relative;
	list-style: none;
	height: 48px;
	display: inline-block;
}

/* Links */
ul#nav li a {
	/* 8px padding top + 8px padding bottom + 32px line-height = 48px */
	display: inline-block;
	padding: 8px 13px;
	line-height: 32px;
	text-decoration: none;
	text-align: left;
	color: #fff;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

ul#nav li a:active {
	background-color: transparent !important;
}

ul#nav li.current a {
	color: #ef1e36;
}

/* ABOUT SECTION */
#about {
	background: #2b2b2b;
	padding-top: 80px;
	padding-bottom: 0;
	overflow: hidden;
}

#about a,
#about a:visited {
	color: #fff;
}

#about a:hover,
#about a:focus {
	color: #ef1e36;
}

#about h2 {
	/* font: 22px/30px 'opensans-bold', sans-serif; */
	font: 30px "opensans-bold", sans-serif;
	/* aangepast 5/4/2019 */
	color: #fff;
	margin-bottom: 12px;
	padding-top: 30px;
	/* aangepast 5/4/2019 */
}

#about p {
	line-height: 30px;
	color: #7a7a7a;
}

.profile-pic {
	position: relative;
	float: left;
	width: 110px;
	height: 110px;
	border-radius: 100%;
	margin-right: 17px;
}

#about .contact-details {
	width: 41.66667%;
}

#about .download {
	width: 58.33333%;
	padding-top: 6px;
}

#about .main-col {
	padding-right: 5%;
}

#about .download .button {
	margin-top: 6px;
	background: #444;
}

#about .download .button:hover {
	background: #fff;
	color: #2b2b2b;
}

#about .download .button i {
	margin-right: 15px;
	font-size: 20px;
}

/* INLEIDING SECTION */
#inleiding {
	background: #fff;
	padding-top: 90px;
	overflow: hidden;
}

#inleiding a,
#inleiding a:visited {
	color: #ef1e36;
}

#inleiding a:hover,
#inleiding a:focus {
	color: #313131;
}

#inleiding h1 {
	font: 18px/24px "opensans-bold", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#inleiding h1 span {
	border-bottom: 3px solid #ef1e36;
	padding-bottom: 6px;
}

#inleiding h3 {
	font: 15px/23px "opensans-bold", sans-serif;
}

#inleiding .header-col {
	padding-top: 9px;
}

#inleiding .main-col {
	padding-right: 10%;
}

.education,
.work {
	margin-bottom: 48px;
	padding-bottom: 24px;
	border-bottom: 1px solid #e8e8e8;
}

#inleiding .info {
	font: 16px/24px "librebaskerville-italic", serif;
	color: #6e7881;
	margin-bottom: 18px;
	margin-top: 9px;
}

#inleiding .info span {
	margin-right: 5px;
	margin-left: 5px;
}

#inleiding .date {
	font: 15px/24px "opensans-regular", sans-serif;
	margin-top: 6px;
}

#inleiding p {
	line-height: 30px;
}

#inleiding p.italic {
	font-style: italic;
	color: #6e7881;
}

/* RESUME SECTION */
#resume {
	background: #fff;
	padding-top: 90px;
	overflow: hidden;
}

#resume a,
#resume a:visited {
	color: #ef1e36;
}

#resume a:hover,
#resume a:focus {
	color: #313131;
}

#resume h1 {
	font: 18px/24px "opensans-bold", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#resume h1 span {
	border-bottom: 3px solid #ef1e36;
	padding-bottom: 6px;
}

#resume h3 {
	font: 25px/30px "opensans-bold", sans-serif;
}

#resume .header-col {
	padding-top: 9px;
}

#resume .main-col {
	padding-right: 10%;
}

.education,
.work {
	margin-bottom: 48px;
	padding-bottom: 24px;
	border-bottom: 1px solid #e8e8e8;
}

#resume .info {
	font: 16px/24px "librebaskerville-italic", serif;
	color: #000000;
	margin-bottom: 18px;
	margin-top: 9px;
}

#resume .info span {
	margin-right: 5px;
	margin-left: 5px;
}

#resume .date {
	font: 15px/24px "opensans-regular", sans-serif;
	margin-top: 6px;
}

/* LEZINGEN SECTION */
#lezingen {
	background: #fff;
	padding-top: 90px;
	overflow: hidden;
}

#lezingen a,
#lezingen a:visited {
	color: #ef1e36;
}

#lezingen a:hover,
#lezingen a:focus {
	color: #313131;
}

#lezingen h1 {
	font: 18px/24px "opensans-bold", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#lezingen h1 span {
	border-bottom: 3px solid #ef1e36;
	padding-bottom: 6px;
}

#lezingen h3 {
	font: 15px/23px "opensans-bold", sans-serif;
}

#lezingen .header-col {
	padding-top: 9px;
}

#lezingen .main-col {
	padding-right: 10%;
}

.education,
.work {
	margin-bottom: 48px;
	padding-bottom: 24px;
	border-bottom: 1px solid #e8e8e8;
}

#lezingen .info {
	font: 16px/24px "librebaskerville-italic", serif;
	color: #6e7881;
	margin-bottom: 18px;
	margin-top: 9px;
}

#lezingen .info span {
	margin-right: 5px;
	margin-left: 5px;
}

#lezingen .date {
	font: 15px/24px "opensans-regular", sans-serif;
	margin-top: 6px;
}

#lezingen p {
	line-height: 20px;
}

#lezingen p.italic {
	font-style: italic;
	color: #6e7881;
}

/* ARTIKEL SECTION */
#artikelen {
	background: #fff;
	padding-top: 90px;
	overflow: hidden;
}

#artikelen a,
#artikelen a:visited {
	color: #ef1e36;
}

#artikelen a:hover,
#artikelen a:focus {
	color: #313131;
}

#artikelen h1 {
	font: 18px/24px "opensans-bold", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#artikelen h1 span {
	border-bottom: 3px solid #ef1e36;
	padding-bottom: 6px;
}

#artikelen h3 {
	font: 15px/23px "opensans-bold", sans-serif;
}

#artikelen .header-col {
	padding-top: 9px;
}

#artikelen .main-col {
	padding-right: 10%;
}

.education,
.work {
	margin-bottom: 48px;
	padding-bottom: 24px;
	border-bottom: 1px solid #e8e8e8;
}

#artikelen .info {
	font: 16px/24px "librebaskerville-italic", serif;
	color: #6e7881;
	margin-bottom: 18px;
	margin-top: 9px;
}

#artikelen .info span {
	margin-right: 5px;
	margin-left: 5px;
}

#artikelen .date {
	font: 15px/24px "opensans-regular", sans-serif;
	margin-top: 6px;
}

#artikelen p {
	line-height: 20px;
}

#artikelen p.italic {
	font-style: italic;
	color: #6e7881;
}

/* TENTOONSTELLING SECTION */
#tentoonstellingen {
	background: #fff;
	padding-top: 90px;
	overflow: hidden;
}

#tentoonstellingen a,
#tentoonstellingen a:visited {
	color: #ef1e36;
}

#tentoonstellingen a:hover,
#tentoonstellingen a:focus {
	color: #313131;
}

#tentoonstellingen h1 {
	font: 18px/24px "opensans-bold", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#tentoonstellingen h1 span {
	border-bottom: 3px solid #ef1e36;
	padding-bottom: 6px;
}

#tentoonstellingen h3 {
	font: 25px/30px "opensans-bold", sans-serif;
}

#tentoonstellingen .header-col {
	padding-top: 9px;
}

#tentoonstellingen .main-col {
	padding-right: 10%;
}

.education,
.work {
	margin-bottom: 48px;
	padding-bottom: 24px;
	border-bottom: 1px solid #e8e8e8;
}

#tentoonstellingen .info {
	font: 16px/24px "librebaskerville-italic", serif;
	color: #6e7881;
	margin-bottom: 18px;
	margin-top: 9px;
}

#tentoonstellingen .info span {
	margin-right: 5px;
	margin-left: 5px;
}

#tentoonstellingen .date {
	font: 15px/24px "opensans-regular", sans-serif;
	margin-top: 6px;
}

/* FILM SECTION */
#film {
	background: #fff;
	padding-top: 90px;
	overflow: hidden;
}

#film a,
#film a:visited {
	color: #ef1e36;
}

#film a:hover,
#film a:focus {
	color: #313131;
}

#film h1 {
	font: 18px/24px "opensans-bold", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#film h1 span {
	border-bottom: 3px solid #ef1e36;
	padding-bottom: 6px;
}

#film h3 {
	font: 25px/30px "opensans-bold", sans-serif;
}

#film .header-col {
	padding-top: 9px;
}

#film .main-col {
	padding-right: 10%;
}

.education,
.work {
	margin-bottom: 48px;
	padding-bottom: 24px;
	border-bottom: 1px solid #e8e8e8;
}

#film .info {
	font: 16px/24px "librebaskerville-italic", serif;
	color: #6e7881;
	margin-bottom: 18px;
	margin-top: 9px;
}

#film .info span {
	margin-right: 5px;
	margin-left: 5px;
}

#film .date {
	font: 15px/24px "opensans-regular", sans-serif;
	margin-top: 6px;
}

/* WANDELING SECTION */
#wandeling {
	background: #fff;
	padding-top: 90px;
	overflow: hidden;
}

#wandeling a,
#wandeling a:visited {
	color: #ef1e36;
}

#wandeling a:hover,
#wandeling a:focus {
	color: #313131;
}

#wandeling h1 {
	font: 18px/24px "opensans-bold", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#wandeling h1 span {
	border-bottom: 3px solid #ef1e36;
	padding-bottom: 6px;
}

#wandeling h3 {
	font: 25px/30px "opensans-bold", sans-serif;
}

#wandeling .header-col {
	padding-top: 9px;
}

#wandeling .main-col {
	padding-right: 10%;
}

.education,
.work {
	margin-bottom: 48px;
	padding-bottom: 24px;
	border-bottom: 1px solid #e8e8e8;
}

#wandeling .info {
	font: 16px/24px "librebaskerville-italic", serif;
	color: #6e7881;
	margin-bottom: 18px;
	margin-top: 9px;
}

#wandeling .info span {
	margin-right: 5px;
	margin-left: 5px;
}

#wandeling .date {
	font: 15px/24px "opensans-regular", sans-serif;
	margin-top: 6px;
}

/* ARTIKEL SECTION */
#contact {
	background: #fff;
	padding-top: 90px;
	overflow: hidden;
	padding-bottom: 250px;
}

#contact a,
#contact a:visited {
	color: #ef1e36;
}

#contact a:hover,
#contact a:focus {
	color: #313131;
}

#contact h1 {
	font: 18px/24px "opensans-bold", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#contact h1 span {
	border-bottom: 3px solid #ef1e36;
	padding-bottom: 6px;
}

#contact h3 {
	font: 15px/23px "opensans-bold", sans-serif;
}

#contact .header-col {
	padding-top: 9px;
}

#contact .main-col {
	padding-right: 10%;
}

.education,
.work {
	margin-bottom: 48px;
	padding-bottom: 24px;
	border-bottom: 1px solid #e8e8e8;
}

#contact .info {
	font: 16px/24px "librebaskerville-italic", serif;
	color: #6e7881;
	margin-bottom: 18px;
	margin-top: 9px;
}

#contact .info span {
	margin-right: 5px;
	margin-left: 5px;
}

#contact .date {
	font: 15px/24px "opensans-regular", sans-serif;
	margin-top: 6px;
}

#contact p {
	line-height: 20px;
}

#contact p.italic {
	font-style: italic;
	color: #6e7881;
}

.contact p {
	margin: 0 0 10px 0 !important;
}

.contact p a {
	color: #000 !important;
	font-size: 20px;
}

.contact p a:hover {
	color: #ef1e36 !important;
	font-size: 20px;
}

.foto {
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.boektop {
	/*width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	position: relative;
	float: left;*/
	width: 31%;
	margin-right: 2%;
	margin-bottom: 2%;
	position: relative;
	float: left;
	-webkit-box-shadow: 10px 10px 29px -15px rgba(0, 0, 0, 0.48);
	-moz-box-shadow: 10px 10px 29px -15px rgba(0, 0, 0, 0.48);
	box-shadow: 10px 10px 29px -15px rgba(0, 0, 0, 0.48);
}

.boekfull {
	width: 97%;
	margin-right: 2%;
	margin-bottom: 2%;
	position: relative;
	float: left;
	-webkit-box-shadow: 10px 10px 29px -15px rgba(0, 0, 0, 0.48);
	-moz-box-shadow: 10px 10px 29px -15px rgba(0, 0, 0, 0.48);
	box-shadow: 10px 10px 29px -15px rgba(0, 0, 0, 0.48);
}

/*
.boektop.second {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 50px;
  position: relative;
  float: left;
}

*/
.boektop.last {
	margin-right: 0;
}

.boekright {
	width: 150px;
	margin-left: 20px;
	margin-bottom: 20px;
	position: relative;
	float: right;
	-webkit-box-shadow: 10px 10px 29px -15px rgba(0, 0, 0, 0.48);
	-moz-box-shadow: 10px 10px 29px -15px rgba(0, 0, 0, 0.48);
	box-shadow: 10px 10px 29px -15px rgba(0, 0, 0, 0.48);
}

.boekleft {
	width: 150px;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	float: left;
	-webkit-box-shadow: 10px 10px 29px -15px rgba(0, 0, 0, 0.48);
	-moz-box-shadow: 10px 10px 29px -15px rgba(0, 0, 0, 0.48);
	box-shadow: 10px 10px 29px -15px rgba(0, 0, 0, 0.48);
}
