.relative
{
	position:relative;
}

h1
{
	font-size: 28px;
	line-height: 35px;
}

#customoverlay h1
{
	font-size:60px;
}

div#customoverlay
{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-color: rgba(120, 160, 234, 0.76);
}

div#customoverlay h2
{
	font-family: 'Poppins', sans-serif;
	position: relative;
	color: #FFFFFF;
	margin-top: 25%;
	font-size: 68px;
	text-align: center;
	padding: 0px 80px;
	line-height: 70px;
}

@media(max-width:992px)
{
	div#customoverlay h2
	{
		font-size: 60px;
	    line-height: 40px;
	    padding: 0px 20px;
	}

	span.subtitle
	{
		font-size:22px;
	}
}

span.subtitle
{
	margin-top: 25px;
	display:block;
	color:#FFFFFF;
	font-size: 26px;
	text-align: center;
	padding:0px 20px;
}

.btn-custom1
{
	color: #fff;
    border-radius: 0px;
  /*  background: #cd5599;*/
 /*   padding: 10px 20px;*/
    font-weight: 400;
}

.btn-custom4 {
    color: #fff;
    border-radius: 0px;
    background: #797979;
    padding: 15px 20px;
    font-weight: 400;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 40%);
}

.uitvaartpakket {
    background-color: #4e4e4e;
    padding: 25px 21px;
    margin-top: 25px;
    color: #fff;
}

.uitvaartpakket .btn
{
	margin-top:15px;
}

.uitvaartpakket h2
{
	margin-top:0px;
	color:#fff;
	font-weight:bold;
	font-size:24px;
}