@media screen and (min-width: 1900px) {
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1200px) {
  .meet-bottom-wrapper {
    flex-direction: column;
  }

  .meet-bottom-image {
    max-height: 500px;
  }

  .meet-bottom-image img {
    object-position: top;
  }
  .main-header .main-logo-a {
    max-width: 180px;
  }
}

@media screen and (max-width: 1100px) {
  .popup-full-img,
  .desktop-hero {
    object-position: 30%;
  }

  .popup-content-right {
    margin: 50px;
  }
  .popup-content h2 {
    font-size: 50px;
  }

  .hero-wrapper {
    background-image: linear-gradient(to right, #f9f6ec00 49%, #efd9ba 64%),
      url(../images/hero_grad.png);
  }
}

@media screen and (max-width: 1065px) {
  #footer-container .disclaimer-wrapper {
    flex-direction: column;
  }
}

@media screen and (max-width: 1050px) {
  .desktop.social-wrapper {
    display: none;
  }

  .social-wrapper.mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
  }

  .popup-content {
    flex-direction: column;
    margin-bottom: 20px;
  }
  nav.main-menu ul li.donate a {
    font-size: 19px;
  }

  .hero-inner-right .desktop-hero {
    width: 50%;
  }

  .running-wrapper .running-large-img,
  .running-inner,
  .running-content {
    width: 100%;
  }

  .pop-img-wrapper {
    width: 100%;
  }

  .footer.main-menu ul li {
    margin: 5px 0;
  }

  .footer-bottom-left {
    text-align: center;
    margin: 10px 0;
  }

  #footer-container nav.main-menu {
    display: flex;
    flex-direction: column-reverse;
  }

  #footer-container .menu-wrapper {
    flex-direction: column-reverse;
    gap: 7px;
  }

  .running-large-img {
    max-height: 550px;
  }

  #footer-disclaimer p {
    width: 85%;
  }

  #footer-container nav.main-menu ul {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 1000px) {
  #menu-main-menu-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #menu-main-menu-2 li {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size: 20px;
    margin-bottom: 13px;
  }
  footer .social-wrapper a {
    margin-left: 8px;
    margin-right: 8px;
  }
  footer .social-wrapper a:last-child {
    margin-left: 8px;
    margin-right: 11px;
  }

  .container {
    display: block;
  }

  .desktop.main-menu,
  .header-donate-btn-desktop {
    display: none;
  }

  .header-donate-btn-mobile {
    display: block;
    width: fit-content;
    margin: 20px auto;
  }

  .mobile.social-wrapper {
    align-items: center;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
    margin: 30px auto;
  }

  .mobile.social-wrapper a.donate-a {
    margin-bottom: 20px;
  }

  .mobile-menu a {
    display: block;
    margin: 15px auto;
    max-width: 250px;
  }

  .mobile-nav a.social-a {
    display: inline-block;
    margin: 5px;
  }

  .mobile-nav a.main-logo-a {
    margin-bottom: 10px;
  }
}

@media (max-width: 900px) {
  .hero-wrapper {
    background: unset;
    align-items: center;
    justify-content: center;
    gap: 30px;
    height: unset;
    background-color: #efd9ba;
  }
  .section .inner {
    width: 100%;
  }

  .hero-right-content {
    transform: none;
  }

  .hero-inner-right {
    width: 90%;
    left: unset;
    padding: 30px 0;
  }
  .desktop-hero {
    display: none;
  }
  .mobile-hero {
    display: block;
    max-height: 500px;
    object-fit: cover;
    width: 100%;
  }
  .about-section .inner {
    flex-direction: column-reverse;
  }
  .about-section .inner-right,
  .about-section .inner-left {
    width: 100%;
  }
  .about-section .inner-right {
    margin-bottom: 40px;
  }
  .about-section {
    background-image: none;
  }
  .about-section .inner-right img.headshot {
    height: auto;
    width: 100%;
  }
  .anchor-offset::before {
    content: " ";
    height: fit-content !important;
    margin-top: 0px !important;
  }

  .meet-row {
    flex-direction: column;
  }

  .meet-row.reverse {
    flex-direction: column;
  }

  .meet-photo,
  .meet-text {
    flex: 1 1 100%;
  }
}

