* { 
	padding: 0; 
	margin: 0; 
}
html { 
	font-weight: normal; 
	color: #fff; 
	-webkit-text-size-adjust: 100%; 
	font-size: 16px; 
}
html, body { 
	background: #0898ce; 
	min-width: 320px; 
	font-family: 'Dosis', sans-serif; 
	height: 100%;
}
body { 
	overflow-x: hidden; 
	position: relative; 
	display: flex; 
	justify-content: center; 
	align-items: center; 
	height: 100%; 
	/*min-height: 100vh;*/
}
main {
	padding: 10px;
	transition: all 0.2s ease-in-out;
}
h1, h2 {  
	text-align: center; 
}
h1 { 
	font-size: 4rem; 
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0.5rem;
}
h2 { 
	font-size: 2.7rem; 
	font-weight: normal;
}
ul {
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	font-size: 1.25rem;
	font-weight: bold;
}
a { 
	color: inherit;
	text-decoration: none;
}
ul li i {
	margin-right: 5px;
}
ul li i.icon-envelope-solid {
	position: relative;
	top: 2px;
}
span.email::after { 
	content: attr(data-name) "@" attr(data-domain) "." attr(data-tld); 
}
@media screen and (max-width: 414px)
{
	html {
		font-size: 14px;
	}
}
@media screen and (max-width: 400px)
{
	html {
		font-size: 11px;
	}
}
@font-face { 
	font-family: 'jeroenstoffelsiconsv1'; 
	src: url('../fonts/jeroenstoffelsiconsv1.eot?q2azl7'); 
	src: url('../fonts/jeroenstoffelsiconsv1.eot?q2azl7#iefix') format('embedded-opentype'), 
		 url('../fonts/jeroenstoffelsiconsv1.ttf?q2azl7') format('truetype'), 
		 url('../fonts/jeroenstoffelsiconsv1.woff?q2azl7') format('woff'), 
		 url('../fonts/jeroenstoffelsiconsv1.svg?q2azl7#jeroenstoffelsiconsv1') format('svg'); 
	font-weight: normal; 
	font-style: normal; 
	font-display: block; 
}
[class^="icon-"], [class*=" icon-"] { 
	font-family: 'jeroenstoffelsiconsv1' !important; 
	speak: never; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	line-height: 1; 
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale; 
}
.icon-envelope-solid:before { 
	content: "\e900"; 
}
.icon-phone-solid:before { 
	content: "\e901"; 
}
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/dosis-v27-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('../fonts/dosis-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/dosis-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/dosis-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/dosis-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/dosis-v27-latin-regular.svg#Dosis') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/dosis-v27-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
	   url('../fonts/dosis-v27-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/dosis-v27-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/dosis-v27-latin-700.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/dosis-v27-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/dosis-v27-latin-700.svg#Dosis') format('svg'); /* Legacy iOS */
}