/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


@font-face {
	font-family: "Ponde";
	src: url("fonts/ponde.ttf");
  }
  @font-face {
	font-family: "vermin";
	src: url("fonts/vermin.ttf");
  }


body {
	background-color:black;
	font-family:  vermin, Arial, sans-serif, ponde;
	text-align: center;
	}

body {
	background-color: rgb(0, 0, 0);
	background-image: url(images/background.jpg);
	color: black;
	font-family: 'ponde';
  }
  
  .main-content {
	display: inline-block;
	min-height: 100%;
	margin: 0 auto;
	background-color: #000000;
	background-repeat: repeat-y
  }
  
  .rotate {
	animation: spin 7s linear infinite;
  }
  
  @keyframes spin {
	from { transform: rotate(360deg); }
	to { transform: rotate(0deg); }
  }
  
  .riddler {
	transition: transform .7s ease-in-out;
  }
  .riddler:hover {
	transform: rotate(360deg);
  }
  
  
  h1 {
		  font-family:'ponde';
		  color: #2def0b;
		  text-align: center;
		  font-size: 1.0em;
		  margin-top: 5%;
		  animation: pulse 2s infinite;
		  text-shadow: 0 0 20px rgb(12, 204, 25),0 0 10px rgb(12, 204, 25);
		}
  
		@keyframes pulse {
		  0% { transform: scale(1); }
		  50% { transform: scale(1.1); }
		  100% { transform: scale(1); }
		}
		

		
		p {
		  font-family:'ponde';
		  color: #2def0b;
		  text-align: center;
		}
		

  .column {
	  float: left;
	  }
  

	  .left {
	  width: 30%;
	  }
  
	  .middle {
	  width: 40%;
	  }
	  
	  .right {
	  width: 30%;
	  }
  
	  .row:after {
	  content: "";
	  display: table;
	  clear: both;
	  }
	  

	 .thick{
	  border: thick ridge #1a8c06;
	  border-width: 10px 16px 28px;
	  padding: 5%;
	 }
	
  
  
 .dhhw{
	padding: 122px;
	position:absolute;
	top:-15px;
	right:530px;

 }
  
  .ascii-art {
	  font-family: monospace;
	  white-space: pre;
  }
  
  ul {
		  font-family: ponde;
		  color: #2def0b;
		  list-style-type: none;
		  font-size: 11pt;
  }
  

  .herbert { margin: 1px;
	padding: 1px;
	position:absolute;
	top:1130px;
	right:400px;
  }
  
 
  
  .fightclub{
	position:absolute;
	top:830px;
	right:330px;
  }
  
  h2{
		  font-family:'ponde';
		  color: purple;
		  font-size: 13pt;
		  text-align: center;
  }
	footer{ font-family:'ponde';
		color: rgb(9, 255, 0);
		font-size: 13pt;
		text-align: center;}
#riddlerbatman{
	position:absolute;
	top:1100px;
	right:760px;
}