@font-face {
  font-family: 'cmu_serifroman';
  src: url('fonts/cmunrm-webfont.eot');
  src: url('fonts/cmunrm-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/cmunrm-webfont.woff2') format('woff2'),
       url('fonts/cmunrm-webfont.woff') format('woff'),
       url('fonts/cmunrm-webfont.ttf') format('truetype'),
       url('fonts/cmunrm-webfont.svg#cmu_serifroman') format('svg');
  font-weight: normal;
  font-style: normal;
}body{
  font-family: 'cmu_serifroman';
  font-size: 18px;
	margin: 0px;
	padding: 0px;
}a{
  color: #00f;
  text-decoration: none;
}a:hover{
  color: #00f;
  text-decoration: underline;
}div{
	box-sizing: border-box;
}h1{
	font-weight: normal;
}

.full{
	width: 100%;
	height: 100vh;
	padding: 64px;
	position: relative;
}.slider{
	width: 80%;
	height: 80vh;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	left: 0;
	right: 0;
	margin: 0px auto;
}.logo{
	position: relative;
	margin: 0 auto;
	width:  80%;
	max-width: 1200px;
}.eyes{
	position: relative;
	width: 80%;
	margin: 0 auto;
	max-width: 1200px;
}.logo img{
	width: 100%;
}.eyes img{
	width: 100%;
}.mailinglist{
	text-align: center;
	margin: 64px auto;
	max-width: 600px;
	width: 100%;
}.mailinglist input{
	border-bottom: 1px solid #000;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	font-size: 18px;
	font-family: 'cmu_serifroman';
	-webkit-appearance: none;
}.button{
	font-size: 18px;
	margin-top: 8px;
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
	padding: 8px 12px;
	font-family: 'cmu_serifroman';
}.button:hover{
	cursor: pointer;
	border: 1px solid #000;
	color: #000;
	background-color: #fff;
}
