body{
	margin: 0;
	//font-family: "pill-gothic-600mg",sans-serif;
	font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
	font-size: 25px;
}	
html, body{
	height: 100%;
}
* { box-sizing: border-box }
header{
	height:60px;
	position: absolute;
	width:100%;
	top:0;
	left:0;
	background: #000;
	padding: 0 36px;
}
.iframe-container{
	height: 100vh;
	padding-top: 60px;
}
.logo-container{
	height: 60px;
	display: inline-block;
	float:left;
}
#maquina-logo{
	height: 40px;
	position: relative;
	top:50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.half{
	height: 100%;
	width: 50%;
	float: left;
	padding: 50px;
}
.vertical-align{
	position: relative;
	top:50%;
	transform: translateY(-50%);
	
}
.half .vertical-align{
	padding: 5px;
}
#main-iframe{
	width:100%;
	height: 100%;
}
#typographic-typewriter{
	width: 100%!important;
	height: 100%!important;
}
.links a{
	display: block;
	margin: 70px 0;
	font-size: 25px;
}
a, a:visited, a:focus{
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #b31e24;
}

.arrow{
	width: 30px;
	height: 2px;
	background: #fff;
	cursor: pointer;
}
.arrow:after, .arrow:before{
	content: '';
	display: block;
	width: 15px;
	height: 2px;
	position: absolute;
	background: #fff;
}
.arrow:after{
	transform: rotate(45deg);
    top: 5px;
    left: -3px;
}
.arrow:before{
	transform: rotate(-45deg);
    top: -5px;
    left: -3px;
}
.back-button{
	cursor: pointer;
	height: 60px;
	display: inline-block;
	float: left;
}