@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'edmondsans';
    src: url('https://rdgdesign.nl/style/fonts/edmondsans-regular.eot');
    src: url('https://rdgdesign.nl/style/fonts/edmondsans-regular.eot?#iefix') format('embedded-opentype'),
         url('https://rdgdesign.nl/style/fonts/edmondsans-regular.woff2') format('woff2'),
         url('https://rdgdesign.nl/style/fonts/edmondsans-regular.woff') format('woff'),
         url('https://rdgdesign.nl/style/fonts/edmondsans-regular.ttf') format('truetype'),
         url('https://rdgdesign.nl/style/fonts/edmondsans-regular.svg#edmondsansregular') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'edmondsans';
    src: url('https://rdgdesign.nl/style/fonts/edmondsans-medium.eot');
    src: url('https://rdgdesign.nl/style/fonts/edmondsans-medium.eot?#iefix') format('embedded-opentype'),
         url('https://rdgdesign.nl/style/fonts/edmondsans-medium.woff2') format('woff2'),
         url('https://rdgdesign.nl/style/fonts/edmondsans-medium.woff') format('woff'),
         url('https://rdgdesign.nl/style/fonts/edmondsans-medium.ttf') format('truetype'),
         url('https://rdgdesign.nl/style/fonts/edmondsans-medium.svg#edmondsansmedium') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'edmondsans';
    src: url('https://rdgdesign.nl/style/fonts/edmondsans-bold.eot');
    src: url('https://rdgdesign.nl/style/fonts/edmondsans-bold.eot?#iefix') format('embedded-opentype'),
         url('https://rdgdesign.nl/style/fonts/edmondsans-bold.woff2') format('woff2'),
         url('https://rdgdesign.nl/style/fonts/edmondsans-bold.woff') format('woff'),
         url('https://rdgdesign.nl/style/fonts/edmondsans-bold.ttf') format('truetype'),
         url('https://rdgdesign.nl/style/fonts/edmondsans-bold.svg#edmondsansbold') format('svg');
    font-weight: 400;
    font-style: normal;
}


html,
body{
	background-color:#002328;
	margin:0;
	padding:0;
	height:100%;
	}

body{
	text-align:center;
	font-family: 'edmondsans';
	line-height: 1.6em;
	font-size:18px;
	height:100%;
	min-height: 600px;
	}

*{  -webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.blockcontainer{
	padding-top:80px;
	padding-bottom:80px;
	height:100%;
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
		border: 6px solid #FFF;
	pointer-events: none;
	

}
.header{
	width:100%;
	height: 100%;
	background-color:#002328;
	background-image: url(/style/img/bg-animals.jpg);
	background-size: cover;
	background-position: left;
	min-height:40px;
	padding-top:20px;
	padding-bottom:20px;
	display: flex;
	align-items: center;
	justify-content: center;
	}
		
.header .header-inner{
	/*width:80%;
	min-width:900px;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-right:20px;
	padding-top:30px;
	padding-bottom:30px;*/

	max-width: 80%;
	}
	svg{
		
		width:200px;
	}
	
.header .header-inner .logo{
	margin-bottom:40px;
	margin-top:70px;
	}
	
hr{
	border-color:#333;
	background-color:#099;
	color:#099;
	border-style:solid;
	border-bottom-color:#52E4CE;
	}
	
h1{	color:#FFFFFF;
	font-size: 2.5em;
	line-height: 0.9em;
	margin:0px;
	margin-top:0.8em;
	margin-bottom:0.6em;
	padding:0px;
	font-weight:normal;
	}
.subheader{max-width: 400px; margin-left: auto; margin-right: auto;}		
p{	
	color:#FFFFFF; 
	font-weight: 200;
	}	

a{ color:#52E4CE; text-decoration:none;}	

.spacer{ display:block; height:100px; width:100%;}
.expertises{
	color:#FFF; line-height: 1.4em; font-weight:100; font-size:0.6em;text-transform: uppercase; letter-spacing: 1px;

}

@media screen and (min-width: 600px){
	svg{
		
		width:300px;
	}
	
	h1{	
		font-size: 4em;
	}

}

	