
@font-face {	/* ...Definitie */
	font-family: BerkshireSwash;
	/* src: url(sansation_light.woff); 
	src: url(BerkshireSwash-Regular.ttf); */
	src: url("fonts/berkshire-swash/BerkshireSwash-Regular.ttf");
	}


* {
	transition: all 0.5s;
}
section {
	/*height: 150vh;*/
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
#tekst1 {
	position:absolute;/**/
	color:#f0a329;
	font-size:34px;
	font-weight:900;
	letter-spacing:2%;	
	height: 100vh;
	/*display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;*/
	/*position: fixed;
	left: 20px;*/
	top: 20px;
	height: 50px;
	background-color: transparant;	/*yellow;		#fff;
	width: 50px;
	
	border-radius: 50%;
	box-shadow: 1px 1px 10px rgba(255, 255, 255, .3);	

display: inline-block;*//*position:absolute;*/
/*
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
float: none;
z-index: auto;
width: auto;
height: auto;
position: static;*/
/*cursor: pointer;
opacity: 1;
margin: 42px;
padding: 10px 23px 10px 20px;
overflow: visible;
border: 1px solid #018dc4;
border-right-width: 3px;
*/
/*-webkit-border-radius: 3px;
border-radius: 3px;
font: normal 68px/normal "berkshire-swash", Helvetica, sans-serif;*/
font: normal 68px/normal "BerkshireSwash", Helvetica, sans-serif;
/*
color: rgba(246,178,107,1);
-o-text-overflow: clip;
text-overflow: clip;
background: none;
-webkit-box-shadow: 0 0 9px 4px rgba(0,0,0,0.5) ;
box-shadow: 0 0 9px 4px rgba(0,0,0,0.5) ;
text-shadow: 0 0 12px rgba(255,255,255,1) , -1px -2px 0 rgba(0,0,0,1) , -1px -2px 0 rgba(0,0,0,1) , -2px 2px 0 rgba(0,0,0,1) , 3px 2px 0 rgba(2,2,2,0.9) ;
-webkit-transition: font-size 300ms cubic-bezier(0.42, 0, 0.58, 1), all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
-moz-transition: font-size 300ms cubic-bezier(0.42, 0, 0.58, 1), all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
-o-transition: font-size 300ms cubic-bezier(0.42, 0, 0.58, 1), all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
transition: font-size 300ms cubic-bezier(0.42, 0, 0.58, 1), all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
-webkit-transform: none;
transform: none;
-webkit-transform-origin: 50% 50% 0;
transform-origin: 50% 50% 0;

*/


}

#BackGroundImage {

	background-color: transparant;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%

}

h2 {
	font-weight: thin;
}

/* Hoofd pagina */
#main {
	background-color: #1E1E1E;/*#2D2D2D;  #00AAFF; black; #ff5722;*/
	
	align-items: center;
	justify-content: center;	

}



  


/* 2560 x 1440 */

