a { color: white; }

h1 { font-size:  2.0em; letter-spacing: 0.15em; margin-bottom: 35px; }
h2 { font-weight: 200; font-size: 1.5em; letter-spacing: 0.05em; }
h3 { font-size: 1.5em; letter-spacing: 0.03em; }
body {
background-image: url("bg.jpg");
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
background-color: black;
background-size: 100% auto;
color: white;
font-family: 'Advent Pro', sans-serif;
font-weight: 200;
text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.78);
height: 100%;
font-family: 'Cuprum', sans-serif;
	}
.button:hover {
background: #fceabb; background: -moz-linear-gradient(top,  #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
background: -webkit-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
background: linear-gradient(to bottom,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); 
			  }
.button {
display: inline-block; cursor: pointer; margin: 20px 20px 20px 20px; padding: 0 30px 0 30px; border: 2px orange solid; color: white; border-radius: 8px;
background: #ffb76b; 
background: -moz-linear-gradient(top,  #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%);
background: -webkit-linear-gradient(top,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%);
background: linear-gradient(to bottom,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); 
		}
.box {
text-align: center; margin: 0 auto; width: 30%; min-width: 280px; margin-top: 29vh; background: rgba(0,0,0,0.6); border-radius: 10px; padding: 30px; min-height: 30%; 
}

.button_box { text-align: center; margin-top: 30px;}
