* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

/* ***Add Smooth Scrolling*** */
html {
  scroll-behavior: smooth; }
  @media screen and (prefers-reduced-motion: reduce) {
    html {
      scroll-behavior: auto; } }

body {
  background: #e8e8e8;
  font-family: 'Roboto', sans-serif;
  height: auto;
  line-height: 1.5; }

main {
  max-width: 1920px;
  margin: auto; }

.flex {
  display: flex; }

.flex-inline {
  display: inline-flex; }

.flex-column {
  flex-flow: column wrap; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-between {
  justify-content: space-between; }

.flex-even {
  justify-content: space-evenly; }

.flex-around {
  justify-content: space-around; }

.flex-row-reverse {
  flex-direction: row-reverse; }

.flex-center-center {
  align-items: center;
  justify-content: center; }

.flex-center-left {
  align-items: center;
  justify-content: left; }

.flex-center-right {
  align-items: center;
  justify-content: right; }

.flex-top-center {
  align-items: flex-start;
  justify-content: center; }

.flex-top-left {
  align-items: flex-start;
  justify-content: right; }

.flex-top-right {
  align-items: flex-start;
  justify-content: right; }

.fas {
  color: #fff;
  display: block;
  font-family: 'FontAwesome' !important;
  font-size: 2.5rem;
  height: 56px;
  margin: 0 auto;
  max-width: 56px;
  position: relative;
  width: 100%; }

.menu__wrap {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1; }

.menu {
  height: 100%;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 100%; }
  @media (min-width: 769px) {
    .menu {
      width: 40%; } }
  @media (min-width: 1025px) {
    .menu {
      width: 30%; } }
  @media (min-width: 1367px) {
    .menu {
      width: 25%; } }

.menu__overlay {
  background-color: rgba(102, 102, 102, 0.95);
  height: 100vh;
  padding-top: 80px;
  transform: translate3d(100%, -100%, 0);
  transition: 0.4s ease;
  width: 100vw; }

.menu__list {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease; }

.menu__list-item {
  color: #fff;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  list-style: none;
  margin-bottom: 10px;
  padding: 1rem;
  text-align: center;
  width: 33%; }

.menu__list-item-anchor {
  color: inherit;
  text-decoration: none;
  transition: color 0.4s ease; }

.menu__toggle {
  cursor: pointer;
  height: 50px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  z-index: 2; }

.menu__toggle:checked + .menu__hamburger .menu__hamburger-center-line {
  background-color: #fff;
  transform: rotate(135deg); }
  .menu__toggle:checked + .menu__hamburger .menu__hamburger-center-line::before, .menu__toggle:checked + .menu__hamburger .menu__hamburger-center-line::after {
    top: 0;
    transform: rotate(90deg); }
.menu__toggle:checked:hover + .menu__hamburger .menu__hamburger-center-line {
  transform: rotate(225deg); }
.menu__toggle:checked ~ .menu {
  visibility: visible; }
.menu__toggle:checked ~ .menu .menu__overlay {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.8s; }
.menu__toggle:checked ~ .menu .menu__overlay .menu__list {
  opacity: 1;
  transition: opacity 0.4s ease; }

.menu__hamburger {
  background-color: rgba(128, 128, 128, 0.45);
  height: 60px;
  padding: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  z-index: 1; }

.menu__hamburger-center-line {
  background-color: #fff;
  height: 2px;
  position: relative;
  transition: all 0.4s ease;
  width: 100%; }
  .menu__hamburger-center-line::before, .menu__hamburger-center-line::after {
    background-color: inherit;
    content: '';
    height: 2px;
    position: absolute;
    top: -10px;
    width: 100%;
    z-index: 1; }
  .menu__hamburger-center-line::after {
    top: 10px; }

.footer__main {
  background-color: #333333;
  color: #e8e8e8;
  min-height: 200px;
  padding: 1rem; }
  @media (min-width: 960px) {
    .footer__main {
      min-height: 350px; } }

.footer__nav {
  display: none;
  min-width: 150px; }
  @media (min-width: 960px) {
    .footer__nav {
      display: inline-block;
      justify-content: center;
      text-align: justify; } }

.footer__nav-text--h4 {
  color: #e8e8e8;
  margin: 10px 0 5px; }

.footer__nav-text--h4-anchor {
  color: inherit;
  text-decoration: none; }

.footer__nav-text--li {
  color: #e8e8e8;
  list-style: none; }

.footer__nav-text--li-anchor {
  color: inherit;
  text-decoration: none; }

.footer__contact {
  text-align: center; }
  @media (min-width: 960px) {
    .footer__contact {
      margin: 30px 0 20px 0;
      text-align: left; } }

.footer__address {
  margin-bottom: 5px; }

.footer__phone {
  margin-top: 5px; }

.footer__social {
  margin: 25px 12px; }

.footer__social-anchor {
  text-decoration: none; }

.footer__fas {
  font-size: 2rem;
  margin: 0 0.75rem; }

.footer__copyright {
  margin-top: 30px;
  text-align: center; }

.footer__hr {
  color: rgba(133, 130, 130, 0.8);
  margin: 0 auto;
  width: 50%; }
  @media (min-width: 960px) {
    .footer__hr {
      margin: 0 auto;
      width: 100%; } }

.footer__hr-small {
  color: rgba(133, 130, 130, 0.8);
  margin: 0 auto;
  width: 50%; }
  @media (min-width: 960px) {
    .footer__hr-small {
      position: absolute;
      left: 1rem;
      width: 25%; } }

@media (min-width: 960px) {
  .footer__bottom-full {
    display: flex;
    justify-content: space-between; } }

.px__img--1 {
  background-image: url("../img/audience-blur.jpg"); }

.px__img--2 {
  background-image: url("../img/arch-cross.jpg"); }

.px__img--3 {
  background-image: url("../img/bible.jpg"); }

.px__img--1, .px__img--2, .px__img--3 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  min-height: 400px;
  opacity: 0.7;
  position: relative; }

