body {
	text-align: center;
	background: #DC94EB url('background2.png') no-repeat;
	background-position: top;
	background-size: 100%;
	height: 100%;
	font-size: 18px;
	color: #444;
}

h1 {
	font-size: 5em;
}

h1,h3{
	margin: 5px 0;
}
			
a#rotator img {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out; 
	-ms-transition: all 0.5s ease-in-out; 
	}

a#rotator img:hover { 
	-webkit-transform: rotate(360deg); 
	-moz-transform: rotate(360deg); 
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg); 
}
			
a.tooltip {
	outline:none;
}

a.tooltip strong {
	line-height:30px;
}

a.tooltip:hover {
	text-decoration:none;
}

a.tooltip span {
	z-index:10;
	display:none;
	padding:14px 20px;
	margin-top:-30px;
	margin-left:28px;
	width:240px;
	line-height:16px;
}

a.tooltip:hover span{
	display:inline;
	position:absolute;
	color:#fff;
	border:1px solid #230C03;
	background:#230C03;
}

.callout {
	z-index:20;
	position:absolute;
	top:30px;border:0;
	left:-12px;
} /*CSS3 extras*/

a.tooltip span { 
	border-radius:4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.modal-content{
	background: #5F3A74;
	color: #fff;
	font-size: 14px;
	text-align: left;
	font-family: 'SwungNote','Lato',sans-serif;
}