body {
	background: #000;
	color:  #fff;
	font-family: font-family: 'Titillium Web', sans-serif;
}

.site-section {
	margin: 40px 0;
}

.site-section__heading {
	margin-bottom: .8em;
	text-align: center;
}

/* Headings */
h2 {
	font-size: 2rem;
}

@media (min-width: 40em) {
	h2 {
		font-size: 2.5rem;
	}
}

h3 {
	font-size: 1.1875rem;
}

/* Links */
a {
	color: #E02D31;
}

a:hover,
a:focus {
	color: #f73a3e;
}

.button {
	background-color: #E02D31;
}

.button:focus,
.button:hover {
	background-color: #f73a3e;	
}

.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover {
	background-color: #E02D31;
}


/* Header */
.site-logo {
	margin: 30px 0 0;
	text-align: center;
}


/* Body */
.donate-ctas {
	text-align: center;
}

.donate-ctas .button-group a {
	margin: 0 10px;
}

.donate-ctas .button-group {
	margin-top: 20px;
}


/* Footer */
.site-footer {
	font-size: 14px;
	margin: 40px 0;
}

.network-logos {
	margin-bottom:  30px;
}

.site-footer p {
	text-align: center;
}

@media (min-width: 40em) {
	.site-footer p {
		text-align: inherit;
	}

	.network-logos {
		float: right;
	}

}