@charset "utf-8";
body {
	font-style: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	margin: 0;
}
a:link {
	color: green;
}
td {
	text-align: left;
	padding: 2px;
}
table {
	padding: 2px;
}
button {
	font-family: 'Proza Libre', cursive;
	font-size: 12px;
}
* {
	box-sizing: border-box;
}
img {
	vertical-align: middle;
}
.tableWidth {
	width: 100%;
}
.tiny {
	font-family: 'Nothing You Could Do', cursive;
	font-size: 18px;
	max-width: 620px;
	margin: auto;
	height: 40px;
	padding: 6px;
	color: green;
}
.lineEduc {
	border-bottom: 1px solid green;
	position: absolute;
	display: block;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: -10px;
	width: 80%;
}
.line {
	border-bottom: 1px solid white;
	display: block;
	width: 100%;
}
.fadeIn {
	z-index: 20;
	position: absolute;
	width: 100%;
	height: 800px;
	background-color: #FFF;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	animation-duration: 2s;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
}
.main {
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	width: 100%;
	height: 720px;
	max-width: 1000px;
}
.mainContent {
	box-sizing: border-box;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 800px;
}
.accordion {
	border-bottom: 1px solid black;
	border-right: 1px solid white;
	border-left: 1px solid white;
	border-top: 1px solid white;
	cursor: pointer;
	padding: 6px;
	text-align: left;
	outline: none;
	transition: 0.4s;
	height: 30px;
	background-color: #fff;
	width: 100%;
}
.active, .accordion:hover {
	opacity: 1;
	transition: 0.4s;
	border: 1px solid green;
	background-color: #F4F7F4;
}
.left {
	top: -6px;
	box-sizing: border-box;
	padding: 6px;
	float: left;
	width: 300px;
}
.right {
	box-sizing: border-box;
	padding: 6px;
	float: left;
	width: 300px;
}
.knowledge {
	width: 100%;
	margin: auto;
}
.education {
	width: 100%;
}
.courses {
	width: 100%;
}
.experience {
	width: 100%;
}
.projects {
	width: 100%;
}
.info {
	overflow: hidden;
	width: 100%;
	right: 0;
}
.contxt {
	vertical-align: top;
}
.conimg {
	height: 60px;
	width: 44px;
}
.panel {
	width: 100%;
	padding: 6px;
	display: none;
	background-color: #fff;
}
.youT {
	width: 100%;
}
 @-webkit-keyframes fadeIn {
 from {
 opacity: 0;
}
to {
	opacity: 1;
}
}
 @keyframes fadeIn {
 from {
 opacity: 0;
}
to {
	opacity: 1;
}
}
.container {
	padding: 6px;
	box-sizing: border-box;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	width: 100%;
	z-index: 4;
	float: left;
}
.mySlides {
	 padding-top: 6px;
	min-height: 260px;
	display: none;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 400px;
}
.cursor {
	cursor: pointer;
}
/* Next & previous buttons */
.prev, .next {
	padding: 6px;
	border: 1px solid white;
	float: left;
	cursor: pointer;
	transition: 0.4s;
	width: 30px;
	height: 30px;
	color: black;
	font-size: 12px;
	user-select: none;
	-webkit-user-select: none;
	background-color: #F4F7F4;
}
.next {
	float: right;
	top: 0px;
}
.prev:hover, .next:hover {
	border: 1px solid green;
	transition: 0.4s;
	background-color: #fff;
	color: #ccc;
}
.caption-container {
	display: block;
	text-align: center;
	height: 30px;
	color: green;
}
#caption {
	padding: 6px;
	font-family: 'Proza Libre', cursive;
	font-size: 12px;
	border: 1px solid white;
	text-align: center;
	height: 30px;
}
.column {
	float: right;
	width: 65px;
}
.demo {
	border: 1px solid white;
	transition: 0.4s;
	opacity: 0.6;
}
.active, .demo:hover {
	border: 1px solid green;
	transition: 0.4s;
	opacity: 1;
}
.map {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 400px;
}
#intro {
	position: absolute;
	cursor: grab;
}
.eerst {
	left: 615px;
	top: 240px;
	position: absolute;
	z-index: 11;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
	-webkit-animation-name: eerst;
	animation-name: eerst;
}
 @-webkit-keyframes eerst {
from,  20%,  40%,  60%,  80%,  to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
 0% {
 opacity: 0;
 -webkit-transform: scale3d(0.3, 0.3, 0.3);
 transform: scale3d(0.3, 0.3, 0.3);
}
 20% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1);
 transform: scale3d(1.1, 1.1, 1.1);
}
 40% {
 -webkit-transform: scale3d(0.9, 0.9, 0.9);
 transform: scale3d(0.9, 0.9, 0.9);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(1.05, 1.05, 1.05);
 transform: scale3d(1.05, 1.05, 1.05);
}
 80% {
 -webkit-transform: scale3d(0.97, 0.97, 0.97);
 transform: scale3d(0.97, 0.97, 0.97);
}
to {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
}
 @keyframes eerst {
 from,  20%,  40%,  60%,  80%,  to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
 0% {
 opacity: 0;
 -webkit-transform: scale3d(0.1, 0.1, 0.1);
 transform: scale3d(0.1, 0.1, 0.1);
}
 20% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1);
 transform: scale3d(1.1, 1.1, 1.1);
}
 40% {
 -webkit-transform: scale3d(0.9, 0.9, 0.9);
 transform: scale3d(0.9, 0.9, 0.9);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(1.05, 1.05, 1.05);
 transform: scale3d(1.05, 1.05, 1.05);
}
 80% {
 -webkit-transform: scale3d(0.97, 0.97, 0.97);
 transform: scale3d(0.97, 0.97, 0.97);
}
to {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
}
 @media (max-width:800px) {
.container {
	transform: translate(0px, 0px);
}
.left, .right {
	padding: 6px;
	width: 100%;
	max-width: 400px;
}
.next, .prev {
	padding: 2px;
	font-size: 18px;
}
.eerst {
	top: 20px;
	left: 45%;
	float: left;
	position: relative;
}
}
