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

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

.download {
    position: relative;
    width: 100%;
    float: left;
    height: auto;
    background-color: #dd6367;
    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: #ef8d8f;
	border: none;
	border-radius: 0;
	padding: 5px 8px;
	font-size: 13px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	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: 'Montserrat', sans-serif;
	margin: 5px 0;
}

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

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

.top > h1 {
    margin-top: 5px;
	margin-bottom: 0;
}

nav a:hover {
	text-decoration: underline;
	-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: #DD6367;
}


/* HAMBURBGER */
#hamburger {
    border: 2px solid rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    cursor: pointer;
    display: block;
    float: right;
    padding: 10px;
	background-color: #fff;
    position: absolute;
    right: 3.5%;
    top: 12%;
    transition: border 0.2s ease 0s;
    width: 25px;
    z-index: 999999999;
}

#hamburger.fixed {
    display: block;
    position: fixed;
    right: 8.2%;
    top: 7%;
}

#hamburger div {
    background-color: #000;
    border-radius: 0;
    height: 2px;
	transition: width 0.2s ease 0s;
    margin: 4px auto;
    width: 80%;
}

#hamburger:hover {
    border: 2px solid rgba(0, 0, 0, 0.8);
}

#hamburger:hover > div {
    width: 90% !important;
}

#responsive-menu {
	right: -50%;
}

.responsive-menu {
    background: #dd6367 none repeat scroll 0 0;
    height: auto;
    position: fixed;
	box-shadow: -1px 2px 5px #444;
	transition: right 0.5s ease 0s;
    top: 25%;
    width: 14%;
}

.responsive-menu p {
    color: #fff;
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 20px;
    font-weight: 600;
    opacity: .5;
    text-align: right;
    margin: 35px 0 20px;
    text-transform: none;
    padding: 0 10px 0 30px;
}

.responsive-menu a {
    color: #fff;
    float: right;
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 20px;
	transition: 0.2s ease 0s;
    font-weight: 500;
    line-height: 28px;
    list-style: outside none none;
    margin: 5px 0;
    padding: 0 10px 0 30px;
    position: relative;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
    width: 75%;
}

.responsive-menu a:last-child {
	margin-bottom: 40px;
}

.back {
    /* filter: grayscale(100%) brightness(1.1); */
    height: auto;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.wrapper, .wrapper-unic {
    float: left;
    height: auto;
    margin: 0 5%;
    position: relative;
	margin-bottom: 0;
    padding: 5%;
    width: 80%;
}

.wrapper {
    background: #fff none repeat scroll 0 0;
    margin: 0 5%;
    padding: 5% 10% 0;
    width: 70%;
}

h1, h2, h3 {
	font-family: 'Frank Ruhl Libre', serif;
    color: #000000;
}

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

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

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

p, a, td {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
	color:#000000;
}

p {
    margin: 0 0 20px;
}

a {
    text-decoration: none;
	-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;
}

a:hover {
	text-decoration: underline;
	-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;
}

/* ==================
		START
===================== */
#intro {
    display: table;
    height: 80vh;
    margin: 0;
    text-align: center;
    width: 90%;
}

.kennismaking {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

#intro p, #intro p a {
    color: #fff;
    font-size: 14px;
	font-weight: lighter;
    line-height: 22px;
}

#intro p {
	width: 36%;
	padding-left: 4%;
}

#intro h1 {
    font-size: 54px;
    color: #fff;
    width: 40%;
    text-transform: none;
    line-height: 50px;
}

#intro a.leesmeer {
    border: 1px solid rgba(221, 99, 103, 0.3);
    color: #dd6367;
    text-decoration: none;
    float: left;
	margin-top:15px;
	transition: border 0.2s ease 0s;
	font-size: 22px;
    padding: 1% 2%;
    text-transform: uppercase;
    width: 36%;
	-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;
}

#intro a.leesmeer:hover {
    border: 1px solid rgba(221, 99, 103, 0.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;
	text-decoration: none;
}

.padding {
    float: left;
    padding-top: 3%;
    width: 100%;
}


/* ==================
		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: 23%;
	font-weight:400;
	color: #DD6367;
}

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

.work a {
    color: #DD6367;
    font-weight: 400;
}

.work a:hover {
	text-decoration: underline;
	opacity: 1;
}

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

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

#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: #DD6367;
}

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

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

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

.skills-score {
	float: right;
}

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

.skills-score .glyphicon.filled {
    color: #DD6367;
}
.skills-score .glyphicon {
    color: #E7EAED;
    font-size: 14px;
    transition: all 0.3s ease 0s;
}
.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;
}

#extra {
    margin-bottom: 3%;
	padding-bottom: 5%;
}

.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: #dd6367;
	-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) {
	
	.back {
		left: -10%;
		width: 120%;
	}
	
	.responsive-menu {
		top: 20%;
		width: 20%;
	}
	
	#intro a.leesmeer {
		border: 1px solid rgba(221, 99, 103, 1);
	}
	
	#hamburger {
		border: 2px solid rgba(0, 0, 0, 0.8);
	}
	
	#hamburger > div {
		width: 90% !important;
	}
	
}

/* =======================================
		Phone(landshape smaller than 768px)
========================================== */
@media only screen and (max-width:768px) {
	.back {
		left: -50%;
		width: 200%;
	}
	
	#intro p {
		padding-left: 0;
		width: 40%;
	}
	
	.wrapper {
		padding: 5%;
		width: 80%;
	}
	
	.responsive-menu {
		width: 30%;
	}
	
	.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: 80px;
	}
	
	#hamburger {
		right: 5.7%;
	}
	.padding {
		padding-top: 6%;
	}
	
	#hamburger.fixed {
		right: 10%;
	}
	
	#extra	{ 
		margin-bottom: 6%;
	}
	
	.download .error, .download #email, .download .button {
		width: 50%;
		margin: 3px 25%;
		float: left;
	}
	
	.download #email {
		width: calc(50% - 16px);
	}
}

/* =======================================
		Phone(portrait smaller than 540px)
========================================== */
@media only screen and (max-width:540px) {
	h1 {
		font-size: 20px;
	}
	
	.back {
		left: -10%;
		width: 120%;
	}
	
	#intro {
		height: auto;
		margin-top:80%;
	}
	
	#intro h1, #intro p {
		width: 100%;
	}
	
	#intro h1 {
		font-size: 30px;
		line-height: 30px;
	}
	
	#intro a.leesmeer {
		padding: 4%;
		width: 92%;
	}
	
	.wrapper {
		padding: 8% 5%;
	}
	
	.timeline-content {
		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: 0;
	}
		
	.responsive-menu {
		width: 50%;
	}
		
	#extra > p {
		padding-right: 0;
		width: 48%;
	}
	
	#extra > p:nth-child(2n) {
		padding-right: 4%;
	}
	
	p, b, a, .timeline-content p, .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;
	}
	
	#intro p, #intro p a {
		font-size: 14px;
		line-height: 20px;
	}
	
	#intro a.leesmeer {
		font-size: 18px;
		margin-bottom:30%;
	}
	
	.wrapper {
		padding: 8% 5% 0;
	}
	
	.download .error, .download #email, .download .button {
		width: 88%;
		margin: 3px 6%;
		float: left;
	}
	
	.download #email {
		width: calc(88% - 16px);
	}
	
	
		
}














