*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Libre Baskerville", serif;
  background-color: #e3f1f5;
}

.underline {
  margin-right: auto;
  margin-left: auto;
  height: 3px;
  width: 50vw;
  background-color: #7aa999;
  z-index: 100;
}

.full-underline {
  height: 2px;
  width: 100vw;
  background-color: #9bced8;
}

.title-underline {
  margin: 5px auto 0;
  width: 60px;
  height: 4px;
  background-color: #7aa999;
}

.section-title {
  margin: 35px auto 0;
}

h2 {
  font-size: 32px;
  font-weight: lighter;
  text-align: center;
  color: #333;
}

.visible {
  opacity: 1 !important;
  width: 100%;
}

.scroll-fix::before {
  display: block;
  height: 66px;
  margin-top: -66px;
  content: '';
}

header {
  position: -webkit-sticky;
  position: sticky;
}

header > a {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 300px;
}

header a#image {
  height: 16vh;
  margin: 12px auto 8px;
  background-image: url(../img/logo_m.png);
}

header a#logo-name {
  height: 3.2vh;
  margin: 5px auto 15px;
  background-image: url(../img/nazwa_m.png);
}

nav {
  position: -webkit-sticky;
  position: sticky;
  width: 85vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  top: 0;
  z-index: 100;
}

nav button {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

nav div.navbar-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  overflow: hidden;
  list-style: none;
  max-height: 0px;
  font-size: 19px;
  -webkit-transition: max-height .3s;
  transition: max-height .3s;
}

nav div.navbar-collapse > div {
  width: 100%;
  padding: 7px;
  text-align: center;
}

nav div.navbar-collapse > div a {
  display: inline-block;
  width: 100%;
  color: #6b6b6b;
  text-decoration: none;
  -webkit-transition: color .3s;
  transition: color .3s;
}

nav div.navbar-collapse > div a:hover {
  color: #333;
}

nav div.navbar-collapse li:last-child {
  padding-bottom: 14px;
}

nav .navbar-toggler {
  margin-top: 10px;
  margin-bottom: 5px;
  border: 0;
  font-size: 28px;
  background: none;
  color: #333;
  cursor: pointer;
}

nav .underline {
  position: relative;
  top: 7px;
  width: 80vw;
}

.nav-shadow {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: #102730d3;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  z-index: -1;
}

.nav-shadow-active div.navbar-collapse > div a {
  color: #e2e2e2;
}

.nav-shadow-active .navbar-toggler {
  color: #e2e2e2;
}

#quotes {
  position: relative;
  right: 0;
  height: 70vh;
  width: 100%;
  margin-top: 5px;
  background-image: url(../img/quots-bg-large.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-top: 2px solid #9bced8;
  border-bottom: 2px solid #9bced8;
  z-index: -1;
}

#quotes .quot {
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  width: 80vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Libre Baskerville", serif;
  font-size: 36px;
  color: #4f585e;
  font-style: italic;
  text-align: center;
  -webkit-transition: opacity .7s;
  transition: opacity .7s;
}

#quotes .activeQuot {
  opacity: 1;
}

#about-us {
  width: 100vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

#about-us #about-us-cons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 25px 50px 50px;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#about-us #about-us-cons div {
  width: 100%;
  text-align: center;
  padding: 25px;
  text-shadow: 1px 1px 5px #8adbce;
  color: #4d4b4b;
}

#about-us #about-us-cons div i {
  font-size: 40px;
  margin-bottom: 20px;
}

#about-us #about-us-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px 10px 30px;
  margin-right: auto;
  margin-left: auto;
}

#about-us #about-us-text #logo {
  display: none;
  width: 35%;
  height: 80%;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url(../img/logo_png.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#about-us #about-us-text #description {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
  margin-bottom: auto;
  padding: 22px 15px 0;
  font-size: 16px;
  color: #333;
  text-align: justify;
}

#about-us #about-us-text #description p {
  margin-bottom: 15px;
}

#offert {
  position: relative;
  width: 100%;
}

#prices-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  padding: 50px 25px;
  font-size: 14px;
}

#prices-table > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.4fr 1fr 1fr;
      grid-template-columns: 1.4fr 1fr 1fr;
  width: 100%;
  color: #585858;
  border-bottom: 1px solid #838383;
}

#prices-table > div div {
  padding: 10px 0;
  text-align: center;
}

#prices-table > div div.mobile-aroma-massage {
  text-align: left;
}

