.motive {
  position: relative;
  width: calc(100% - var(--menu-width));
  height: 35rem;
  max-height: 50vh;
  overflow: hidden;
  -webkit-transition: height .2s;
  transition: height .2s;
}

@media (min-width: 992px) {
  .navbar {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.footer {
  padding-top: 2rem;
  background-color: #d8d2c8;
}
.navbar>* {
  margin-left: .5em;
  margin-right: .5em;
  font-size: larger;
}
@media (min-width: 992px) {
  .navbar {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    box-shadow: 1px 0px 33px #a5a1a1;
  }
}

@media (min-width: 1200px) {
  .navbar__brand {
    min-height: 8rem;
  }
}
@media (min-width: 1200px) {
  .navbar__brand-logo-img {
    max-width: 26rem;
    max-height: 8rem;
  }
}

.header {
  position: sticky;
  width: 100%;
  top: 0;
  background-color: #eae5dd;
  z-index: 100;
}

.contactus-wrap:not(.preview-mode) {
  overflow: auto;
  background-color: #dd5874;
}
.user-form {
  position: relative;
  background-color: #d4647b;
  border-radius: .25rem;
  padding: 1rem;
  padding-top: 2rem;
  margin: auto;
  -webkit-box-shadow: 0 3px 5px -5px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 5px -5px rgba(0, 0, 0, .5);
}
.btn-primary, .comment__reply:hover, .add-comment__button--submit, .product-page__cart-button, .cart-button, .promo-code__submit, .account-button, .minicart__button-cart, .search-form__search-button, .locked__submit, .motto__button-link {
  color: #fff;
  background-color: #ce6b80;
  border-color: #be5404;
}
@media (min-width: 992px) {
  .section-3-col-bottom-text h3, .section-3-col-bottom-text .h3, .section-3-col-bottom-text p, .section-3-col-top-text h3, .section-3-col-top-text .h3, .section-3-col-top-text p {
    max-width: 100%;
  }
}
/*------------------ respons ----------------*/

@media screen and (max-width: 768px) { /*zobrazení pro tablet*/
  .navbar .logo img{max-width:100%!important;}
  h1, .h1, h1.title { font-size: 2em;}
  #motive {
    background-color: #f5f5f5;
    background-image: url(https://www.mbeautysalon.cz/obrazek/2/mobil4-jpg);
  }
}