#titelContainer {
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	margin-bottom:0px;
}

body {
	background: #b50303;
	//background: #808080;
}

.nautilusBig {
	margin-top:3em;width:55em;
}

h1 {
	  //font-family: LeagueGothicRegular, "League Gothic", arial, sans-serif;
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	  //font-family: Boogaloo-Regular, "Boogaloo-Regular", arial, sans-serif;
	  //text-shadow: 0 1px 0px rgba(255,255,255,.3);
	font-size: 6em;
	padding: 0em;
	margin: 0em;
}


@media only screen and (max-width: 600px) {
  .nautilusBig {
	  margin-top:2em;width:100%;
  }
  
  h1 {
		//font-family: LeagueGothicRegular, "League Gothic", arial, sans-serif;
	  font-family: 'Zen Kaku Gothic Antique', sans-serif;
	  color: #ffffff;
	  text-decoration: none;
	  font-style: normal;
	  font-weight: normal;
		//font-family: Boogaloo-Regular, "Boogaloo-Regular", arial, sans-serif;
		//text-shadow: 0 1px 0px rgba(255,255,255,.3);
	  font-size: 3em;
	  padding: 0em;
	  margin: 0em;
  }
}


a:link {
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
		color:#ffffff;
	  text-decoration: none;
	}
	
a:visited {
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	color:#ffffff;
	  text-decoration: none;
	}
	
a:hover {
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	color:#ffffff;
	  text-decoration: none;
	}
	
a:active {
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	color:#ffffff;
	  text-decoration: none;
	}
	


