html{
	height:100%;
}
body{
    background-color: #222;
	margin: 0;
	position:relative;
	height:100%;
	font-family: mitigate, serif; 
}
h1{
	margin-top: 0;
	font-size:1.2em;
}
.needle{
	padding:0 40px 10px 40px;
	text-align: center !important;
	margin-top: -25px;
	text-transform: uppercase;
}
.bg{
	background-image: url(holding-page-bg3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: fixed; 
    top: 0; 
    right: 0; 
    bottom: 0;
    width: 100%;
}
.tats{
    width: 300px;
	position: absolute;
    left: 50%;
    margin-left: -150px;
    top: 10%;
	background-color: rgba(255,255,255,0.9);
	border-radius: 25px;
	margin-bottom: 4em;
}
.logo{
	background-image: url(wellington-tattoo-convention-logo.png);
	background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
	height: 300px;
    width: 300px;
}
.logo h1,#mc_embed_signup .mc-field-group label{
	display:none !important;
}
#mc_embed_signup{
	background-color:transparent !important;
	font-family: mitigate, serif !important; 
}
#mc_embed_signup form{
	text-align:center !important;
}
h4{
	margin:0 0 10px;
	color: #272ea2;
}