<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>

<title>Untitled Document</title>


<style type="text/css">
	

        @font-face {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 300;
            src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
        }
        @font-face {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 400;
            src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
        }
        @font-face {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 500;
            src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
        }
        @font-face {
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 700;
            src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
        }
        @font-face {
            font-family: 'Alfa Slab One';
            font-style: normal;
            font-weight: 400;
            src: local('Alfa Slab One Regular'), local('AlfaSlabOne-Regular'), url(https://fonts.gstatic.com/s/alfaslabone/v7/6NUQ8FmMKwSEKjnm5-4v-4Jh2dJhew.woff2) format('woff2');
        }
 
#wrapper {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	max-width: 980px;
	margin-top: auto;

}
	
	#wrapper #arrow img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	width: 67px;
}
	
	.message  {
		margin-left:5px;
		margin-right:5px;
}	
.message img {
	text-align: center;
	width: 140px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 0px;
	margin-top: 50px;
}
#wrapper p {
	text-align: center;
	font-family: Roboto, Arial, sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 34px;
}
#wrapper p span {
	font-weight: 700;
}
#wrapper #arrow img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	width: 87px;
}
#wrapper #footer  {
	background-color: #eef2f4;
}
#wrapper #footer img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	padding-bottom: 0px;
	width: 38px;
}
#wrapper #footer .footertext {
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 100px;
	margin-bottom: 0px;
}
#wrapper #footer p {
	font-size: 13px;
	padding-bottom: 0px;
	line-height: 22px;
}
	
	
	
	
@media only screen 
and (max-width : 700px) {
	
	#wrapper p {
	font-size: 17px;
	line-height: 28px;
}
	
	.message img {
	text-align: center;
	width: 110px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 0px;
	margin-top: 50px;
}
	#wrapper #arrow img {
	
	width: 60px;
}
	
	#wrapper #footer img {
	width: 28px;
}
	}
	   
</style>
</head>

<body>
<div id="wrapper"> 
 <div class='message'><img src="images/maintenance_desktop.png" alt=""/>
  <p>Op dit moment vindt er een <span>onderhoud</span> aan deze website plaats.<br>
	  Onze excuses voor het ongemak.</p>
	 <p>Ce site est actuellement <span>en maintenance</span>.<br>
	  Veuillez-nous excuser pour la gêne occasionnée.</p>
	  
	  </div>
	  
  <div id="arrow"><img src="images/triangle_desktop.png" alt=""/></div>
  <div id="footer"><img src="images/roularta_logo.png" alt=""/>
    <div class="footertext">
      <p>&copy; 2018 Roularta Media Group. Alle rechten voorbehouden.</p>
      <p>&copy; 2018 Roularta Media Group. Tous droits réservés.</p></div></div>
  
</div>

</body>
</html>
