* {
	margin: 0;
	box-sizing: border-box;
}
body {
	min-width: 310px;
	background-color: #414141;
	color: white;
	font: 400 16px/24px roboto, sans-serif;
	//font-family: sans-serif, arial;
	font-size: 1em;
}
/*__________ Typography __________*/
pre {
	overflow: auto;
	color: white;
	background: #1d1f21;
	padding: 15px;
	tab-size: 2;
	word-break: normal;
	hyphens: none;
	position: relative;
	margin: 15px 0;
}
pre code {
	font-family: 'Source Code Pro', Menlo, Consolas, Monaco, monospace;
	font-size: 0.9rem;
	background: none;
	white-space: pre;
	overflow: auto;
	display: block;
}
a {
	text-decoration: none;
	color: #ffa500;
}
a:hover {
	text-decoration: underline;
}
h1,
h2,
h3,
p,
a,
ul {
	//text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}
h1,
h2{
	margin: 20px 0;
}
h3 {
	margin: 10px 0; /*todo*/
}
p {
	//font-size: 1em;
	//line-height: 22px;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

/*__________ Header __________*/

header {
  	padding-top: 50px;
  	background-color: #414141;
  	margin: 20px auto;
}
header h1 {
	color: #ffa500;
}
nav {
	padding: 10px 0;
	background: #2e2e2e;
	z-index: 150;
	box-shadow: 0 2px 3px rgba(0,0,0,.4);
}
.sticky-nav {
	position: fixed;
	width: 100%;
	top: 0;
}

/*__________ Main Menu __________*/
#mainMenu {
	text-align: center;
}
#mainMenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}
#mainMenu.on ul{
	position: relative;
	display: inline-block;
	z-index: 99999;
	background-color: #2e2e2e;
	border-radius: 10px;
	margin-top: 20px
}
#mainMenu.on ul:before {
	position: absolute;
	top: -15px;
	left: calc(50% - 15px);
	content: "";
	display: block;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 20px solid #2e2e2e;
}
#mainMenu ul li {
	display: inline;
	font-size: 1.12em;
	float: left;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
}
#mainMenu ul .active {
	border-bottom: 2px solid #F57C00;
}
#mainMenu.on ul li{
	display: block;
	font-size: 1.5em;
	float: none;
}

#mainMenu ul li a {
	text-decoration: none;
	color: white;
	padding: 0px 15px;
	height: 50px;
	line-height: 50px;
	display: block;

	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
#mainMenu ul li:hover a {
	text-decoration: underline;
}
#toggle {
	display: none;
	padding: 10px 7.5px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	border: none;
	outline: none;
}
@media screen and (max-width: 799px) {
    #toggle {
        display: block;
    }
    #mainMenu ul {
    	display: none;
    }
}
.responsiveStripes{
	display: block;
	width: 35px;
	height: 4px;
	background-color: white;
	margin-bottom: 9px;
	border-radius: 2px;
	transition: all 0.3s;
}
.responsiveStripes:last-child{
	margin-bottom: 0;
}
#mainMenu.on .responsiveStripes:first-child{
	transform: rotate(45deg) translate(9px, 9px);
	-webkit-transform: rotate(45deg) translate(9px, 9px);
	-ms-transform: rotate(45deg) translate(9px, 9px);
}
#mainMenu.on .responsiveStripes:nth-child(2){
	opacity: 0;
}
#mainMenu.on .responsiveStripes:last-child{
	transform: rotate(-45deg) translate(10px, -9px);
	-webkit-transform: rotate(-45deg) translate(10px, -9px);
	-ms-transform: rotate(-45deg) translate(10px, -9px);
}
/*__________ Main __________*/
section {
	animation: fadein 1.5s;
	-moz-animation: fadein 1.5s;
	-webkit-animation: fadein 1.5s;
	-o-animation: fadein 1.5s;
}
/*__________ sections and articles __________*/
.section {
	max-width: 900px;
	margin: 20px auto;
}
.sectionEsc {
	margin: 20px 0;
}
.section h1,
.section h2,
.sectionEsc h2 {
	color: #ffa500;
}
/* content fontsizes etc */
section h1 {
	font-size: 1.6em;
}
section h2 {
	font-size: 1.5em;
}
section h3 {
	font-size: 1.3em;
}
section p {
	font-size: 1em;
}

