/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

header {
  padding: 240px 0 180px;
  width: 100%;
  background: url(../img/pfbg.jpg);

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

header h1 {
    background-color: #ffcb18;
    display: inline-block;
    padding: 3px 12px;
}

header p.lead {
    background-color: #ffcb18;
    display: inline-block;
    padding: 3px 8px;
}

@media (max-width: 650px) {
  header {
    padding: 130px 0 240px 0;
  }

  header h1 {
    font-size: 20pt;
  }
  header p.lead {
    font-size: 12pt;
  }
}

section {
  padding: 45px 0;
}

body {
  color: #1f631a;
}

.brand-logo {
  height: 65px;
  margin-top: -5px;
}

.bg-dark.bg-dark {
  background-color: #FFCB18 !important;
}

.navbar {
  box-shadow: 0px 3px 6px rgba(0,0,0,0.4);
}

.navbar-dark .navbar-brand {
  color: #1f631a !important;
  font-size: 1.5rem;
  margin-top: 5px;
}

.bg-primary {
  background-color: #EAF8BF !important;
}

.metrics {
  margin: 25px 0;
}

.metrics .col-sm {
  background-color: #FFCB18;
  margin: 0 10px 0 0;
  padding: 15px 20px;
}

.metrics-number {
  font-size: 1.5rem;
  color: #FFF;
  font-weight: bold;
  display: block;
}

.metrics-convert {
  color: #FFF;
  display: block;
}

.charities {
  text-align: center;
}

@media (min-width: 768px) {
  .charities {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.charity {
  display: inline-block;
  width: 160px;
  margin: 14px;
  text-align: center;
  vertical-align: top;
}

.charity .logo {
  display:flex;
  justify-content:center;
  align-items:center;
  width: 160px;
  height: 80px;
  margin-bottom: 10px;
}

.charity img {
  max-width: 160px;
  max-height: 70px;
}

.charity .money {
  margin: 5px 0;
  background-color: #FFCB18;
  text-align: center;
}

.charity .links {
  font-size: 0.75rem;
}

.charity .links a {
  margin-right: 4px;
}

#faq .q {
  font-size: 1.15rem;
  margin: 0 0 10px 0;
}

#faq .a {
  margin: 0 0 15px 25px;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  color: #555;
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

#banner {
    background-color: #add23d;
    font-size: 22px;
    padding: 20px 0;
  text-align: center;

}

#banner a {
  color: #FFF !important;
  font-weight: bold;
}
