

body,html {
	height: 100%;
	width: 100%;
	font-family: 'Roboto Regular', Arial, Helvetica, sans-serif;
	float: center;
	padding: 0;
	margin: 0;

	background-image: url('../img/background.jpg');
	background-position: center;
	background-size: cover;
}

table {
	width: 100%;
	height: 100%;

	position: absolute;
	background: rgba(0,0,0,0.7);

}

tr {
	width: 100%;
	height: 100%;
}

td {
	width: 100%;
	height: 100%;
	text-align: center;
}

#footer{
	font-size: 15px;
	font-weight: normal;
}

span {
	margin-left: 5px;
	margin-right: 5px;
}

a {
	color: white;
	text-decoration: none;

}


a:hover {
	color: #6397C9;
}


p{	
	font-weight: lighter;
	font-size: 20px;
	color: white;
	margin: 0;
	padding: 0;
}
h1{

	font-family: 'Roboto';
	font-weight: 100;
	font-size: 80px;
	color: white;
	margin: 0;
	padding: 0;
}

h1 span {
	font-family: 'Roboto';
	font-weight: 500;

}

.social-icons {
	margin: 8px;
	width: 44px;
}


/* 	background image from unsplash.com
	icons from iconfinder.com

	Thank you. */