#prices-table > div div.normal-aroma-massage {
  display: none;
  text-align: left;
}

#prices-table > div div:first-child {
  text-align: left;
}

#prices-table > div div:last-child {
  text-align: right;
}

#prices-table p {
  width: 70vw;
  padding: 10px 0 0 5px;
  color: #585858;
  text-align: left;
}

#prices-table div.title {
  border: none;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#prices-table div.title h2 {
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  color: #474747;
  text-align: left;
}

#prices-table div#face-massages-title {
  margin-top: 70px;
}

#ritual-massages {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 0 30px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

#ritual-massages div#ritual-massages-title {
  margin-bottom: 25px;
  padding: 0 20px;
}

#ritual-massages div#ritual-massages-title h2 {
  font-size: 26px;
  font-weight: 700;
  font-style: italic;
  color: #474747;
  text-align: center;
  text-transform: uppercase;
}

#ritual-massages .massage-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
  -ms-grid-rows: ([col-start] fit-content() [col-end])[4];
      grid-template-rows: repeat(4, [col-start] fit-content() [col-end]);
      grid-template-areas: "title" "properties" "picture" "description" "time" "price";
  max-width: 800px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #e3f1f5;
  border-radius: 20px;
  z-index: 1;
}

#ritual-massages .massage-card div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  font-style: italic;
  font-size: 20px;
  color: #535353;
  text-align: center;
}

#ritual-massages .massage-card .massage-title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title;
  font-size: 22px;
  color: #535353;
}

#ritual-massages .massage-card .massage-properties {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: properties;
}

#ritual-massages .massage-card .massage-photo {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: picture;
}

#ritual-massages .massage-card .massage-photo img {
  width: 70%;
}

#ritual-massages .massage-card .massage-description {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: description;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-size: 17px;
  text-align: justify;
  color: #333;
}

#ritual-massages .massage-card .massage-time {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: time;
}

#ritual-massages .massage-card .massage-price {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  grid-area: price;
}

#ritual-massages .first {
  margin-top: 0;
}

#ritual-massages .massage-card:last-child {
  margin-bottom: 0;
}

#voucher #content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 10px 30px;
  margin-right: auto;
  margin-left: auto;
}

#voucher #content #photos-container {
  margin-right: auto;
  margin-left: auto;
  width: 80%;
}

#voucher #content #photos-container img {
  width: 100%;
  border: 1px solid #7aa999;
}

#voucher #content #photos-container img:first-child {
  margin-top: 20px;
  margin-bottom: 20px;
}

#voucher #content #description {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
  margin-bottom: auto;
  padding: 22px 15px 0;
  font-size: 16px;
  color: #333;
  text-align: justify;
}

#voucher #content #description p {
  margin-bottom: 15px;
}

#contraindications .contraindications-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100vw;
  padding: 10px;
}

#contraindications .contraindications-content ul {
  margin: 0 16px;
  padding-left: 40px;
}

#contraindications .contraindications-content ul li {
  padding: 10px;
}

#partners a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 50px;
  width: 287.5px;
}

#partners a img {
  display: block;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
}

#contact-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-template-areas: "contact-data" "social-media" "location" "open-hours" " map";
  width: 80vw;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: lighter;
  color: #333;
}

#contact-content div {
  width: 100vw;
  padding: 20px;
  line-height: 140%;
}

#contact-content div h3 {
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 24px;
}

#contact-content div .social-media {
  width: 100%;
  font-size: 28px;
}

#contact-content div .social-media a {
  padding: 10px;
  color: #95a2a5;
  text-shadow: 1px 1px 5px #668585;
  -webkit-transition: color .2s;
  transition: color .2s;
}

#contact-content div .social-media a:hover {
  color: #e0e0e0;
}

#contact-content div {
  width: 100%;
}

#contact-content div#contact-data {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: contact-data;
  margin-bottom: 25px;
}

#contact-content div#location {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: location;
}

#contact-content div#social-media {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: social-media;
}

#contact-content div#open-hours {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: open-hours;
}

#contact-content div#location-map {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: map;
  width: 100vw;
}

#contact-content div#location-map iframe {
  width: 100%;
  height: 450px;
  border: 0;
  -webkit-box-shadow: 1px 1px 20px #434343;
          box-shadow: 1px 1px 20px #434343;
}

footer {
  background-color: #9fa7a6;
}

footer p {
  padding: 12px;
  margin-bottom: 0;
  text-align: center;
  color: #444444;
}
/*# sourceMappingURL=style.css.map */