html {
background: url(home.jpg)no-repeat bottom center fixed #000; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;    
}

body { margin: 0; padding: 0;
	color: #fff;
	text-transform: uppercase;
	}

h1 {
	font-size: 40px;
	line-height: 30px;
	font-family: "Helvetica Neue", arial, helvetica, sans-serif;
	font-weight: normal;
	font-weight: 200;
	margin: 0;
	text-transform: none;
	}
	
h1 span { color:#fc9; }
	
p { font: normal 16px/18px helvetica, arial, sans-serif; }

#title-container { padding: 3%; text-shadow: 2px 2px 10px #000000;  }

#tag { margin: 10px 0px 0px 0px; font-size: 13px; letter-spacing: .08em; font-weight: normal;}
	
a, a:link {
	color: #fff;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: line-through;
	}

.fa { font-size: 1.5em; margin-right: 10px; margin-top: 10px;}
	
#contact-info { position: fixed; left: 3%; bottom: 3%; text-align: left; text-shadow: 2px 2px 10px #000000; }

#contact-info p { font-size: 15px; }

/*Medium Smart Phones v2*/
@media screen and (max-width: 640px) {
h1 { font-size: 30px; line-height: 20px; }
#tag {margin-top: 5px;  font-size: 9.5px; }
}

/*Other Major Small Smart Phones*/
@media screen and (max-width: 360px) {
	h1 { font-size: 25px; line-height: 15px; padding-top: 3%; }
	#tag {margin-top: 5px;  font-size: 8px; }
}
