html
{
	margin: 0;
	background-size: cover;
	background-blend-mode: darken;
	// blend mode optional at this stage; will be used more in the next demo.
	transition: 3s;
	transition: background 1s linear;
}
.titleBar
{
	width: 70%;
	position: absolute;
	z-index: 10;
	left: 15%;
	top: 0px;
	height: 100px;
	background-color: white;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 600;
	background-color: white;
	-webkit-box-shadow: 0px 10px 141px -25px rgba(0,0,0,0.38);
	-moz-box-shadow: 0px 10px 141px -25px rgba(0,0,0,0.38);
	box-shadow: 0px 10px 141px -25px rgba(0,0,0,0.38);
	border-radius: 0px 0px 15px 15px;
	overflow: hidden;
}
.titleBarItem
{
	cursor: pointer;
	width: 20%;
	height: 93px;
	line-height: 100px;
	float: left;
	text-align: center;
	transition-duration: 0.2s;
}
.titleBarItem:hover
{
	opacity: 0.7;
	transition-duration: 0.2s;
}
.rienLogo
{
	height: 80px;
	margin-top: 10px;
}
.titleBarItemActive
{
	border-bottom: 7px solid black;
}
.slideShowHomeScreen
{
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	//background-image: url("bg.jpg");
	background-position: center;
	background-size: cover;
}
.headerRienStory
{
	position: absolute;
	z-index: 5;
	left: 50px;
	width: 50%;
	max-width: 600px;
	top: calc(25%);
}
.overMijScreen
{
	width: 50%;
	height: 100%;
	position: absolute;
	z-index: 7;
	left: 0px;
	top: 0px;
	background-color:rgba(0,0,0,0.6);
	box-sizing: border-box;
	padding-top: 150px;
	padding-right: 50px
}
.headerOverMij
{
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	color: white;
	font-size: 40px;
	padding-left: 50px;
}
.textOverMij
{
	margin-top: 40px;
	padding-left: 50px;
	padding-right: 20px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: white;
	line-height: 25px;
	width: 90%;
	height: 80%;
	overflow-y: scroll;
	text-align: justify;
}
.textBlog
{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 26px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 160px;
	color: white;
	line-height: 25px;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	z-index: 30;
	background-color:rgba(0,0,0,0.6);
}
.hidden
{
	display: none;
}
.portfolioScherm
{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.6);
	box-sizing: border-box;
	padding-left: 15%;
	padding-right: 15%;
	overflow-x: hidden;
	overflow-y: scroll;
}
.portfolioHeader
{
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	color: White	;
	font-size: 50px;
	margin-top: 160px;
	margin-bottom: 20px;
}
.portfolioItem
{
	cursor: pointer;
	background-image: url("bgs/001.jpg");
	width: 200px;
	height: 200px;
	background-position: center; /* Center the image */
	background-size: cover; /* Resize the background image to cover the entire container */
	border-radius: 10px;
	-webkit-box-shadow: 0px 8px 69px -17px rgba(0,0,0,0.46);
	-moz-box-shadow: 0px 8px 69px -17px rgba(0,0,0,0.46);
	box-shadow: 0px 8px 69px -17px rgba(0,0,0,0.46);
	box-sizing: border-box;
	padding-top: 150px;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: white;
	text-align: center;
	text-shadow: 0px 4px 10px black;
	margin-right: 50px;
	margin-bottom: 50px;
	float :left;
}
.lightBoxScreen
{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 20;
}
.lightBoxScreenContent
{
	width: 100%;
	height: 100%;
	background-image: url("bgs/002.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.prevBtn
{
	width: 100px;
	position: absolute;
	z-index: 30;
	left: 0px;
	top: calc(50% - 75px);
	height: 150px;
	border-radius: 0px 15px 15px 0px;
	background-color:rgba(255,255,255,0.6);
	text-align: center;
	cursor: pointer;
}
.nextBtn
{
	width: 100px;
	position: absolute;
	z-index: 30;
	right: 0px;
	top: calc(50% - 75px);
	height: 150px;
	border-radius: 15px 0px 0px 15px;
	background-color:rgba(255,255,255,0.6);
	text-align: center;
	cursor: pointer;
}
.fas
{
	margin-top: 55px;
	font-size: 40px;
	color: white;
}
.bolletjeHolder
{
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 50px;
	text-align: center;
}
.bolletje
{
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background-color: rgba(255,255,255,0.8);
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	-webkit-box-shadow: 0px 8px 69px -17px rgba(0,0,0,0.46);
	-moz-box-shadow: 0px 8px 69px -17px rgba(0,0,0,0.46);
	box-shadow: 0px 8px 69px -17px rgba(0,0,0,0.46);
}
.bolActive
{
	background-color: rgba(0,0,0,0.8);
}
.informatieScherm
{
	width: 50%;
	height: 100%;
	position: absolute;
	z-index: 7;
	left: 0px;
	top: 0px;
	background-color:rgba(0,0,0,0.6);
	box-sizing: border-box;
	padding-top: 150px;
    padding-right: 50px;
}
.link
{
	color: white;
	font-weight: 900;
}
.sluteBtn
{
	width: 50px;
	height: 50px;
	color: white;
	background-color:rgba(255,255,255,0.6);
	border-radius: 50px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 50px;
	right: 50px;
	cursor: pointer;
	-webkit-box-shadow: 0px 10px 141px -25px rgba(0,0,0,0.38);
	-moz-box-shadow: 0px 10px 141px -25px rgba(0,0,0,0.38);
	box-shadow: 0px 10px 141px -25px rgba(0,0,0,0.38);
}
.row
{
	margin-top: 20px;
}
.form-control
{
	float: none;
	width: 100%;
	background: none;
	border: none;
	border-bottom: 2px solid white;
	margin-bottom: 10px;
	height: 40px;
	color: white;
	font-size: 16px;
}
.bericht
{
	background-color: rgba(0, 0, 0, 0.28);
	height: 100px;
}
.btn
{
	width: 80px;
	height: 40px;
	line-height: 40px;
	background: none;
	border-radius: 5px;
	border: none;
	color: white;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	border: 2px solid white;
}
.brd
{
	display: none!important;
	visibility: hidden!important;
	opacity: 0!important;
}
.embedly-card
{
	margin-top: 20px;
}
