* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  scroll-margin-top: 60px;
}
body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  background-color: #f9f8ea;
}
h2 {
  padding-bottom: 2rem;
}
a {
  text-decoration: none;
}
.menu-articles a,
.left-header a {
  color: white;
  transition: 300ms;
}
.left-header a:hover {
  color: #f9f8ea;
  letter-spacing: 2px;
  transition: 300ms;
}
ul {
  /* text-align: center; */
}
li {
  list-style-type: none;
}
.left-header ul {
  padding-top: 2rem;
}

.container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 0 auto;
}
.logo h1,
.logo p {
  text-align: left;
  display: inline-block;
}
.logo {
  /* display: inline; */
}
nav {
  /* display: flex; */
  z-index: 1;
  padding: 1rem;
  background-color: #71806b;
  color: white;
  display: none;
  position: sticky;
  top: 0;
}
.mobile-menu {
  display: none;
}
nav ul,
nav li,
nav a {
  color: white;
  display: block;
}
.menu-articles {
  display: flex;
  flex-grow: 1;
  padding: 1rem 2rem;
}
.nav-left {
  color: white;
  flex-grow: 1;
}
.nav-right {
  text-align: right;
  flex-grow: 1;
  margin: auto 0;
}
.nav-right a {
  color: white;
  padding: 0.2rem;
  transition: 300ms;
}
.nav-right a:hover {
  color: #c7c7c7;
}
header {
  background-color: #71806b;
  display: flex;
  flex-wrap: wrap;
}
.left-header {
  color: white;
  text-align: right;

  display: flex;
  justify-content: end;
  align-items: center;
  padding: 7rem 0rem 7rem 0;
}

.left-header-content {
  padding-right: 2rem;
}
.right-header {
  background-image: url(../img/header_image2.webp);
  background-position: center;
  background-size: cover;
}
.left-section {
  width: 40%;
  text-align: right;
  padding-bottom: 2rem;
  /* flex-grow: 1; */
}
.right-section {
  /* flex-grow: 1; */
  width: 60%;
}
main {
  display: flex;
  flex-wrap: wrap;
}
.o-mnie {
  padding-top: 2rem;
  background-color: #fff;
}
.o-mnie img {
  width: 70%;
}
.right-content {
  padding: 5rem 5rem 3rem 5rem;
}

.therapy-right {
  background-color: #eff5ef;
}
.spacer {
  height: 50px;
  width: 100%;
}
.therapy-center {
  background-color: #f2e8dc;
  padding: 2rem 10rem;
  margin: 0 auto 0 auto;
}
.therapy-left {
  background-image: url(../img/BLM_4228_internet.webp);
  background-size: cover;
  background-position: center;
}
.center-section {
  padding: 4rem 10rem 4rem 10rem;
  text-align: center;
  flex-grow: 1;
  background-color: #fff;
}
.room-img {
  padding: 5rem;
  background-color: #f2e8dc;
}
.room-img img {
  width: 100%;
}
footer {
  background-color: #71806b;

  width: 100%;
}
footer p,
footer a {
  color: white;
  font-size: 1rem;
  transition: 300ms;
}

footer a:hover {
  color: #f9f8ea;
  letter-spacing: 2px;
  transition: 300ms;
}
.footer-left,
.footer-right {
  width: 50%;
}
.footer-flex {
  display: flex;
}
.bigger-p {
  font-size: 1.5rem;
}
.footer-right {
  text-align: right;
  padding: 2rem 10rem 2rem 0;
}
.footer-left {
  padding: 2rem 0 2rem 10rem;
}
.article-title,
.article-box {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding: 0 2rem;
}

@media (max-width: 736px) {
  .room-img {
    padding: 1rem;
    background-color: #f2e8dc;
  }
  .article-title,
  .article-box {
    padding: 0 1rem;
  }

  .o-mnie-photo {
    display: none;
  }
  .mobile-menu {
    position: fixed;
    top: 0;
    left: 100%;
    background-color: #71806b;
    display: block;

    width: 100vw;
    height: 100vh;
    transition: left 300ms, opacity 600ms;
    opacity: 0;
    z-index: 100;
  }
  .mobile-menu a {
    color: white;
    line-height: 2rem;
  }
  .mobile-menu ul {
    padding: 1rem 1rem;
    text-align: right;
  }

  .mobile-menu-active {
    transition: left 300ms, opacity 600ms;
    top: 0;
    left: 0;
    opacity: 1;
  }
  .nav-menu-mobile {
    /* z-index: 100; */
    text-align: right;
    flex-grow: 1;
  }
  .trig {
    cursor: pointer;
    display: inline;
  }
  nav {
    display: flex;
    position: sticky;
  }
  .menu-articles,
  .left-header {
    display: none;
  }
  .right-header {
    width: 100%;
    height: 60vh;
  }
  .logo h1 {
    font-size: 1rem;
    line-height: 0px;
  }
  .logo p {
    font-size: 0.7rem;
    line-height: 0px;
  }
  .right-section {
    padding: 0;
  }

  .therapy-left {
    height: 80vh;
    width: 100%;
  }
  .right-content {
    padding: 0;
  }
  .right-section,
  .footer-left,
  .center-section,
  .therapy-center {
    width: 100%;
    padding: 1rem 1rem 2rem 1rem;
  }
  .footer-right {
    display: none;
  }
}
