/* 	Have fun stalking this lovely code smell! :-) */

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_mobile.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: 12px;
}

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

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


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

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

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

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


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

	Thank you. */
