/*
==========================================
Copyright 2014-2015, ABLE UI, LLC.
Created By: Steven E. Ventimiglia
==========================================
*/

@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Play:400,700);

/* Reset */

html,body,div,span,
h1,h2,h3,h4,p,a,img,
b,u,i,ol,ul,li,
fieldset,form,label,
embed,object,iframe,
header,footer,nav,menu,
aside,section,article ,
audio,video {
margin:0;
padding:0;
border:0;
font-size:100%;
font:inherit;
vertical-align:baseline;
}
body {
line-height:1;
min-width:280px;
}
ol,ul {
list-style:none;
}
header,footer,nav,menu
aside,section,article  {
display:block;
}

/*
---------------------------------------
	General
---------------------------------------
*/

body {
 	color:#ccc;
	font-family:Play,Arial,Helvetica,sans-serif;
	font-size:16px;
	background:#000 url("../img/BG_healthandmana.jpg") center top no-repeat;
	text-align:center;
}

h1 {
	visibility:hidden;
	font-size:2.5em;
	font-weight:bold;
	line-height:2.5em;
	}
h2 {
	visibility:hidden;
	font-size:1.75em;
	line-height:2.5em;
	}
h3 {
	color:#fff;
	font-size:1em;
	}
	
header,
footer	{
	padding:40px 0;
	margin:40px 10px;
}

.hide {visibility:none;}

.copyright {font-size:.75em;}

.social {margin:20px 0;}
.social img {max-width:40px;}