@media screen and (max-width: 767px) {
  .temphalla-header {
    background-color: #fff;
  }

  .temphalla-main-menu #block-temphalla-main-menu ul li a {
    color: #000;
  }

  .top-header>div:first-of-type {
    width: 80%;
  }

  #block-temphalla-site-branding img {
    width: 80%;
  }

  .embed-banner-container {
    background-size: cover;
    min-height: 450px;
  }

  .banner-title-wrapper {
    font-size: 40px;
  }

  .banner-subtitle-wrapper {
    font-size: 24px !important;
    line-height: 35px;
  }

  .bannerTextPadding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .temphalla-main-menu #block-temphalla-main-menu ul {
    flex-direction: column;
  }

  .temphalla-main-menu {
    justify-content: start;
  }

  .temphalla-main-menu #block-temphalla-main-menu ul li {
    margin-top: 20px;
  }

  .typing-hero-wrapper {
    min-height: 500px !important;
  }

  .typing-banner-title {
    font-size: 40px !important;
  }

  .typing-text-outer-wrapper {
    font-size: 24px !important;
    line-height: 35px !important;
  }

  .typing-hero-inner-wrapper {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  #block-temphalla-sitebranding {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #block-temphalla-sitebranding a {
    display: flex;
    justify-content: center;
  }

  #block-temphalla-footerlinks ul,
  #block-temphalla-secondfooterlinks ul {
    padding-left: 0;
  }

  .temphalla-footer .row {
    padding-bottom: 0 !important;
  }

  #block-temphalla-showcopyrightcontent {
    text-align: center;
    padding-bottom: 1.5rem;
  }

  #block-temphalla-footer ul {
    text-align: center;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
  }

  #block-temphalla-footer ul li {
    padding-left: 0;
    margin-bottom: 1.5rem;
  }

  .website-header {
    position: sticky;
    z-index: 99;
    top: 0;
  }

  /* aaru-mobile-design */

  /* home page */
  .slider-text {
    font-size: 14px;
    padding: 1px 5px;
  }

  .carousel-title-overlay {
    top: 2px;
    width: 90%;
    left: 35%;
  }

  .layout17-menu {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .header-container {
    justify-content: center;
    gap: 1.5rem;
  }

  .banner-section .banner-inner-3896-wrapper {
    justify-content: center;
  }

  .content-4572-width .mobile-gallery img {
    width: 40% !important;
  }

  .content-4572-width .mobile-gallery .mb-3 {
    text-align: center;
  }

  .contact-form-twig-container .form-container {
    margin-bottom: 3rem;
  }

  .section-426-3898-outer-wrapper {
    padding-top: 0;
  }
}




/* tab-responsive */

/* portrait */

@media (min-width: 768px) and (max-width: 1023px) {
    .layout17-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
    
    #block-temphalla-sitebranding img{
        width: 50%;
    }
    
    .footer-logo-section{
        text-align: center;
    }
     .slider-text {
    font-size: 20px;
    padding: 1px 5px;
  }

  .carousel-title-overlay {
    top: 10px;
    width: 65%;
    left: 40%;
  }
    
}

/* landscape */

@media (min-width: 1024px) and (max-width: 1199px) {
     .layout17-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
    
    
  .carousel-title-overlay {
    top: 10px;
    width: 60%;
    left: 40%;
  }
      .slider-text {
    font-size: 26px;
    padding: 1px 2px;
  }
}