@media screen and (max-width: 800px) {
  .meet-section {
    gap: 10px;
  }

  .home-popup-inner {
    background: #efe8d2;
    flex-wrap: wrap;
    padding: 1px;
    overflow-y: scroll;
  }
  .popup-full-img {
    position: relative;
    max-height: 440px;
    object-position: 10% 100%;
    height: auto;
    width: 100%;
  }

  .popup-content h2 {
    font-size: 32px;
    padding-bottom: 30px;
  }

  #footer-container .menu-wrapper {
    width: 100%;
  }
  #footer-container nav.main-menu {
    text-align: center;
  }

  #footer-container .disclaimer-wrapper {
    flex-wrap: wrap;
  }
  #footer-container .address-wrapper {
    width: 100%;
  }

  #footer-container p {
    text-align: center !important;
  }
  #footer-container nav.main-menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer.main-menu ul li {
    text-align: center;
    margin: 10px auto;
  }
  nav.main-menu ul li:last-of-type {
    margin-right: auto;
  }
  .donate-btns.alt {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .popup-content {
    margin: 50px auto;
  }

  h1.meet-title {
    margin: 10px 0px;
  }

  .main-header .main-logo-a {
    max-width: 130px;
  }

  img.pop-img {
    max-height: 400px;
  }

  .bullet-card {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .bullet-card h3 {
    font-size: 21px !important;
  }
  .bullet-card p {
    font-size: 18px !important;
  }
  .running-content img {
    height: auto;
    width: 25px;
  }
  .blue-button,
  .form-wrapper .at-form-submit .at-submit {
    font-size: 18px !important;
  }
  .about-section,
  .running-inner {
    padding: 70px 6%;
  }

  .popup-content-right {
    padding: unset;
  }
  .hero-inner-right h1,
  h1 {
    font-size: 30px !important;
    line-height: 30px !important;
    margin-bottom: 10px !important;
  }

  .running-inner h2,
  .action-wrapper h2,
  .running-inner h2,
  .action-wrapper h2,
  .donate-wrapper h2,
  .about-section h2,
  .support-donate h2 {
    text-align: center;
  }

  .slick-sprev {
    transform: translate3d(-20%, 0, 20px);
  }

  .slick-snext {
    transform: translate3d(20%, 0, 20px);
  }
  .meet-text h2 {
    font-size: 20px;
  }

  .popup-logo img {
    width: 150px;
  }

  .popup-logo {
    margin-top: 20px;
    margin-left: 20px;
  }

  .meet-bottom-text {
    padding: 50px;
  }

  .container {
    top: 28px;
  }
}

@media screen and (max-width: 675px) {
}

@media screen and (max-width: 500px) {
  .running-large-img {
    max-height: 380px;
    object-position: 100% 53%;
  }
  .gradient {
    background: linear-gradient(
      0deg,
      rgba(239, 232, 210, 1) 70%,
      rgba(255, 255, 255, 0) 76%
    );
  }
  .donate-btns.alt a {
    width: 100%;
  }

  .single-donate {
    width: 100% !important;
  }
}

@media screen and (max-width: 460px) {
  .popup-content .donate-btns a {
    width: 100%;
  }
  .blue-button {
    width: 100%;
    text-align: center;
  }

  .meet-1 img {
    max-height: 300px;
  }
  .footer-bottom-left p,
  .footer-bottom-left a,
  .paid-p,
  .pp,
  #footer-disclaimer p {
    font-size: 13px !important;
  }

  .paid-p {
    width: 80%;
  }

  .email-p {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 400px) {
  .address-wrapper {
    margin-bottom: 20px;
  }

  .running-inner h2,
  .action-wrapper h2,
  .running-inner h2,
  .action-wrapper h2,
  .donate-wrapper h2,
  .about-section h2,
  .support-donate h2 {
    font-size: 30px;
  }
}
