body {
	margin: 0 auto;
	font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 300;
	background-color: #e7eaed;
    line-height: 24px;
	overflow-x: hidden;
	overflow-y: scroll;
}

#container {
    float: left;
    position: relative;
    width: 100%;
}

.download {
    position: relative;
    width: 100%;
    float: left;
    height: auto;
    background-color: #72b0ac;
    text-align: center;
    padding: 7px 0;
}

.download #email {
    border: none;
    border-radius: 0;
    background-color: #fff;
    padding: 5px 8px;
	font-size: 13px;
	margin: 5px 10px;
}

.download .button {
	background-color: #86cec9;
	border: none;
	border-radius: 0;
	padding: 5px 8px;
	font-size: 13px;
	color: #ffffff;
	font-family: 'raleway';
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	margin: 5px 0;
}

.download .button:hover {
	cursor: pointer;
	opacity: .8;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.download .error {
    font-size: 13px;
    color: #ffffff;
	font-family: 'raleway';
	margin: 5px 0;
}

.pdfaanvraag {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 43vh;
}

.pdfaanvraag a {
	color: #72b0ac;
	font-weight: 600;
}

header {
    background-color: #fff;
    height: 40px;
    padding: 1% 5%;
    position: fixed;
    top: 0;
    width: 90%;
    z-index: 99;
}

header h1 a {
    float: left;
    font-size: 28px;
    font-weight: 800;
	color:#767676;
    width: auto;
}

nav {
    float: left;
    text-align: center;
    width: 100%;
}

nav a {
    color: #767676;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.top > h1 {
    margin-top: 5px;
	margin-bottom: 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

header nav .left a {
    float: left;
    padding: 10px 7%;
}

header nav .right a {
    float: right;
    padding: 10px 7%;
}

header nav a:hover, nav h1:hover {
	color: #72B0AC;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.active, .active h1 {
    color: #72b0ac;
}

header nav div {
    float: left;
    width: 33%;
}



/* HAMBURBGER */
#hamburger {
    cursor: pointer;
    display: block;
    position: absolute;
	z-index:999999999;
    right: 5%;
    width: 25px;
	top: 28%;
}

#hamburger div {
    background-color: #767676;
    border-radius: 2px;
    height: 4px;
    margin-top: 3px;
    width: 100%;
}

.responsive-menu {
    opacity: 0;
    left: 0px;
    top: 0px;
    position: fixed;
    width: 30%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    background: #767676 none repeat scroll 0 0;
}

.responsive-menu ul {
    list-style: none;
    margin: 0;
    width: 100%;
    padding: 0;
	text-align:right;
}

.responsive-menu .active {
    border-bottom: 1px solid #fff;
}

.responsive-menu a:hover::after {
    background: #fff none repeat scroll 0 0;
    width: 100%;
	height:1px;
}

.responsive-menu a::after {
	height:1px;
}

.responsive-menu .active:hover::after {
    background: #767676 none repeat scroll 0 0;
	height:1px
}

.responsive-menu li {
    border-bottom: 0 solid #fff;
    color: #fff;
    float: right;
    font-size: 20px;
    font-weight: 700;
	width:100%;
	background-color: #767676;
    padding: 5px 15% 5px 0;
    position: relative;
}

.responsive-menu li:first-child {
    border-bottom: 0px solid #fff;
    margin-bottom: 20px;
    padding: 12px 15% 10px 0;
}

.responsive-menu li:last-child {
    bottom: 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    margin-bottom: 10px;
	z-index:-1;
    padding-left: 15%;
    position: absolute;
    width: 70%;
}

.responsive-menu li a {
    color: #fff;
    text-decoration: none;
}

#contentLayer {
    display: none;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
    z-index: 5;
}

#content {
    background-color: #e7eaed;
    position: relative;
    width: 100%;
	float: left;
    height: 100%;
    -webkit-box-shadow: -5px 0px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -5px 0px 8px 0px rgba(0, 0, 0, 0.3);
}

