body{
	background-color: #000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}


.banner {
	margin-top: 2em;
	width:100%;
	text-align: center;
}
.banner img{
	margin: 1em auto;
	width: 80%;
}



a.button {
  background-color: darkgreen;
  border-radius: 10px;
  color: white;
  padding: 0.5em 1.0em;
  position: relative;
  text-decoration: none;
}

a.button:hover {
  background-color: green;
  cursor: pointer;
}

a.button:active {
  box-shadow: none;
  top: 5px;
}


a.link {
	text-decoration: none;
	color: white;
}

a.link:hover{
}



.contact {
	margin: 2em 0;
	width: 100%;
	text-align: center;
}

.contact a{
	font-size: 2em;
}




.footer {
	margin: 4em 0;
	width: 100%;
	text-align: center;
}

.footer a{
	font-size: 1em;
}