body {
  font-family: plantin, sans-serif;
  color: #181818;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: neue-haas-unica, sans-serif;
  color: #8a0e07;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 16px;
  margin-bottom: 32px;
  font-family: neue-haas-unica, sans-serif;
  color: #8a0e07;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}

h3 {
  margin-top: 16px;
  margin-bottom: 24px;
  font-family: neue-haas-unica, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: neue-haas-unica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p {
  margin-bottom: 16px;
}

a {
  color: #747474;
  text-decoration: underline;
}

a:hover {
  color: #181818;
  text-decoration: none;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero {
  border-bottom-left-radius: 128px;
  background-color: #8a0e07;
  background-image: linear-gradient(45deg, transparent 15%, #8a0e07 68%), linear-gradient(180deg, rgba(138, 14, 7, 0.75), rgba(138, 14, 7, 0.75)), url('../images/Screen-Shot-2019-05-02-at-12.56.49-PM.png');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, 70%;
  background-repeat: repeat, repeat, no-repeat;
  color: #f8f8f8;
}

.container {
  max-width: 1328px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 64px;
  padding-left: 64px;
}

.container.narrow {
  max-width: 640px;
  text-align: center;
}

.container.testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f8f8f8;
  font-size: 72px;
  line-height: 80px;
  font-weight: 700;
}

.accent-text {
  color: #d6160b;
}

.navbar {
  padding: 24px 64px 32px;
  background-color: transparent;
}

.nav-link {
  display: block;
  margin-top: 8px;
  padding: 12px 18px 14px;
  border-style: solid;
  border-width: 2px;
  border-color: #f8f8f8;
  border-radius: 8px;
  font-family: neue-haas-unica, sans-serif;
  color: #f8f8f8;
  font-weight: 700;
}

.nav-link:hover {
  background-color: #f8f8f8;
  color: #8a0e07;
}

.logo-text {
  color: #f8f8f8;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.logo-tagline {
  font-family: neue-haas-unica, sans-serif;
  color: #3d0603;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}

.logo {
  padding-top: 24px;
}

.primary-text {
  max-width: 640px;
  margin-right: auto;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 36px;
}

.primary {
  padding-top: 188px;
  padding-bottom: 80px;
}

.hero-right {
  margin-bottom: -64px;
  padding: 80px 64px;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  background-color: #f8f8f8;
  box-shadow: 0 16px 32px -8px rgba(24, 24, 24, 0.22);
  color: #181818;
}

.hero-left {
  padding-top: 80px;
  padding-right: 64px;
  padding-left: 64px;
}

.button {
  margin-top: 8px;
  padding: 12px 18px 14px;
  border-style: solid;
  border-width: 2px;
  border-color: #d6160b;
  border-radius: 8px;
  background-color: transparent;
  font-family: neue-haas-unica, sans-serif;
  color: #d6160b;
  font-weight: 700;
}

.button:hover {
  border-color: #d6160b;
  background-color: #d6160b;
  color: #f8f8f8;
}

.button.top {
  margin-top: 32px;
  border-color: #f8f8f8;
  color: #f8f8f8;
}

.button.top:hover {
  border-color: #d6160b;
}

.testimony {
  position: relative;
  z-index: 100;
  margin-top: 32px;
  margin-right: -64px;
  margin-bottom: -32px;
  padding: 80px 64px;
  border-radius: 0px 32px 32px;
  background-color: #8a0e07;
  box-shadow: 0 16px 32px -8px rgba(24, 24, 24, 0.22);
}

.testimony.light {
  background-color: #f8f8f8;
}

.quote {
  margin-bottom: 16px;
  padding: 16px 24px;
  border-left-color: #700b06;
  color: #f8f8f8;
  font-size: 24px;
  line-height: 32px;
  font-style: italic;
}

.quote.light {
  border-left-color: hsla(0, 0%, 45.5%, 0.2);
  color: #747474;
}

.testimony-photo {
  position: relative;
  z-index: 0;
  width: 50%;
  padding-right: 0px;
  padding-left: 0px;
  border-top-left-radius: 32px;
  border-bottom-right-radius: 128px;
  background-image: url('../images/Bluebonnet-Headshot.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.testimony-photo.nunn {
  background-image: url('../images/bishopjamesnunn.jpg');
  background-size: cover;
}

.testimonial-left {
  width: 50%;
}

.quote-byline {
  padding-left: 32px;
  font-family: neue-haas-unica, sans-serif;
  color: #f8f8f8;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.quote-byline.dark {
  color: #747474;
}

.footer {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: #8a0e07;
  color: #747474;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section {
  padding-top: 124px;
  padding-bottom: 124px;
}

.section.photo {
  margin-top: 64px;
  background-image: url('../images/widekids.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.testimonial {
  display: block;
}

.section.donate {
  display: block;
}

.footer-link {
  color: #f8f8f8;
  text-decoration: none;
}

.footer-link:hover {
  color: #d6160b;
}

@media (max-width: 991px) {
  .hero {
    background-image: linear-gradient(45deg, transparent, #8a0e07 34%), linear-gradient(180deg, rgba(138, 14, 7, 0.75), rgba(138, 14, 7, 0.75)), url('../images/Screen-Shot-2019-05-02-at-12.56.49-PM.png');
    background-position: 0px 0px, 0px 0px, 0% 100%;
  }
  .container.testimonial {
    padding-right: 16px;
    padding-left: 16px;
  }
  .title {
    font-size: 32px;
    line-height: 40px;
  }
  .primary-text {
    font-size: 20px;
    line-height: 30px;
  }
  .primary {
    padding-top: 124px;
    padding-bottom: 96px;
  }
  .hero-right {
    padding: 32px 32px 48px;
  }
  .hero-left {
    padding-top: 32px;
  }
  .button.top {
    margin-bottom: 48px;
  }
  .testimony {
    padding: 48px 32px;
  }
  .quote {
    font-size: 16px;
    line-height: 24px;
  }
  .quote-byline {
    font-size: 12px;
  }
  .section {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

@media (max-width: 767px) {
  .container.testimonial {
    padding-right: 0px;
    padding-left: 0px;
  }
  .logo {
    padding-top: 24px;
    padding-left: 0px;
  }
  .hero-right {
    border-top-left-radius: 0px;
  }
  .hero-left {
    padding-top: 48px;
    padding-bottom: 64px;
  }
  .button.top {
    display: none;
  }
  .testimony-photo {
    background-position: 50% 50%;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .container.testimonial {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .title {
    font-size: 32px;
    line-height: 40px;
  }
  .accent-text {
    font-size: 12px;
  }
  .navbar {
    padding: 8px;
  }
  .nav-link {
    width: 100%;
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .logo {
    padding-bottom: 8px;
  }
  .primary-text {
    font-size: 16px;
    line-height: 28px;
  }
  .primary {
    padding-top: 64px;
    padding-bottom: 72px;
  }
  .hero-right {
    margin-bottom: 0px;
    padding: 32px 16px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 32px;
  }
  .hero-left {
    padding: 32px 16px 40px;
  }
  .button {
    width: 100%;
    text-align: center;
  }
  .button.top {
    display: none;
  }
  .testimony {
    margin-top: -128px;
    margin-right: 0px;
    padding-top: 48px;
    padding-left: 16px;
    border-top-right-radius: 128px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .testimony-photo {
    width: 100%;
    height: 496px;
    border-bottom-right-radius: 0px;
    background-position: 50% 50%;
  }
  .testimonial-left {
    width: 100%;
  }
  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .nav-menu {
    position: relative;
    width: 100%;
    float: right;
  }
}

