@font-face{
	font-family: 'Hel';
	src: url('fonts/HelveticaLTStd-Roman.otf');
}

@font-face{
	font-family: 'Pre';
	src: url('fonts/GT-Pressura-Mono-Regular.ttf');
}

html, body{
	margin: 0;
	padding: 0;
	font-size: 1.7em;
	font-family: 'Chivo', sans-serif;
	font-style: normal;
	background-color: #f1f1f1;
}

#container{
	position:  relative;
	width: 100%;
	height: 100%;
}

::-moz-selection{
	color: #f1f1f1;
	background: #ffcc00;
}

#butt{
	width: 100%;
	height: 200px;
	color: black;
	background-color: #f1f1f1;
	text-align: center;
	line-height: 180px;
	border-style: solid;
	border-width: 10px;
	border-color: black;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 1.2em;
}

#loading{
	width: 100%;
	height: 200px;
	color: black;
	background-color: #ffcc00;
	text-align: center;
	line-height: 130px;
	border-style: solid;
	border-width: 10px;
	border-color: black;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    top: 0;
    font-size: 2.2em;
    z-index: -1;
}

#butt:hover{
	color: #f1f1f1;
	background-color: black;
	cursor: pointer;
}

#text{
	font-size: 1.9em;
	line-height: 1.2em;
	padding-top: 5px;
	width: calc(100% -10px);
	padding-left: 10px;
}

#homer{
	position: fixed;
	bottom:0;
	left:0;
	font-size: .5em;
	font-family: 'Pre', sans-serif;
	padding-left: 5px;
	padding-bottom: 3px;
}

#homer:hover{
	color: #ffcc00;
	cursor: pointer;
}

a:visited{
	color: black;
}


@media screen and (max-width: 1000px){
	#text{
		font-size: 1.5em;
	}
	#butt{
		font-size: .9em;
		height: 150px;
		line-height: 130px;
	}	
	#loading{
		font-size: 1.9em;
		height: 150px;
		line-height: 85px;
	}
}

@media screen and (max-width: 800px){
	#text{
		font-size: 1.3em;
	}
	#butt{
		font-size: .7em;
		height: 120px;
		line-height: 100px;
		border-width: 7px;
	}
	#loading{
		font-size: 1.6em;
		height: 120px;
		line-height: 70px;
		border-width: 7px;
	}
}

@media screen and (max-width: 600px){
	#text{
		font-size: 1.0em;
	}
	#butt{
		font-size: .45em;
		height: 100px;
		line-height: 90px;
		border-width: 5px;
	}
	#loading{
		font-size: 1.3em;
		height: 100px;
		line-height: 55px;
		border-width: 5px;
	}
}

@media screen and (max-width: 400px){
	#text{
		font-size: 0.8em;
	}
	#butt{
		font-size: .4em;
		height: 80px;
		line-height: 70px;
		border-width: 4px;
	}
	#loading{
		font-size: 1.0em;
		height: 80px;
		line-height: 35px;
		border-width: 4px;
	}
}

@media screen and (max-width: 350px){
	#text{
		font-size: 0.6em;
	}
	#butt{
		font-size: .25em;
		height: 60px;
		line-height: 56px;
		border-width: 4px;
	}
	#loading{
		font-size: .7em;
		height: 60px;
		line-height: 30px;
		border-width: 4px;
	}
}