.banner, footer {
    background: #72b0ac url("/img/patroon.png") no-repeat scroll 0 0 / auto 100%;
    float: left;
    height: 240px;
    margin-bottom: 25px;
    margin-top: 65px;
    position: relative;
    width: 100%;
}

footer {
    margin-top: -2%;
}

.wrapper, .wrapper-unic {
    float: left;
    height: auto;
    margin: 0 5%;
    position: relative;
	background-color: transparent;
	margin-bottom: 0;
    width: 90%;
}

.wrapper-unic {
	margin-top: 2%;
}

.wrapper {
    background-color: #fff;
    margin-bottom: 25px;
    padding: 5%;
    width: 80%;
}

.wrapper:last-child {
    margin-bottom: 2%;
}

h1, h2, h3 {
	font-family: 'Raleway', sans-serif;
    color: #767676;
}

h1 {
    font-size: 26px;
    line-height: 30px;
	text-transform:uppercase;
    margin: 10px 0 40px;
}

h2, b {
    font-weight: 500;
    line-height: 26px;
    margin: 0;
	color:#767676;
}

h3 {
	line-height: 20px;
	font-weight: lighter;
	margin: 14px 0 0;
}

p, a, td {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
	color:#767676;
}

p {
    margin: 0 0 20px;
}

a {
    text-decoration: none;
}

a:hover {
	color: #72B0AC;
}

/* ==================
		START
===================== */

#hamburger {
	display: none;
}

.portret {
    filter: grayscale(100%);
    height: 220px;
	width:220px;
	margin: 0 auto;
    overflow: hidden;
}

.portret > span {
    float: left;
    height: 100%;
    width: 100%;
}

.portret span img {
    width: 100%;
}

#intro .left, #intro .middle, #intro .right {
	float: left;
	width: calc(100% / 3);
	height:200px;
}

#intro .left, #intro .right {
    display: table;
    text-align: right;
}

#intro .right {
	text-align: left;
}

#intro .left p, #intro .right p {
    display: table-cell;
	vertical-align: middle;
}


/* ==================
		TIMELINE OTHER CSS
===================== */



/* ==================
		WERKERVARING
===================== */

.animation-element {
  opacity: 0;
}

.animation-element {
  opacity: 0;
  -moz-transition: all 1000ms linear;
  -webkit-transition: all 1000ms linear;
  -o-transition: all 1000ms linear;
  transition: all 1000ms linear;
  -moz-transform: translate3d(0px, 100px, 0px);
  -webkit-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate3d(0px, 100px, 0px);
}

.animation-element.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.work {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}

.work:after {
  content: '';
  display: block;
  clear: both;
}

.work-item {
    width: 100%;
	margin-bottom: 25px;
	float: left;
}

.work-item p {
    float: left;
    width: 25%;
    width: auto;
	font-weight:400;
	color: #72b0ac;
}

.work-item p:last-child {
    float: right;
	color: #767676;
	font-weight: 300;
	width: 75%;
}

/* ==================
		SKILLS
===================== */

#skills ul {
    float: left;
    list-style: outside none none;
    padding: 0;
    width: 48%;
}

#skills ul > li {
    min-height: 30px;
    padding: 3px 5px 0;
	margin: 0 -5px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#skills ul > li:hover {
    background: #E7EAED none repeat scroll 0 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.glyphicon {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#skills ul > li:hover > .skills-score .glyphicon {
	color:#fff;
}

#skills ul > li:hover > .skills-score .glyphicon.filled {
    color: #72b0ac;
}

.left > h1, #werkervaring h1, #extra h1 {
    margin-bottom: 50px;
}

#skills .right {
    margin: 105px 0 0 4%;
}

.skills-title {
	width:60%;
	display: inline-block;
}

.skills-score {
	float: right;
}

