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

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

.caption {
	height: 100px;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
    width: 30%;
	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;
}

@media only screen and (max-width:1024px) {
	.caption {
		width: 45%;

	}
}
@media only screen and (max-width:767px) {
	.caption {
		 width: 50%;
		 font-size: 24px;
		 height: 150px;
	}
}
