@charset "utf-8";
/* CSS Document */



h1 { margin:20px auto 0px; text-align:center;}
	

.button {
font-family: 'Nunito', sans-serif, Arial, Helvetica, sans-serif;
font-size: 20px;
color: #ffffff;
padding: 8px 15px;
/*background-color:#34a5eb;*/
background: -moz-linear-gradient(
top,
#54bbff 0%,
#34a5eb);
background: -webkit-gradient(
linear, left top, left bottom,
from(#54bbff),
to(#34a5eb));

-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border: 0px solid #ffffff;
-moz-box-shadow:
0px 3px 0px rgba(000,000,000,0),
inset 0px 0px 1px rgba(255,000,217,0.7);
-webkit-box-shadow:
0px 3px 0px rgba(000,000,000,0),
inset 0px 0px 1px rgba(255,000,217,0.7);
box-shadow:
0px 3px 0px rgba(000,000,000,0),
inset 0px 0px 1px rgba(255,000,217,0.7);
text-shadow:
0px -1px 0px rgba(000,000,000,0),
0px 1px 0px rgba(255,255,255,0);

text-decoration:none;
margin-bottom:20px;
letter-spacing: 2px;
}
