h1 {
	font-size: 36px;
	color: SteelBlue;
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
}
h2 {
	color: SteelBlue;
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
}
h3 {
	color: SteelBlue;
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: normal 4em/normal "Arvo", Helvetica, sans-serif;
	font-size: 18px;
}
.wrap {
    width: 1800px;
    height:auto;
    margin: auto;
    text-align:center;
    position:relative;
}
.text_over_image {

	position: absolute;
	margin: auto;
	top: 144px;
	left:123px;
	right:0;
	bottom:0;

	display: block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	float: none;
	z-index: auto;
	height: auto;
	width: auto;
	cursor: default;
	opacity: 1;
	margin: 0;
	padding: 0;
	overflow: visible;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	font: normal 4em/normal "Arvo", Helvetica, sans-serif;
	color: rgb(228, 243, 249);
	text-align: center;
	-o-text-overflow: clip;
	text-overflow: clip;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: -2px -2px 1px rgb(255,255,255) , -1px -1px 1px rgb(255,255,255) , 1px 1px 1px rgba(232,247,255,0.901961) , 2px 3px 1px rgba(28,67,103,0.498039) , 5px 5px 12px rgba(5,13,20,0.498039) ;
	-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
	-webkit-transform: none;
	transform: none;
	-webkit-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
}
