a {
    color: #0050a5;
	text-decoration: none;
}
h2 {
    margin-block-start: 0em;
	font-size: 28px;
}

body, html {
 	height: 100%;
  	margin: 0;
	font-family: Myriad-Pro, Arial, sans-serif;
	font-size: 22px;
	font-weight: 100;
	font-style: normal;
	color: #003884;
}

@font-face {
    font-family: "Myriad-Pro";  
	src: url("../Fonts/82d18baa-8811-4aa8-9338-9bafa08350d0.ttf") format("truetype");
}
.background {
	height: 100%; 
	background-repeat: no-repeat;
	background-size: cover;
	width: 50%;
	float: left;
	background-position-x: center;
}
.npl {
	background-image: url("../img/bg_npl.jpg");

}
.vl {
	background-image: url("../img/bg_vl.jpg");
}

.caption {
	margin: auto;
    width: 50%;
	padding: 2em;
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
	background-color: rgba(255, 255, 255, 0.9);
	text-align: center;
	position: relative;
    top: 50%;
}

@media only screen and (max-width:831px) {
	.background {
		width: 100%;
		height: 80%;
	}
	.caption {
		width: 70%;
	}
	h2 {
		font-size: 16px;
	}
	body, html {
		font-size: 14px;
	}
}

