/*
index.css
© 2015 Paul Krishnamurthy
*/

@font-face {
	font-family: RobotoLight;
	src: url("../fonts/Roboto-Light.ttf");
}

@font-face {
	font-family: RobotoThin;
	src: url("../fonts/Roboto-Thin.ttf");
}

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
}

#container {
	position: relative;
	top: 30%;
	transform: translateY(-50%);
}




/*::selection {
  background-color: rgba(0, 0, 0, .1);
}
::-moz-selection {
  background-color: rgba(0, 0, 0, .1);
}*/