@media screen and (max-width: 767px) {
  .temphalla-header {
    background-color: rgba(74, 72, 67, 1);
  }

  #block-temphalla-site-branding a {
    position: relative !important;
    top: 0;
  }

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

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

  #block-temphalla-site-branding a img {
    width: 80px !important;
  }

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

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

  .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;
    gap: 20px;
  }

  .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;
    /* padding-top: 1.25rem; */
  }
  .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;
    /*flex-direction: column;*/
    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;
  }

  .content-4906-width .block_page_overview .row,
  .content-4880-width .block_page_overview .row,
  .content-5050-width .block_page_overview .row,
  .content-5071-width .block_page_overview .row {
    flex-direction: column-reverse;
  }
  .block_page_title {
    margin-bottom: 25px !important;
  }

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

  #block-temphalla-addressblock p,
  #block-temphalla-addressblock h5 {
    text-align: center;
  }

  .blog-505-4999-image-wrapper img,
  .blog-508-5056-image-wrapper img,
  .blog-506-5016-image-wrapper img {
    width: 100%;
  }
  .btn-mobile-class {
    display: grid;
  }

  .desktop-view-class {
    display: none;
  }
  .mobile-view-class {
    display: block;
  }
  .mobile-view-class .timeline-bg {
    margin-left: 0px;
  }
  .form-mobile-class {
    gap: 50px;
    flex-direction: column-reverse;
  }

  .m-ms-0 {
    margin-left: calc(-0.5 * var(--bs-gutter-x)) !important;
  }

  .br-5 {
    border-radius: 5px;
  }
}
