@charset "UTF-8";
/* CSS Document */

body {
	background: #18161a;
	text-align:center;
	margin:0;
}
.frame {
	position: relative;
	margin: 0em;
	overflow:hidden;
	z-index:4;
}

.frame p {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

h1 {
	margin: -0.1em;
	position: absolute;
	color: #faf9ef;
	font-family: 'Asset', sans-serif;
	font-size:19.5vw;
	line-height:19.5vh;
	word-break: break-all;
}

p {
	margin:0;
	font-family: 'Kanit', sans-serif;
	color: #faf9ef;
	text-transform:uppercase;
	margin-top:2em;
	letter-spacing: 0.1em;
	font-size: 0.6em;
	font-weight:200;
}

a {
	font-family: 'Kanit', sans-serif;
	text-decoration:none;
	color: #cc9134;
	font-weight:200;
}

a:hover {
	color: #faf9ef;
}
.textura{
	margin: 0em;
	width:100vw;
	position: absolute; 
	z-index:5;
	background:url(Photocopy.png) repeat;
}
.yo {
	z-index:9999!important;
}
@media screen and (orientation:landscape) {
    .frame{
        height: 95vh;
    }
	.textura {
		height: 95vh;
	}
		
	.yo {
	z-index:9999!important;
}
}
@media screen and (orientation:portrait) {
    .frame{
        height: 90vh;
    }
	.textura{
        height: 90vh;
    }
	h1 {
	font-size:10em;
	}
	.yo {
	z-index:9999!important;
}
}