body {
	/* background-image: url('../img/background.jpg'); */
	background-color: #111111;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-attachment: fixed;
  	margin: 0;
  	padding: 0;
  	font: 18px/1.4 'Open Sans',sans-serif;
  	background-repeat: no-repeat;
}
.maintextbox {
	color: #fff;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	padding-top: 60px;
	padding-left: 120px;
}
.boxheader {
	font-size: 97px;
}
.boxsubhead {
	margin-top: -10px;
	font-size: 30px;
}
.boxaboutme {
	padding-top: 15px;
	max-width: 550px;
	font-size: 17px;
}
.mainsignature {
	margin-top: 15px;
}
.buttonrow {
	margin-top: 50px;
	font-size: 70px;
}
.socialbutton {
	color: white;
	padding-right: 52px;
	padding-bottom: 30px;
}
.socialbutton:hover {
	color: #BBB;
}
.socialbutton:active {
	color: #BBB;
}
.signature {
	margin-top: 15px;
	margin-bottom: -30px;
	width: 330px;
	height: 150px;
	background-size: 330px;
	background-image: url('../img/signaturewhite.png');
}
