@font-face{
	font-family: komaxFont;
	src: url(KOMIKAX_.ttf);
}
.footerlinks{
	position:absolute;
	height: 25px;
	width: 25px;
	top:25px;
   	background-size: cover;
    	background-repeat: no-repeat;
}
.infoText{
	min-width:700px;
	font-size: .9em;
	position: absolute;
	font-family: komaxFont;
	left:30%;
	width:70%;
	max-height: calc(50% + 150px);
}
footer{
	position:absolute;
  	right: 0;
  	top: calc(50% + 375px);
  	left: 0;
	height: 60px;
	text-align: center;
}
.footerimg{
	width:100%;
	height:100%;
}
#text{
	text-align: center;
	font-size:larger;
	display: block;
}
@media screen and (max-width: 1000px){
	#textWrapper{
		position:absolute;
		left:410px;
		width:200px;
	}
	#tumblr{
		left: 460px;
	}
	#instagram{
		left: 520px;
	}
	#twitter{
		left:490px;
	}
}	
@media screen and (min-width: 1000px){
	#tumblr{
		left: calc(50% - 30px);
	}
	#instagram{
		left: calc(50% + 30px);
	}
	#twitter{
		left:50%;
	}
}