@font-face {
	font-family: 'Bebas Neue';
	src: url('fonts/bebasneue_bold-webfont.woff2') format('woff2'),
		url('fonts/bebasneue_bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Bebas Kai';
	src: url('fonts/BebasKai-Regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Merriweather";
	font-style: normal;
	src: url("fonts/Merriweather-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "Merriweather";
	font-style: italic;
	src: url("fonts/Merriweather-Italic.ttf") format("truetype");
}

@font-face {
	font-family: "Merriweather";
	font-style: normal;
	font-weight: bold;
	src: url("fonts/Merriweather-Bold.ttf") format("truetype");
}

@font-face {
	font-family: "Merriweather";
	font-style: italic;
	font-weight: bold;
	src: url("fonts/Merriweather-BoldItalic.ttf") format("truetype");
}

body {
	font-family: Merriweather, Georgia, serif;
	padding: 70px 0 20px 0;
}

a[href] {
	color: #C06030;
	font-weight: bold;
}

a[href]:hover {
	color: #C06030;
	text-decoration: underline;
}

a[name] {
	color: inherit;
	text-decoration: inherit;
}

p, li {
	line-height: 160%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Bebas Kai", "Bebas Neue", sans-serif;
	color: #004f02;
}

h1 {
	font-family: Merriweather, Georgia, serif;
	color: black;
	line-height: 120%;
	font-size: 32px;
	margin-bottom: 32px;
}

h2 {
	font-size: 40px;
}

.jumbotron {
	background: none;
}

.jumbotron h1 img {
	width: 100%;
	height: auto;
	margin-bottom: 32px;
}

.btn-primary {
	background-color: #004f02;
	border: none;
	transition: 0.2s background-color;
}

.btn-primary:hover {
	background-color: #00f900;
	border: none;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
	background-color: #004f02;
	border: none;
}

.navbar a {
	font-weight: normal;
	font-style: italic;
}

.navbar-default .navbar-nav li a:hover {
	color: #004f02;
}

.navbar a.navbar-brand {
	font-family: "Bebas Kai", "Bebas Neue", sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
}

blockquote {
	font-size: 100%;
}

footer {
	margin-top: 70px;
	text-align: center;	
}

footer a.social img {
	opacity: 0.5;
}

footer a.social:hover img {
	opacity: 1;
}

.highlightbox {
	background-color: #F8F8F8;
	border: 1px solid #E7E7E7;
	width: 66%;
	margin-left: auto;
	margin-right: auto;
}

p.lead {
	line-height: 170%;
}

ul.lead a {
	font-weight: normal;
}

ul.horizontal {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

ul.horizontal li {
	display: inline;
}

ul.horizontal li + li:before {
	display: inline;
	content: '\00B7';
}

.spaceabove {
	margin-top: 32px;
}

p.action {
	text-align: center;
	font-size: 110%;
}

p.actiongloss {
	text-align: center;
	font-size: 85%;
}

.actiongloss a {
	font-weight: normal;
}

.bios img {
	margin-bottom: 1em;
}

.bios p {
	font-size: 90%;
}

.bios a {
	font-weight: normal;
}

.biogloss {
	text-align: center;
}

a.hot-donate-link {
	color: white;
	background-color: #D09040;
	border-color: #C06030;
}

a.hot-donate-link:hover {
	color: white;
	background-color: #C88838;
	text-decoration: underline;
}

input.hot-donate-link {
	font-weight: bold;
	color: white;
	background-color: #D09040;
	border-color: #C06030;
}

input.hot-donate-link:hover {
	color: white;
	background-color: #C88838;
	text-decoration: underline;
}

.navbar-default .navbar-nav a.donate-link {
	color: #C06030;
}

.navbar-default .navbar-nav a.donate-link:hover {
	color: #A04010;
}
