h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}
a {
	color: #bb0000;
}
.navbar-brand img {
	height: 80px;
}
.nav-bg {
	margin-top: 0;
}
.navigation {
	background-image: linear-gradient(to right, transparent 50%, #bb0000 50%);
	transition: .2s ease;
}
.navbar-nav {
	background: #bb0000;
}
.overlay::before {
	background: black;
	opacity: .33;
}
.home-payoff .nw-backgrounded {
	background-color: #1a1a37cc;
	padding: 30px 50px;
}
.home-your-donation .feature-blocks {
	padding-top: 50px;
	padding-left: 50px;
}
.feature-icon {
	color: #bb0000;
}
.home-quote {
	background-image: url('../images/home-quote-bg.jpg');
	position: relative;
}
.home-quote::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000000cc;
}
.home-quote h2 {
	font-weight: 300;
	font-style: italic;
	color: #eeeeee;
}
.home-quote h5 {
	line-height: 1.6;
	font-weight: 300;
	color: #eeeeee;
}
.home-padre-francis img.resp {
	display: none;
}
ul.std {
	list-style-type: square;
	padding-left: 15px;
	line-height: 1.9;
}
img.bordered-blue {
	border: 1px solid #1a1a37;
}
.bg-primary {
	background-color: #bb0000 !important;
}
.nw-bigger {
	font-size: 18px;
}
.btn {
	text-transform: none;
}
.btn-primary {
	background: #bb0000;
}
.btn-primary:hover {
	background: #bb0000;
	color: white;
}
.btn::before {
	position: absolute;
	background: #1a1a37;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: -1;
	transition: -webkit-transform .1s ease-in-out;
	transition: transform .1s ease-in-out;
	transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}
.btn-primary::before {
	background-color: #1a1a37;
}
.btn-primary-outline::before {
	background-color: #bb0000;
}
.btn-primary-outline {
	border: 0;
	color: white;
	background: #1a1a37;
}
.btn-primary-outline:hover {
	background: #bb0000;
	color: white;
}
.footer {
	background-color: #1a1a37;
	padding-top: 70px;
	padding-bottom: 20px;
}
.page-title-section h1 {
	background-color: #1a1a37cc;
	color: #dddddd;
	padding: 10px 20px;
}
.footer a {
	color: #5c5c77;
}
.evidence-box {
	background-color: #eee;
	padding: 10px 20px;
	color: #333;
	box-shadow: 0 0 10px #00000033;
}
.mail-error-red {
	background-color: #c00;
	color: white;
	padding: 10px 15px;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.mail-error-green {
	background-color: #0a0;
	color: white;
	padding: 10px 15px;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}

@media screen and (max-width: 992px) {
	.hero-section {
    padding: 150px 0 190px;
	}
	.home-payoff {
		border-bottom: 10px solid #1a1a37;
	}
	.home-payoff .nw-backgrounded h1 {
		font-size: 30px;
	}
	.home-quote h2 {
		font-size: 20px
	}
	.home-padre-francis {
		background-position: right;
	}
	.home-padre-francis img.resp {
		display: block;
		margin-bottom: 10px;
	}
	.page-title-section {
		padding: 50px 0 50px;
	}
	.page-title-section h1 {
		font-size: 30px;
	}
}

@media screen and (max-width: 640px) {
	.btn {
		padding: 10px 20px;
	}
	.hero-section {
    padding: 50px 0 90px;
	}
	.home-payoff .nw-backgrounded h1 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.home-payoff .nw-backgrounded p {
		display: none;
	}

	@media screen and (max-width: 575px) {
		.footer {
			text-align: center;
		}
		.logo-footer {
			width: 90%;
			max-width: 300px
		}
	}
}