body,html{height:100%; margin:0; padding:0;color:#202f34;}
body{font-family:'Oswald',sans-serif; font-weight:400;}


h1 { font-size:3rem; margin:0; padding:0; font-weight:700;}
h2 {font-size:2rem; margin:0; padding:0; font-weight:400; line-height:0; text-indent:-9999px;}
a {text-decoration:none; color:#202f34; -webkit-transition: color 1s ease-in-out;
-moz-transition: color 1s ease-in-out;
-ms-transition: color 1s ease-in-out;
-o-transition: color 1s ease-in-out;
transition: color 1s ease-in-out;}


div.body-wrapper {
  /* Full height */
  height: 100%; 
  overflow:hidden;
  /* Center and scale the image nicely */
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;

background-image:url('../assets/eric-anderson-home.png');

}

div.content-wrapper {
	height:100%;
	width:100%;
}

div.content {
	height:100%;
	width:100%;
	display:flex;
	flex-direction: column;
	justify-content:center;
	padding-bottom:25rem;
}

div.header {
	width:100%;
	text-align: center;
	background:rgba(255,255,255,.5);
	margin:0 auto;
	padding:1rem;
}

ul.social {list-style-type:none; margin:.5rem 0; padding:0;}


ul.social li {
	display:inline-block;
}

ul.social li a {
	padding:.5rem;
}

ul.social li a:hover {
	color:navy;
}

@media screen and (min-width: 900px) {

	div.header {text-align:left; background:none; width:90%;}
	h1, h2 {text-shadow:0px 0px 30px #fff;}

}