/* @group base */

html {
	margin: 0;
    padding: 0;
}

body {
	text-align: center;
	font: 22px/1.4 "bouldregular","Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, Geneva, sans-serif;
	display: block;
	margin: 0;
	padding: 0;
}

a:link {
	color: #262628;
	text-decoration: none;
}

a:visited { 
	color: #262628;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
	color: #bcb5b7;
}

-h1, -h2, -h3 {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-size: 14px;
	color: #033;
	text-decoration: none;
	text-transform: capitalize;
	border-style: none;
}

/* @end */

/* @group header */

#header {
	width: 100vw;
	top: 0;
	position: fixed;
	z-index: 1;	
	background-color: #fff;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: space-between;
	justify-content: center;
	height: 100px;
}

.profile-header {
	margin: 0;
	padding: 10px 0;
}

#profile img {
	width: 100px;
	max-width: 100px;
	height: auto;
	border-radius: 5%;
	border: 5px solid #f1f1f1;
}

#web .profile-header a.web img,
#fotografie .profile-header a.fotografie img,
#tekst .profile-header a.tekst img,
#contact .profile-header a.contact img {
	width: 50px;
	max-width: 50px;
	height: auto;
	border-radius: 5%;
	border: 5px solid #f5cd00;
}

-nav.menu  {
padding: 10px 0;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
	justify-content: space-around;
align-content: space-between;
height: 50px;
max-width: 100vw;
}

menu {
	text-transform: uppercase;
	font-family: bouldsemibold;
	padding: 0.9em 0;
	white-space: nowrap;
}

.menu-items a {
	padding: 1em;
}

/* @end */




/* @group content */

.container {
	padding: 0;
	margin: 0;
	text-align: center;
	border-top-color: #fff;
}

#content {
	z-index: 0;
	margin-top: 100px;
}

#content ul, #content li {
	margin: 0;
	padding: 0;
	list-style: none;
}

entry {
	padding-right: 25vw;
	padding-left: 25vw;
	text-align: left;
}

.category-header {
	font-size: 2em;
	padding-right: 25vw;
	padding-left: 25vw;
	padding-bottom: 0.5em;
	text-decoration: underline;
}

.entry-copy {
	padding-bottom: 5vw;	
}

entry-copy img {
	width: 100vw;
	height: auto;
}


.entry-copy img {
	width: 60vw;
	height: auto;
}

.entry-more {
	font-size: 1.5em;
	padding-right: 25vw;
	padding-left: 25vw;
	padding-bottom: 5vw;
	color: #000;
	font-family: bouldbold;
}

/* @end */

/* @group profiles */

#profiles {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	width: 98vw;
	height: 98vh;
	padding-top: 1vh;
	padding-bottom: 1vh;
	padding-right: 1vw;
	padding-left: 1vw;
}

.profile img {
	height: 60vh;
	border-radius: 10%;
	border: 20px solid #f1f1f1;
}

profile h1 {
	font: 96px 800 "bouldbold","Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, Geneva, sans-serif;
	text-decoration: underline;
	text-transform: uppercase;
}


/* @end */

/* @group sections */

.section {
	width: 100vw;
	height: 100vh;
}

.section img {
	height: auto;
	width: 100vw;
}

#entry-right-32 .entry-copy {
	font-size: 40vw;
	color: #666;
	margin-top: -5vw;
}

/* @end */

/* @group images */

.profile-specs {
	width: 100vw;
	padding-bottom: 4em;
}


/* @end */


