body {
    background-image: url("1398313.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.overlay {
	background: url('overlay.png') center;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	z-index: 1;
  position: fixed;
}

.maincontent {
	position: relative;
	z-index: 99;
}

h2 {
	color: white;
	font-size: 36px;
	text-shadow: 1px 1px 15px rgba(0, 0, 0, .51);
	line-height: 50px;
}
h3 {
	color: white;
	font-size: 26px;
	text-shadow: 1px 1px 15px rgba(0, 0, 0, .51);
	line-height: 50px;
}
p {
	color: white;
	
}

h5 {
	color: white;
	
}

h1 {
	color: white;
	font-size: 36px;
	text-shadow: 1px 1px 15px rgba(0, 0, 0, .51);
	line-height: 50px;
}

