html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

body {
	margin: 0
}

footer, header {
	display: block
}

html {
	font-size: 62.5%;
	font-family: "RobotoLight";
	position: relative;
	height: 100%;
}
  
body {
	color: #646464;
	font-family: "RobotoLight";
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
	min-height: 100%;
	position: relative;
	padding-bottom: 0px;
}

strong {
	font-family: "RobotoRegular";
	color: #646464;
	font-weight: normal;
}

.container {
	width: 978px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	
}

.content .container {
	padding-top: 190px;
}

.content {
	padding-bottom: 80px;
	text-align: center;
}

.title {
	font-family: "RobotoThin", "RobotoLight";
	font-size: 3.6rem;
	color: #323232;
	margin-bottom: 10px;
}

.subtitle {
	font-size: 2rem;
	color: #646464;
	margin-bottom: 110px;
}

.text {
	font-size: 1.8rem;
}

.footer {
	position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
	height: 0px;
	line-height: 0px;
}

h1, h2, h3 {
	font-weight: normal;
	margin: 0;
}

.license-text {
	position: absolute;
	top: -40px;
	font-size: 1.2rem;
	text-align: center;
	color: #969696;
	width: 100%;
}