body{
	background: #f5f5f5;
	color: #202020;
	font-size: 1.25rem;
}

h1, h2{
	font-family: "Hind Madurai", sans-serif;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 1rem;
}

h2{
	font-size: 1.15rem;
	margin-bottom: 0.5rem;
}

p{
	font-size: 1.15rem;
	margin-bottom: 1.5rem;
}

a{
	color: #29437c;
}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul li{
	padding: 0.25rem 0rem;
}

svg{
	color: #0464cc;
	margin-right: 0.25rem;
}

.button{
	background: #f57042;
	border: none;
	border-radius: 8px;
	color: #fff;
	display: inline-block;
	font-size: 1.15rem;
	font-weight: 500;
	margin-bottom: 1rem;
	padding: 0.75rem 1.5rem;
	text-decoration: none;
}

a.button:hover, a.button:focus, a.button:active{
	background-image: linear-gradient(rgb(0 0 0/10%) 0 0);
}

.py-5{
	position: relative;
}

.language{
	position: absolute;
	right: 2rem;
	top: 1.25rem;
}

.language span{
	display: inline-block;
}

.language span.nl img{
	margin-right: 0.5rem;
}

.logo{
	margin-bottom: 3rem;
	text-align: center;
}	

.card{
	border-color: #f0f0f0;
	border-radius: 10px;
	box-shadow: 0px 2px 5px #e0e0e0;
	margin-bottom: 2rem;
	padding: 2rem;
}

.card.domain{
	line-height: 200px;
	min-height: 200px;
	text-align: center;
	vertical-align: middle;
}

.card.contact img{
	margin-right: 4px;
}

.button-wrapper{
	padding: 1rem 0rem;
	text-align: center;
}

.footer{
	text-align: center;
}

.footer p{
	color: #a0a0a0;
	font-size: 1rem;
}

@media only screen and (max-width: 576px) {

	.language{
		right: 0.75rem;
		top: 0.5rem;
	}

	.logo{
		margin-bottom: 2rem;
		margin-top: 1rem;
		text-align: center;
	}		
	
}