body {
	background: #0000ee;
	color: #ffffff;
}

a {
	color: #ffff11;
	text-decoration: underline;
	}

a:active {
	color: #00ffff;
	text-decoration: underline;
	}
	
a:visited {
	color: #7fff7f;
	text-decoration: underline;
}

a:visited:active {
	color: #00ffff;
	text-decoration: underline;
	}

#full-wrap {
	padding-top: 2rem;
}

img.flag {
	width: 24px;
	padding-bottom: 0.5rem;
}

header h1,
header p,
#body-wrap h2,
header h3,
footer p {
	text-align: center;
}

header h1,
#body-wrap h2,
header h3 {
	font-family: "carton_sixregular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.25rem;
}

#copy {
	padding-top: 2rem;
}

div.etsy-button a {
	display: block;
	background: #df7419; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #df7419 0%, #c03e0a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #df7419 0%,#c03e0a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #df7419 0%,#c03e0a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df7419', endColorstr='#c03e0a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-radius: 2px;
	text-align: right;
	padding: 17px;
	margin: 20px;
	font-weight: 100;
	color: #fff;
	font-size: 1.5em;
	box-shadow: 0 1px 1px #000;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
	font-weight: 900;
}

div.etsy-button a span {
	float: left;
}

div.etsy-button a span i {
	background: #fff;
	color: #df7419;
	padding: 5px 9px 7px 9px;
	text-shadow: none;
	box-shadow: 0 1px 0 #000;
	border-radius: 2px;
}

footer {
	padding-top: 2rem;
}