/* The code is written by Vincent Hoenderop, 
feel free to grab 
(Costumized Featherlight.js for lightbox)*/

.body{
	font-family: avenir;
	font-size: 16px;
}


main {
	margin: 20px;
	padding: 10px;
}

main div {
	background: white;
	color: white;
	padding: 10px;
	margin: 5px;

}

.projects {
	text-align: center;
}
.projects div {
	display: inline-block;
	text-align: left;
}

.projects2 {
	text-align: center;
}
.projects2 div {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.title {
	text-align: center;
}
.title div {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}


#cv{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#contact{
	max-width: 1000px;
}

#tekst{
	float: left;
	display: inline-block;
	padding:30px 30px 30px 30px;
	font-family: avenir;
}

h1{
	font-size: 18pt;
	margin: 0 0 2em;
}

h5{
	font-size: 10pt;
	line-height: 0.8;
	margin: 0 0 1em;

}

p{
	font-size: 10pt;
	line-height: 0.6;
}

.image {
  opacity: 1;
  transition: .5s ease;
  backface-visibility: hidden;
}

#thumb{
	position: relative;
}

#thumb:hover .image {
  opacity: 0.3;
}

#thumb:hover .middle {
  opacity: 1;
}


.text{
	font-family: avenir;
	font-size: 16px;
}

.lichtdoos{
	max-width: 720px;
	font-family: avenir;
}

p.lightbox{
	font-size: 12px;
	line-height: 1.2;
	font-family: avenir;
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    margin-left: 8%;
    margin-right: 8%;
}

#project-title{
	margin-left: 4%;
	letter-spacing: 2px;
}

p.line{
		border-top: 2px solid black;
		margin-left: 8%;
		margin-right: 8%;
}


#content-images{
	text-align: center;
}

#content-images div{
	display: inline-block;
	position: flex;	
	margin-top: 10px;
	margin-left: 20px;
}

#project-title h1{
	margin-top: 5px;
}