.glyphicon-star::before {
    content: "\2605";
}

.skills-score .glyphicon.filled {
    color: #72b0ac;
}
.skills-score .glyphicon {
    color: #E7EAED;
    font-size: 14px;
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.glyphicon {
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: relative;
    top: 1px;
}

#skills li:hover .skills-score .glyphicon {
    margin-left: 2px;
}

/* ==================
		EXTRA
===================== */

#extra > p {
    float: left;
    padding-right: 6.5%;
    width: 20%;
}

#extra > p:nth-child(5) {
    padding-right: 0;
}

.cr {
    background: #fff none repeat scroll 0 0;
    float: left;
    font-size: 12px;
    padding: 5px 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.cr a {
	font-size: 12px;
	color: #72B0AC;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.cr a:hover {
	opacity:.7;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}


/* =======================================
		Tablet(landshape smaller than 1200px)
========================================== */
@media only screen and (max-width:1024px) {
	#hamburger {
		display: block;
	}
	
	header nav .left, header nav .right {
		display: none;
	}
	
	header nav div {
		float: left;
		text-align: left;
		width: 80%;
	}
	
	.banner, footer, #intro .left, #intro .middle, #intro .right {
		height: 180px;
	}
	
	#intro .middle {
		width: 30%;
	}
	
	#intro .left, #intro .right {
		width: 35%;
	}
	
	.portret {
		height: 180px;
		width: 180px;
	}
	
}

/* =======================================
		Phone(landshape smaller than 768px)
========================================== */
@media only screen and (max-width:768px) {
	#intro .left, #intro .right {
		float: left;
		height: auto;
		text-align: left;
		width: 50%;
	}
	
	#intro .middle {
		float: right;
		width: 50%;
	}
	
	.work-item p {
		padding-right: 5%;
		width: 30%;
	}
	
	.work-item p:last-child {
		padding-right: 0;
		width: 65%;
	}
	
	#skills .left > h1, #werkervaring h1, #extra h1 {
		margin-bottom: 30px;
	}
	
	#skills .right {
		margin-top: 85px;
	}
	
}

/* =======================================
		Phone(portrait smaller than 540px)
========================================== */
@media only screen and (max-width:540px) {
	h1 {
		font-size: 20px;
	}
	
	.banner, footer, #intro .left, #intro .middle, #intro .right {
		height: 120px;
	}
	
	#intro .middle {
		float: right;
		margin: 20px 0;
		height: auto;
		width: 100%;
	}
	
	.portret {
		height: 140px;
		width: 140px;
	}
	
	.wrapper {
		padding: 8% 5%;
		margin-bottom:20px;
	}
	
	.banner {
		margin-top: 60px;
		margin-bottom: 20px;
	}
	
	.timeline-content {
		width: 100%;
	}
	
	#intro .left, #intro .right {
		float: left;
		height: auto;
		text-align: center;
		width: 100%;
	}
		
	#timeline h2 {
		font-size: 16px;
	}
	
	.work-item p {
		padding-right: 0;
		width: 100%;
	}
	.work-item p:last-child {
		width: 100%;
	}
	
	#skills ul {
		width: 100%;
	}
	
	#skills .right {
		margin: -15px 0 0;
	}
		
	.responsive-menu {
		width: 45%;
	}
	
	#contentLayer {
		widows: 55%;
	}
	
	#extra > p {
		padding-right: 0;
		width: 48%;
	}
	
	#extra > p:nth-child(2n) {
		padding-right: 4%;
	}
	
	p, b, a, .timeline-content p, #timeline h2, .timeline-content .date, .skills-title {
		font-size: 14px;
		line-height: 20px;
	}
	
	.timeline-content p {
		margin-bottom: 6px;
		margin-top: 6px;
	}
	
	.timeline-content .date {
		padding: 2px;
	}
	
	.timeline-img {
		margin-bottom: 6px;
	}
		
}