article {
	margin: 0 20px;
}
article.tldr {
	border-top: 5px solid white;
	border-bottom: 5px solid white;
	padding: 10px 3em;
}
article.tldr p {

}
.tldr-title {
	/* I don't remember having the title inline... but it broke so, comment*/
	/*
	display: inline;
	margin: 0!important;
	*/
	font-size: 3em;
	font-weight: bold;
	
}
/*__________ columns __________*/
.columnContainer {
	display: flex;
	justify-content: space-between;
}
.column {
	width: 300px;
	margin: 20px;
}
.column p {
	padding: 0 1em;
}
@media screen and (max-width: 699px) {
	.columnContainer {
		flex-direction: column;
	}
	.column {
		margin: 20px  auto!important;
	}
}
/*__________ (Inleiding) __________*/
#inleiding {
	text-align: center;
}
#inleiding p {
	max-width: 450px;
	padding: 0 1em;
	margin: 0 auto;
}
#canvas{
	display: block;
	position: absolute;
	top: 0;
}
#photoContainer{
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#profielfoto {
	width: 250px;
	border-radius: 50%;
}
#mediaDeveloper {
	font-size: 1.5em;
	margin: 20px 0;
}
#soortProject {
	display: inline-block;
	padding: 2px 5px;
	min-width: 90px;
	height: 22px;
	line-height: 18px;
	background-color: #F57C00;
	font-weight: bold;
}
/*__________ over (page) __________*/
.imgContainer#alignCenter {
	text-align: center;
}
#hobbies article {
	width: calc(100% - 40px);
}
.hobbyContainer {
	display: flex;
	justify-content: space-between;
}
.hobbyContainer.scouting .first {
	order: 1;
}
.hobbyContainer.scouting .last {
	order: 2;
}
.first {
	padding-right: 10px;
}
.last {
	padding-left: 10px;
}
.pic {
	width: 45%;
}
.picText {
	width: 55%;
}
.pic img {
	width: 100%;
}
@media screen and (max-width: 699px) {
	.first, .last {
		padding: 0;
	}
	.hobbyContainer {
		flex-direction: column;
	}
	.hobbyContainer.scouting {
		flex-direction: column-reverse;
	}
	.pic, .picText {
		width: auto;
	}
}
#resume_message {
	background-color: #616161;
	text-align: center;
}
#resume_message_inner {
	padding: 15px;
}
#message_text {
	margin-bottom: 5px;
	font-size: 1.1em;
}
.resume_button {
	margin: 3px;
	padding: 5px;
	display: inline-block;
	border-radius: 2px;
	color: white;
	background-color: #F57C00;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none!important;
}
#close_resume_message {
	text-align: none!important;
	position: relative;
	bottom: 0;
	left: 0;
}

/*__________ (Slider/Carousel) __________*/
#projectContainer {
	padding: 0 20px;
}
.project-caption {
	padding: 10px 0 30px 0;
}
.project-caption p,
.project-caption b {
	font-size: 1em;
}

.project_titles ul{
	padding: 0;
	display: flex;
	width: 100%;
	display: none;
}
@media screen and (min-width: 699px) {
	.project_titles ul{
		display: none;
	}
}
.project_titles li {
	list-style-type: none;
	padding: 15px;
}

.articleSingle {
	width: 100%;
	max-width: 600px;
    height: 300px;
    background-color: #7a7a7a;
    margin: 20px;
    display: inline-block;
}
.item img {
	width: 100%!important;
	max-width: 1100px!important;
	height: auto;
	display: inline-block!important;
}
@media screen and (max-width: 699px) {
	.item {
	    max-width: 100%;
	    display: none;
	}
	.item:nth-child(-n+3) {
		display: block;
	}
}

/*__________ (Contact) __________*/
#info {
	list-style-type: none;
	padding: 0;
}
#info {
	font-size: 1.1em;
}
#info i {
	font-size: 1.5em;
}
#info i:before {
	width: 40px;
}
#info li:nth-child(3) {
	padding-left: 40px;
}
/*__________ Footer __________*/
footer {
	max-width: 900px;
	margin: 0 auto;
	background-color: #2e2e2e;
}
.columnContainer#footerContainer{
	justify-content: center!important;
	align-items: baseline;
}
#footerContainer .column {
	max-width: 350px!important;
	padding: 10px;
}
#footerContainer ul {
	padding: 0;
}
#socialLinks li {
	display: block;
	list-style-type: none;
	padding: 10px;
	margin: 10px 0px;
	border-radius: 5px;
	width: 100px;
	text-align: center;
}
#socialLinks a{
	color: #fff;
}
#socialLinks #fb{
	background-color: #3B5998
}
#socialLinks #li{
	background-color: #0077b5
}
#socialLinks #tw{
	background-color: #55acee
}
#pageTags li{
	display: inline-block;
	list-style-type: none;
	background-color: tomato;
	padding: 6px 8px;
	margin: 0 10px 10px 0;
	border-radius: 6px;
}
#copyRight{
	font-size: .8em;
	padding: 1em;
	text-align: center;
}
@media screen and (max-width: 699px) {
	#socialLinks li {
		width: auto;
	}
}
/*__________ Animation keyframes __________*/
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}