@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }


/* Typographie styles */
h1, h2, h3, h4, h5 {
	font-family: 'Raleway', Helvetica, sans-serif;
	line-height: 1.2em;
}
p, a, label, blockquote {
	margin-bottom: 1em;
	font-family: 'Cabin', Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
}
h1 {
	font-size: 8em;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 100%;
}
h2 {
	font-size:2.0em;
	margin-top: 1em,;
	margin-bottom: 0.5em;
}
h3 {
	font-size:1.6em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
h4 {
	font-size: 1.2em;
	margin-bottom: 0.25em;
}
h5 {
	font-size: 1em;
}
blockquote {
	font-size: 1.2em;
	font-style: italic;
	color: #555;
	border-left: 3px solid #555;
	padding: 1vh 1vw;
	margin: 2em 5vw;
}


/*jQuery Cascading div */
#paragraphs>div{
	width: 90%;
}

/* Class styling */
.content {
	height: 100vh;
	width: 100%;
	background: #FFF;
	top: 0;
	left: 0;
	position: relative;
	border-right: #000 solid 1px;
	border-top: #000 solid 1px;
	border-bottom: #000 solid 1px;
	box-shadow: 0px 0px 15px 5px #111;
}
.page-title {
	position: absolute;
	bottom:0;
	right:0;
	cursor: pointer;
	z-index: 2;
}
.page-title img {
	height: auto;
	width: 5vw;
	min-width: 20px;
	opacity: 0.5;
	-webkit-filter: brightness(80%);
	filter: brightness(80%);
}
.cascade-div-selected .page-title img{
	-webkit-filter: brightness(0%);
	filter: brightness(0%);
	opacity: 1;
}
.top {
	position: absolute;
	top:	0;
	left:	0;
	height: 70%;
	width: 100%;
	display: flex;
	display:-ms-flex;
	display: -webkit-flex;
}
.top > div {
	color: #fff;
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
}
.bottom {
	position: absolute;
	top:	70%;
	left:	0;
	height: 30%;
	width: 100%;
	padding: 0 5%;
	display: flex;
	display:-ms-flex;
	display: -webkit-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
}
.bottom div {
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	text-align: center;
	color: #555;
	padding: 5vh;
}
.column {
	display: flex;
	display:-ms-flex;
	display: -webkit-flex;
	text-align: center;
	align-items:flex-end;
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
}
.column-bg {
	background-position:center center;
	background-size: cover;
	min-width: 100%;
	max-height: 100%;
	flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
}
.block-text {
	display: flex;
	display:-ms-flex;
	display: -webkit-flex;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
	height: auto;
	flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
}
.block-text div {
	padding: 2vh 20%;
}
.more-button{
	width: 80px;
	height: 40px;
	margin: 5% auto;
	color: #FDDB31;
	border: #FDDB31 solid 1px;
	display:flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.more-button:hover {
	color: #FFF;
	background-color: #FDDB31;
}
.circular-img {
	height: 150px;
	width: 150px;
	border-radius: 50%;
	border: 2px solid #FFF;
}

/* ID styling */
#navbar {
	display: none;
}
#menu {
	display: none;
}
#home-top {
	background-image:url(../img/creatieve-sessie.jpg);
	background-position:center center;
	background-size: cover;
	z-index: 1;
}
#home-bottom div{
	text-align: left;
	margin-right: 10%;
}
#home-bottom img {
	height: 20vh;
	width: auto;
}
#about-top {
	color: #FFF;
	background-color: #00707B;
	margin: auto;
	padding: 0 10%;
	align-items: center;
	align-content: center;
	justify-content: center;
}
#about-top a {
	text-decoration: none;
	margin: 0;
	width: 200px;
}
#about-bottom {
	align-items: baseline;
}
#about-bottom img{
	height: 10vh;
	width: auto;
	opacity: 1;
	margin-bottom: 5%;
}
#about-bottom h4 {
	max-width: 75%;
	margin: auto;
}
#column-one {
	background-image:url(../img/project/p1-hero.png);
}
#block-text-one {
	background-color: #0B3352;
}
#column-two {
	background-image:url(../img/project/p2-hero.jpg);
}
#block-text-two {
	background-color: #065267;
}
#column-three {
	background-image:url(../img/project/p3-hero.jpg);
}
#block-text-three {
	background-color: #00707B;
}
#contact-top {
	align-items: center;
	justify-content: center;
	background-color: #0B3352;
	text-align: center;
	padding: 10%;
}
#contact-bottom a {
	padding: 5px;
	text-decoration: none;
}
#contact-bottom img {
	height: 50px;
	width: auto;
}
#mail {
	text-align: center;
	color:#555;
	text-decoration: none;
}
#mail:hover, #disclaimer_btn:hover  {
	text-decoration: underline;
}
