@media only screen and (max-width: 480px) {


  /* NAV STYLES */

  body:not(.home) .single-hero {
    margin-top: 55px;
    height: 175px;
}

  #nav-main .header-actions .btn {
    min-width: auto !important;
    border: none;
  }

  i.fas.fa-bars {
    color: #0e2e46;
  }

  .navbar-light .navbar-nav .nav-link {
    text-align: center;
  }

  .navbar-brand .logo {
    max-height: 47px;
    top: 6px;
  }




  /* FOOTER STYLES  */
  .bootscore-footer.bg-light {
    text-align: center;
  }





  /* HOMEPAGE STYLES  */
  section#home {
    background-position: 30% center !important;
  }
  #hero_txt h1 {
    font-size: 2rem;
  }
  #hero_txt h1 strong {
    font-size: 2.35rem;
  }
  div#hero_txt {
    max-width: 88%;
    bottom: -75px;
    padding: 19px;
  }


  section#signup {
    padding-bottom: 60px;
  }


  .offset_txt {
    max-width: 90%;
    line-height: 1.5em;
    text-align: left;
  }
  #mission .offset_img, #donate .offset_img {
    position: relative;
    top: 0;
    transform: none;
    margin-bottom: -80px;
    padding-right: 15px;
  }


  section#what h2 {
    font-size: 3rem;
  }
  section#what {
    margin: 60px 0;
  }

  .program_icon i {
    width: 65px;
    height: 65px;
    font-size: 2rem;
    padding: 15px;
    margin-left: 10px;
    display: block;
  }
  #programs h3 {
    font-size: 1.5rem;
    margin-top: 5px;
  }
  .single_program {
    margin-bottom: 30px;
    padding: 0 30px !important;
  }


  section#mission, section#donate {
    padding: 0px;
  }
  #donate .offset_img {
    padding-right: 0;
    padding-left: 15px;
  }
  section#donate {
    margin-bottom: 60px;
  }

  section#programs {
    padding: 60px 0 40px;
  }




  .archive-description {
    max-width: 95%;
  }

  .col-md-6.col-lg-4.col-xxl-3.mb-4 {
    width: 95%;
    margin: 0 auto;
  }
  .owl-carousel .card-img-top {
    height: 200px;
  }
  #blogs .col-10 {
    margin: 0 auto;
  }
  button.owl-next {
    right: -40px;
  }
  button.owl-prev {
    left: -40px;
  }


  .sc-offset .offset_img img {
    width: 100%;
    left: -25px;
    margin: 0 0 15px;
    padding: 0;
    max-width: 100%;
    float: none !important;
  }
  .sc-offset .offset_title {
    font-size: 3rem;
    padding: 15px 30px;
  }
  .sc-offset.right .offset_title {
    left: auto;
    right: 0;
  }
  .sc-offset.right .offset_img img {
    right: -25px;
    margin-left: 0;
}

section#abouthero {
  background-position: right center !important;
}



  }