@charset "utf-8";
/* CSS Document */
body {
		margin:0px;
		padding:0px;
		background: #eeeeee;
	}
a {
	text-decoration:none;
}
	.header {
		height:100vh;
		background-image:url(../_img/badlands.jpg);
		size: cover;
		position: center;
		margin-bottom: 50px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		font-size:3.5em;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		color:gold;
		text-shadow:0px 0px 15px black;
	}
	
	.wpd {
		position: fixed;
		background-image:url(../_img/placeholder.jpg);
		background-size: 100% !important;
		background-repeat: no-repeat !important;
		background-position: center;
		transform: translate(50%, 50%);
		color: white;
	}
	
	.wh1 {
		position: fixed;
		background-image:url(../_img/placeholder3.jpg);
		background-size: 100% !important;
		background-repeat: no-repeat !important;
		background-position: center;
		transform: translate(50%, 50%);
		color: SaddleBrown;
	}
	
	.advprg {
		position: fixed;
		background-image:url(../_img/placeholder4.jpg);
		background-size: contain !important;
		background-repeat: no-repeat !important;
		background-position: center;
		transform: translate(50%, 50%);
		color: black;
	}
	p {
		width: 800px;
		margin: 10px auto 20px;
	}
