@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;
  }
}
