@font-face {
  font-family: Syncopate;
  src: url('../fonts/Syncopate-Regular.ttf');
}

@font-face {
  font-family: Lato;
  src: url('../fonts/Lato-Regular.ttf');
}

@font-face {
  font-family: Hanken Grotesk;
  src: url('../fonts/HankenGrotesk-Regular.ttf');
}

@font-face {
  font-family: Clash Grotesk;
  src: url('../fonts/ClashGrotesk-Variable.ttf');
}

html {
	background-color: #E3EEF1;
}

br {
	line-height: 14px;
}

a, a:visited, a:hover, a:active {
  color: inherit;
}
.page {
	background-color: #E3EEF1;
	width: 100%;
	height: 1005;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}

.header {
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 840px;
	height: 140px;
	border: 1 px solid #606060;
	border-radius: 10px;
	background-color: #FFFFFF;
	background-image: url('../images/logo-header.png');
	background-repeat: no-repeat;
	background-size: 160px;
}

.headerText {
	width: 840px;
	margin-top: 16px;
	margin-left: auto;
	margin-right: auto;
	font-size: 36px;
	font-family: "Lato", Sans-serif;
	text-align: center;
	color: #699FDB;
}

.footer {
	padding: 10px;
	margin-top: 20px;
	/*
	margin-left: auto;
	margin-right: auto;
	width: 840px;
	*/
	width: 100%;
	height: 300px;
	background-color: #69A0BE;
	/*
	border: 1 px solid #606060;
	border-radius: 10px;
	*/
	box-shadow: 0 50vh 0 50vh #69A0BE;
}

.footerForm {
	width: 840px;
	height: 400px;
	margin-top: 16px;
	margin-left: auto;
	margin-right: auto;
	/* background-color: #69A0BE; */
	background-image: url('../images/Sara-Thuiszorg-Nurse.svg');
	background-repeat: no-repeat;
	background-size: 100px;
}

.footerText {
	margin-left: 130px;
}

.footerText1 {
	color: #ffffff;
	font-family: "Syncopate", Sans-serif;
	font-size: 48px;	
}

.footerText2 {
	color: #ffffff;
	font-family: Hanken Grotesk, Sans-serif;
	font-size: 36px;	
}

.pdf {
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	width: 860px;
	height: 1210px;
}