body, html {
    margin:0;
    padding:0;
    color:#000;
    width:100%;
    height: 100%;
    position:relative;
    font-family: 'Copse', serif;
}

body {
    background: url(../images/bg.gif) repeat top center fixed #120100;
}

a:link, a:visited {
    color:#ff3e77;
}

a:hover, a:active {
    color:#03dbe8;
}

p {
 line-height: 1.5em;
text-align:left;
}

#wrap {
    width:80%;
    margin:0 auto;
    padding:0 1em 1em 1em;
    background:#FFF;
    box-shadow: 5px 0px 20px #120100;
}

#header {
	text-align:center;
    max-width:100%;
    max-height:20%;
    color:#FFF;
    font-family: 'Gochi Hand';
    padding:1em;
    font-size:6vw;
    background: url(../images/bg.gif) repeat top center fixed #120100;
    background-size: 700px;
    margin-bottom:1em;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.sidegraphic {
    max-width:30%;
    float:right;
}

.snipe {
    font-family: 'Copse', serif;
	font-size: 18px;
    text-align:center;
    padding:0.5em;
    color:#008f9e;
    border:solid 3px #008f9e;
    border-radius: 8px;
    clear:both;
}

.snipe2 {
    font-family: 'Copse', serif;
	font-size: 18px;
    text-align:left;
    padding:0.5em 100px 0.5em 0.5em;
    color:#008f9e;
    border:solid 3px #008f9e;
    border-radius: 8px;
    position:relative;
    clear:right;
}

#header h1 {
	font-size:10vw;
    padding:0px;
    margin:0px;
    line-height: 0.7em;
}

h2 {
	font-family: 'Copse', serif;
	font-size: 25px;
}

ul {
  list-style: none; 
}

ul li::before {
  content: "\2022"; 
  color: #ff3e77;
  font-weight: bold;
  display: inline-block;
  width: 1em; 
  margin-left: -1em; 
}

.howto {
    font-size:18px;
    font-weight:bold;
    margin-bottom:1em;
}

.howto li {
    padding-bottom:0.25em;
    text-align:left;
}

.participateblock {
    text-align:center;
    border-top:solid 1px #008f9e;
    margin-top:1em;
    padding-top:1em;
}
a.cta {
	box-shadow:inset 0px 1px 0px 0px #e184f3;
	background-color:#ff3e77;
	border-radius:6px;
	border:1px solid #a511c0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:12px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #9b14b3;
}
a.cta:hover {
	background-color:#a20dbd;
}
a.cta:active {
	position:relative;
	top:1px;
}


#footer {
    max-width:100%;
    background:#008f9e;
    text-align:center;
    padding:0.5em 1em;
    font-family: 'Monserrat', sans-serif;
}

#footer a img {
	padding:6px 3px;
	width:30px; height:30px;
	border:none;
}
#footer p {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-align:center;
    margin-bottom:1em;
}

#footer a:link, #footer a:visited {
    color:#FFF;   
}

#footer a:active, #footer a:hover {
    color:#FFF; 
    text-decoration:none;   
}