:root {
  --light-blue: #0f6ecd;
  --green: #7fd55e;
  --medium-green: #7ed45e;
  --light-green: #5fbe3c;
  --dark-green: #182d13;
  --white: #f8f8f1;
  --pure-white: #ffffff;
  --white-v2: #f2efe9;
  --bg-grey: #edefec;
  --font-family: "Inter", sans-serif;
  --font-family-roboto: "Roboto", sans-serif;
}

@media screen and (max-width: 768px) {
  .header .uk-logo img {
    max-height: 40px;
  }
  .header .menu-mobile-toggle {
    color: var(--dark-green) !important;
  }
  .header .uk-offcanvas-bar {
    background-color: var(--dark-green);
  }
  .header .uk-offcanvas-bar .uk-nav-default > li > a {
    color: #fff;
    font-size: 22px;
  }
  .header .uk-offcanvas-bar .signup-btn {
    background-color: var(--green);
    color: #fff;
  }

  .home .hero-content .hero-subtitle {
    font-size: 2rem;
  }
  .home .hero-content .hero-p {
    font-size: 1rem;
    line-height: 1.5rem;
    width: 100%;
  }
  .home #featured-videos .slider-video-thumbnails .video-details .video-detail-image {
    min-height: 240px;
  }

  .nonprofits-content-block h2,
.nonprofits-content-block h3, .contact-content-block h2,
.contact-content-block h3 {
    font-size: 30px;
  }

  .footer {
    text-align: center;
  }
  .footer .footer-logo .logo-icon {
    text-align: center;
  }
  .footer .footer-logo .logo-icon > img {
    max-width: 130px;
  }
  .footer .footer-text h4 {
    text-align: center;
  }
  .footer .footer-text #footer-social {
    justify-content: center;
  }
  .footer .footer-space-large {
    height: 50px;
  }
  .footer .footer-space {
    height: 25px;
  }
  .footer .footer-contact {
    text-align: center;
  }

  .page-template .hero-header .hero-text {
    padding: 20px;
  }
  .page-template .hero-header .hero-text h1 {
    font-size: 50px;
  }
  .page-template .featured {
    grid-template-columns: 1fr;
  }
  .page-template .featured .featured-content .byline {
    align-items: flex-start;
    flex-direction: column;
  }
  .page-template .featured .featured-content .byline .dot {
    display: none;
  }

  .page-template-podcast .featured-img {
    aspect-ratio: auto;
    height: 300px;
    background-color: var(--dark-green);
  }
  .page-template-podcast .featured-img img {
    object-fit: contain;
  }

  .nonprofit-layout .npf-header .content-title h1 {
    text-align: center;
  }
  .nonprofit-layout .npf-header .content-title .uk-flex {
    flex-direction: column-reverse;
    align-items: center;
  }
  .nonprofit-layout .npf-header .content-title .logo-circle {
    filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.8));
    height: 160px;
    transform: translate(0, 60px);
    width: 160px;
  }
  .nonprofit-layout .npf-header::before {
    height: 170px;
  }
  .nonprofit-layout .npf-header::after {
    height: 170px;
  }
  .nonprofit-layout .box .contact .link-email, .nonprofit-layout .box .contact .link-website {
    min-width: 150px;
    margin-bottom: 10px;
  }

  .event-layout .ev-header .content-title h1 {
    text-align: center;
  }
  .event-layout .ev-header .content-title .uk-flex {
    flex-direction: column-reverse;
    align-items: center;
  }
  .event-layout .ev-header .content-title .logo-circle {
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
    height: 160px;
    transform: translate(0, 60px);
    width: 160px;
  }
  .event-layout .ev-header::before {
    height: 170px;
  }
  .event-layout .ev-header::after {
    height: 170px;
  }
  .event-layout .box .contact .link-email, .event-layout .box .contact .link-website {
    min-width: 150px;
    margin-bottom: 10px;
  }
}