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

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 7px 7px 7px black,
    			 2px 2px 2px rgba(0,0,0,0.004);
}

.img {
	-webkit-filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.5));
}

h1 {
	color: #ffffff;
	font-size: 92px;
	font-family: ‘Arial Black’, Gadget, sans-serif;
	letter-spacing: -7px;
	line-height: 70%;
	text-align: center;
}

h2 {
	color: #ffffff;
	font-size: 64px;
	font-family: ‘Arial Narrow’, sans-serif;
	letter-spacing: -3px;
	text-align: center;
	line-height: 70%;
}

h3 {
	color: #ffffff;
	font-size: 64px;
	font-family: ‘Arial Narrow’, sans-serif;
	letter-spacing: -1px;
	text-align: center;
	line-height: 70%;
	text-decoration: none;
}

h4, h4.a {
	color: #ffffff;
	font-size: 16px;
	font-family: ‘Arial Narrow’, sans-serif;
	letter-spacing: -1px;
	text-align: right;
	line-height: 70%;
	text-decoration: none;
	padding-right: 50px;
    padding-top: 10px;
}

a:link {
    color: #FFFFFF;
    text-decoration: none;
}

a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

a:hover {
    color: #7eb700;
    text-decoration: none;
}

a:active {
    color: #7eb700;
    text-decoration: none;
}

@import url(http://fonts.googleapis.com/css?family=Sanchez);

button,
.button {

}

button.green,
.button.green {
background: #7eb700; /* Old browsers */
margin: 0 auto; clear: both;
font-size: 24px;
text-decoration: none;
color: white;
border:1px solid rgba(121, 145, 115, 0.25);
border-radius: 12px;
font-family: 'Sanchez', serif;
box-shadow: 0px 1px 1px #C5C5C5;
text-shadow:1px 1px 1px rgba(102, 102, 102, 0.7);
padding: 10px 30px;
}

button.green:hover,
.button.green:hover {
box-shadow: 0px 1px 5px #7c7c7c;
cursor:pointer;
background-color: #b4df5b;
-moz-transition: background-color 0.5s, box-shadow 0.5s;
-webkit-transition: background-color 0.5s, box-shadow 0.5s;
transition: background-color 0.5s, box-shadow 0.5s;
}