html {
	background-color: #333;
}

html, body {
	font-family: 'Merriweather';
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Sensibility';
}

.snp-yellow-bg {
	background-color: #fdf38e;
}

.snp-grey-bg {
	background-color: #333333;
}

.snp-yellow-text {
	color: #fdf38e;
}

.snp-grey-text {
	color: #333333;
}

.white-bg {
	background-color: #fff;
}

.white-text {
	color: #fff;
}

.strapline {
	margin: 2.0em 0 0 0;
	padding: 1.5em 0 14em 0;
	text-transform: uppercase;
}

.strapline h1 {
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 0;
}

.strapline h1 .bold {
	font-weight: 900;
}

.strapline .container {
	position: relative;
}

.strapline img.clootie {
	width: 40px;
	height: auto;
	display: block;
	margin: 0 auto 0.8em auto;
}

.strapline .photo-container {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 105%;
}

.strapline .photo-container:hover .faces {
	transform:rotatey(-180deg);
	-ms-transform:rotatey(-180deg); /* IE 9 */
	-moz-transform:rotatey(-180deg); /* Firefox */
	-webkit-transform:rotatey(-180deg); /* Safari and Chrome */
	-o-transform:rotatey(-180deg); /* Opera */
}

.strapline .photo-container .faces {
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: 0.5s;
	-moz-transform-style: preserve-3d;
	-moz-transition: 0.5s;
	-ms-transform-style: preserve-3d;
	-ms-transition: 0.5s;
	-o-transform-style: preserve-3d;
	-o-transition: 0.5s;
	transform-style: preserve-3d;
	transition: 0.5s;
}

.strapline .side {
	width: 100%;
	height: 100%;
	position: absolute;
	box-sizing: border-box;
	z-index: 2;
	backface-visibility: hidden;  /* W3C */
	-webkit-backface-visibility: hidden; /* Safari & Chrome */
	-moz-backface-visibility: hidden; /* Firefox */
	-ms-backface-visibility: hidden; /* Internet Explorer */
	-o-backface-visibility: hidden; /* Opera */
	overflow: auto;
	background-color: #fdf38e;
	border-radius: 50%;
	border: 8px solid #333333;
}

.strapline .side img {
	width: 100%;
	height: auto;
}

.strapline .side.back {
	transform:rotatey(-180deg);
	-ms-transform:rotatey(-180deg); /* IE 9 */
	-moz-transform:rotatey(-180deg); /* Firefox */
	-webkit-transform:rotatey(-180deg); /* Safari and Chrome */
	-o-transform:rotatey(-180deg); /* Opera */
}

.strapline .back img {
	height: 40%;
	width: auto;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.strapline .back h4 {
	position: absolute;
	top: 75%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 700;
	color: #333;
}

.links {
	padding: 2em 0;
	text-align: center;
}
	
.links span {
	display: block;
	margin-bottom: 0.8em;
	margin-right: 0;
	color: #fff;
	background-color: #333;
	border-color: #333;
	font-family: 'Sensibility';
	font-weight: 500;
	text-align: center;
	padding: .75rem 1.5rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 3px;
}

.links img {
	width: 36px;
	margin-right: 1em;
	margin-bottom: 1em;
	transition: all 0.2s;
}

.links a:hover img {
	opacity: 0.5;
}

.btn {
	font-family: 'Sensibility';
	display: inline-block;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .75rem 1.5rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .3125rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	cursor: pointer;
}

.btn-primary {
	color: #333;
	background-color: #fdf38e;
	border-color: #fdf38e;
}

.btn-primary:hover {
	color: #333;
	background-color: #fcef68;
	border-color: #fcee5c;
}

.btn-dark {
	color: #fff;
	background-color: #333;
	border-color: #333;
}

.btn-dark:hover {
	color: #fff;
	background-color: #202020;
	border-color: #1a1a1a;
}

.more-rounded {
	border-radius: 3rem;
}

.svg-icon {
	display: inline-block;
	fill: currentColor;
	line-height: 1;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 1.25rem;
	height: 1.25rem;
}

.manifesto {
	margin-bottom: 3em;
}

.manifesto h3 {
	font-weight: bold;
}

.manifesto h4 {
	color: #333;
}

.manifesto h3,
.manifesto h4 {
	margin-bottom: 1em;
}

.manifesto .bold {
	font-weight: 900;
}

.manifesto hr {
	border-color: #dee2e6;
}

.manifesto ol {
	font-size: 1.1em;
	/*text-decoration: underline;*/
	font-weight: bold;
}

.manifesto ol li {
	margin-bottom: 2em;
	margin-top: 2em;
}

.statement {
	padding: 1em;
	border: 15px solid #333;
}

.statement p {
	margin: 0.2em 0;
	/*font-family: 'Indie Flower', cursive;*/
	font-family: 'Merriweather';
}

.statement img.graph {
	margin-bottom: 1.2em;
}

.statement img.signature {
	max-width: 100px;
}

.pledge {
	padding: 1.4em;
	border-radius: 3px;
	margin-bottom: 3em;
}

.pledge h4 {
	margin-bottom: 0.8em;
}

.pledge label {
	font-family: 'Sensibility';
}

.pledge input[type='text'],
.pledge input[type='email'],
.pledge select {
	font-size: 0.9em;
	height: 1.85rem;
	margin-bottom: 0.5rem;
	line-height: 1.1;
	box-shadow: none;
}

input[type='submit'] {
	margin: 2em auto 1.2em auto;
}

.pledge small {
	font-style: italic;
	font-size: 0.6em;
	line-height: 1.4;
	display: inline-block;
}

.pledge small a,
.pledge small a:hover {
	color: #333;
	border-bottom: 1px solid #333;
}

.priorities {
	margin-bottom: 3em;
}

.priorities h3 {
	font-family: 'Sensibility';
	font-weight: 700;
	font-style: italic;
	margin-bottom: 1.0em;
}

.priorities img {
	padding-bottom: 0.5em;
}

.priorities .block img {
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.5em;
}

footer {
	background-color: #333;
	text-align: center;
	padding: 2em 0;
}

footer img {
	width: 32px;
	height: auto;
}