
@import url(https://fonts.googleapis.com/css?family=Lobster|Just+Me+Again+Down+Here|Cinzel+Decorative|Oswald|Fjalla+One|Advent+Pro|Covered+By+Your+Grace|Bangers);

body { 
    margin: 0; 
    padding: 0; 
    background-color:#000;
    color: #fff;
    height: 100%;
    vertical-align: middle;
	}
.wrapper{
    display: inline-block;
	position: absolute;
	vertical-align: bottom;
	width: 800px;
	min-height: 100%;
	height: 100%;
    left: -400px;
    margin: 0 50%;
}
h1 {
	display: none;
	margin-left: 100px;
	font-family:'Covered By Your Grace', Arial, cursive; font-weight: 400; 
}
header{
	/*border: 1px dotted #fff;*/
	}
.main{
	min-height: 250px;
	background-color: #000;
	border:2px solid;
	border-radius:40px;
	box-shadow: 0px 0px 60px #fff;
	text-align: center;
	display: none;
}
.main div {
	font-family: 'Bangers', Arial, serif; 
	font-weight: 400; 
	font-size: 5em;
	min-height: 230px;
	background: -webkit-linear-gradient(bottom top, #000 , #33ff00); /* For Safari */
	background: -o-linear-gradient(top , #000, #33ff00); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top , #000, #33ff00); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to top, #33ff00,#000,#000,#000);
	border:6px solid #000;
	border-radius:40px;
	margin-top: -4px;
	display: none;
}
.footer{
	font-family: 'Oswald', Arial, serif; font-weight: 400; 
    width: 100%;
    position:relative;
    bottom:0;
}
.footerleft {
	border-right: 1px dashed #fff;
	float: left;
	width: 33%;
	height: 200px;
	display: none;
	}
.footerleft p {
	margin-left: 20px;
	margin-top: 35px;
}
.footercenter {
	border-right: 1px dashed #fff;
	float: left;
	width: 33%;
	height: 200px;
    vertical-align: middle;
	display: none;
	}
.footercenter p{
	margin-left: 20px;
	margin-top: 35px;
}
.footerright {
	float: left;
	width: 33%;
	height: 200px;
	display: none;
	}
.footerright p {
	margin-left: 20px;
	margin-top: 35px;
}

a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #33ff00;
	text-decoration: none;
}
.copy a{
	font-family:'Covered By Your Grace', Arial, cursive; font-weight: 400; 
}
p {
	margin: 0px;
	padding: 0px;
}	