.px__section {
  min-height: 450px; }

.px__section-header {
  margin-bottom: 20px;
  margin-top: 20px; }

.px__section-header-text {
  font-size: 2.25rem;
  text-align: center; }

.px__sub-section {
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 40px;
  text-align: justify;
  width: 80%; }

@media (min-width: 960px) {
  .px__sub-section-container {
    display: flex;
    justify-content: space-between; } }

.px__sub-section-text--h2 {
  margin: 15px 0;
  text-align: center; }

.px__sub-section-image {
  margin-top: 20px;
  width: 100%; }
  @media (min-width: 960px) {
    .px__sub-section-image {
      margin-top: 20px;
      max-height: 295px;
      max-width: 525px;
      height: auto; } }

.px__sub-section-hr {
  color: #666;
  margin: 0 auto;
  width: 270px; }

.px__body-hr {
  color: #666;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 40px;
  width: 75%; }

@media (min-width: 960px) {
  .px__img--left,
  .px__img--right {
    margin-bottom: 20px;
    margin-top: 20px; } }

@media (min-width: 960px) {
  .px__img--left {
    flex-direction: row-reverse; } }

@media (min-width: 960px) {
  .px__text--left {
    margin: -30px 40px 0 0;
    width: 60%; } }

@media (min-width: 960px) {
  .px__text--right {
    margin: -30px 0 0 40px;
    width: 60%; } }

.px__logo--center {
  margin-top: 20px; }
  @media (min-width: 960px) {
    .px__logo--center {
      margin: 0 auto; } }

.px__staff-container {
  display: flex;
  flex-direction: column; }

.px__staff-image {
  border-radius: 50%;
  box-shadow: 0 2px 5px #999;
  height: auto;
  margin: 20px 20px 10px;
  width: 100px; }

.px__staff-name {
  font-weight: bold;
  text-align: center; }

.px__staff-title {
  font-size: 0.85rem;
  text-align: center; }

.giving__span {
  display: flex;
  align-items: center;
  justify-content: center; }

.giving {
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
  min-height: 400px;
  text-align: center; }

.giving__sub-section {
  display: flex;
  justify-content: center;
  margin-top: 30px; }

.jumbotron {
  background-color: var(--primary-color);
  color: #fff;
  height: 100vh;
  position: relative;
  max-width: 100vw; }
  .jumbotron ::before {
    background: url("../img/oaktree.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.jumbotron__inner {
  height: 90vh;
  text-align: center; }

.jumbotron__header-text {
  font-weight: 100;
  font-style: normal;
  font-size: 2rem;
  margin-bottom: 25px; }

.jumbotron__paragraph-text {
  margin: 20px 0; }

.jumbotron__paragraph-anchor {
  text-decoration: none;
  color: inherit; }

.jumbotron__btn {
  background: #e8e8e8;
  border: none;
  border-radius: 5px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  margin-top: 1rem;
  padding: 1rem 2rem;
  text-decoration: none; }
  .jumbotron__btn :hover {
    background: #888;
    border-radius: 5px;
    color: #e8e8e8; }

.jumbotron__btn-anchor {
  color: inherit;
  margin: 0 -2rem;
  padding: 1rem 2rem;
  text-decoration: none; }

.header__logo-img {
  height: 60px;
  width: 300px; }

.services__logo,
.people__logo {
  height: 4rem;
  margin-top: 20px;
  margin-bottom: 20px; }

.giving__logo {
  /* border: #333 1px solid; */
  border-radius: 5px;
  height: 5rem;
  margin: 1rem;
  padding: 1rem; }
  .giving__logo:hover {
    cursor: pointer;
    background: #f8f8f8;
    border-radius: 10px;
    transition: all 0.1s ease-in; }

.pco__logo {
  height: 72px;
  margin-left: -11px;
  margin-top: 10px; }
