/*
Color Scheme:
Background Lavender: ECE9EC; filter: invert(100%) sepia(4%) saturate(1508%) hue-rotate(225deg) brightness(93%) contrast(98%);
Light Pink: D7777A; filter: invert(59%) sepia(21%) saturate(1127%) hue-rotate(308deg) brightness(92%) contrast(82%);
Bright Red: B20219; filter: invert(9%) sepia(83%) saturate(6572%) hue-rotate(348deg) brightness(90%) contrast(103%);
Light Green: C9DA80; filter: invert(97%) sepia(6%) saturate(2782%) hue-rotate(14deg) brightness(92%) contrast(86%);
Dark Green: 3A4210; filter: invert(21%) sepia(13%) saturate(2740%) hue-rotate(29deg) brightness(94%) contrast(87%);
*/

@import "bootstrap";


html {
  margin: 0;
  padding: 0;
}

.desktop-navbar {
  position: absolute;
  top: 3%;
  right: 5%;
  z-index: 99;
  list-style-type: none;
  margin: auto;
  width: auto;
  overflow: hidden;
}

.desktop-navbar-item {
  float: left;
}

.desktop-navbar-item a {
  font-family: 'Amiko', sans-serif;
  font-weight: 700;
  font-size: 30px;
  display: block;
  color: #3C403D;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
}

.desktop-navbar-item a:hover {
  color: #D02126;
}

.desktop-navbar-item p{
  font-family: 'Amiko', sans-serif;
  font-weight: 700;
  font-size: 30px;
  display: block;
  color: #3C403D;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
}

.english-button {
  background-image: url('images/en-flag.png');
  background-size: cover;
  background-color:rgba(0, 0, 0, 0.0);
  border: 0;
  margin: 2vh 0vw 0vh 0vw;
  padding: 0;
  height: 30px;
  width: 30px;
}

.japanese-button {
  background-image: url('images/jp-flag.png');
  background-size: cover;
  background-color:rgba(0, 0, 0, 0.0);
  border: 0;
  margin: 1.7vh 0vw 0vh 0vw;
  padding: 0;
  height: 35px;
  width: 35px;
}

ul {
  list-style-type: none;
}

.mobile-navbar-nav {
  position: fixed;
  padding: 0;
  background-color: rgba(236, 233, 228, 0.9);
  width: 100vw;
  max-width: 100%;
  z-index: 99;
}

.mobile-navbar-item {
  position: relative;
  font-family: 'Amiko', sans-serif;
  font-weight: 700;
  font-size: 30px;
  width: 100vw;
  max-width: 100%;
  display: block;
  color: #3C403D;
  text-align: center;
  margin: -15px;
  text-decoration: none;
  z-index: 99;
}

.mobile-navbar-item a {
  position: relative;
  font-family: 'Amiko', sans-serif;
  font-weight: 700;
  font-size: 30px;
  width: 100vw;
  max-width: 100%;
  display: block;
  color: #3C403D;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
  z-index: 99;
}

.mobile-navbar-item input {
  margin: 14px 20px;
  z-index: 100;
}

.mobile-navbar-spacer {
  top: 1vh;
  left: 47.5vw;
  position: absolute;
  background-color: gray;
  border: red;
  color: blue;
  z-index: 100;
}

.mobile-navbar-icon {
  position: fixed;
  top: 7%;
  right: 5%;
  height: 70px;
  filter: invert(23%) sepia(7%) saturate(317%) hue-rotate(83deg) brightness(93%) contrast(89%);
  z-index: 100;
  background-color: white;
  padding: 0.5em;
  border-radius: 5em;
}

.home-main {
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  position: relative;
  background-color: #ECE9EC;
  background-image: url('images/paper-background.png');
  overflow: hidden;
  z-index: 1;
}

.qna-main {
  width: 100vw;
  height: 180vh;
  max-width: 100%;
  position: relative;
  background-color: #ECE9EC;
  background-image: url('images/paper-background.png');
  overflow: hidden;
  z-index: 1;
}

.about-main {
  width: 100vw;
  height: 185vh;
  max-width: 100%;
  position: relative;
  background-color: #ECE9EC;
  background-image: url('images/paper-background.png');
  overflow: hidden;
  z-index: 1;
}

.about-left-floral {
  position: absolute;
  height: 185vh;
  left: 0%;
  bottom: 0%;
  z-index: 3;
}

.about-right-floral {
  position: absolute;
  height: 185vh;
  right: 0%;
  bottom: 0%;
  z-index: 3;
}

@media (min-width: 768px) { /* Tablet View*/
  .qna-main {
    height: 160vh;
  }
}

@media (min-width: 1200px) { /* Desktop View*/
  .qna-main {
    height: 140vh;
  }

  .about-main {
    height: 120vh;
  }

  .about-left-floral {
    height: 120vh;
  }

  .about-right-floral {
    height: 120vh;
  }
}

.price-main {
  width: 100vw;
  height: 170vh;
  max-width: 100%;
  position: relative;
  background-color: #ECE9EC;
  background-image: url('images/paper-background.png');
  overflow: hidden;
  z-index: 1;
}

.home-left-leaves {
  position: absolute;
  height: 100vh;
  left: 0%;
  bottom: 0%;
  z-index: 2;
}

.home-right-leaves {
  position: absolute;
  height: 80vh;
  right: 0%;
  bottom: 0%;
  z-index: 2;
}

.home-left-floral {
  position: absolute;
  height: 100vh;
  left: 0%;
  bottom: 0%;
  z-index: 3;
}

.qna-left-floral {
  position: absolute;
  height: 180vh;
  left: 0%;
  top: 0%;
  z-index: 3;
}

.price-left-floral {
  position: absolute;
  height: 170vh;
  left: 0%;
  bottom: 0%;
  z-index: 3;
}

.home-right-floral {
  position: absolute;
  height: 100vh;
  right: 0%;
  bottom: 0%;
  z-index: 3;
}

.qna-right-floral {
  position: absolute;
  height: 180vh;
  right: 0%;
  top: 0%;
  z-index: 3;
}

@media (min-width: 768px) { /* Tablet View*/
  .qna-left-floral {
    height: 160vh;
  }
  .qna-right-floral {
    height: 160vh;
  }
}

@media (min-width: 1200px) { /* Desktop View*/
  .qna-left-floral {
    height: 140vh;
  }
  .qna-right-floral {
    height: 140vh;
  }
}

.price-right-floral {
  position: absolute;
  height: 170vh;
  right: 0%;
  bottom: 0%;
  z-index: 3;
}

.home-logo {
  position: absolute;
  height: 40vh;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}

@media (min-width: 768px) { /* Tablet View*/
  .home-logo {
    height: 60vh;
  }
}

@media (min-width: 1200px) { /* Desktop View*/
  .home-logo {
    height: 80vh;
  }
}

.whitespace {
  height: 15vh;
  width: 100vw;
  max-width: 100%;
  background-color: white;
}

.info-box {
  position: relative;
  top: -10vh;
  margin: 3vh 18vw -2vh 18vw;
  padding: 1vh 3vw 1vh 3vw;
  max-width: 100%;
  vertical-align: middle;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  z-index: 5;
}

p.info-box-info {
  color: gray;
  padding: 0;
  margin: 0;
  display: inline;
}

.info-box-p {
  color: gray;
  padding: 0;
  margin: 0;
}

.info-box-icon {
  position: relative;
  width: 50px;
  margin: 2vw;
  filter: invert(9%) sepia(83%) saturate(6572%) hue-rotate(348deg) brightness(90%) contrast(103%);
}

.info-box-info {
  margin: 2vw 0vw;
  color: gray;
}

.info-box-info-sub {
  color: gray;
}

.shiatsu-info-box {
  margin: 5vh 10vw 0vh 10vw;
  max-width: 100%;
}

.shiatsu-info-col {
  padding: 2vh 0vw;
}

.shiatsu-info-img {
  border-radius: 10px;
  height: 400px;
  min-width: 100%;
  max-width: 100%;
  object-fit: cover;
}

@media (min-width: 768px) { /* Tablet View*/
  .shiatsu-info-box {
    margin: 5vh 18vw 0vh 18vw;
  }
}

.testimonials-box {
  margin: 5vh 0vw 0vh 0vw;
  padding: 5vh 5vw 0vh 5vw;
  background-color: #ECE9EC;
}

.testimonials-box h1 {
  font-size: 50px;
  color: #B20219;
}

.quote-icon {
  position: relative;
  height: 150px;
  width: 150px;
  background-color: pink;
  border-radius: 50%;
  border-width: 1.5vh;
  border-style: solid;
  border-color: #ECE9EC;
  display: block;
  margin-left: auto;
  margin-right: auto;
  top: 5vh;
}

.quote-icon {
  padding-bottom: 20px;
}

.quote-icon p {
  position: absolute;
  left: 35px;
  bottom: 0px;
  text-align: center;
  font-family: 'Oleo Script', sans-serif;
  font-size: 120px;
  color: black;
}

.testimonial-quote-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-text {
  margin-top: -3vh;
  padding: 11vh 3vw 4vh 3vw;
  background-color: white;
  border-bottom: solid #B20219;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

p.testimonials-person {
  color: grey;
  text-align: center;
}

.testimonials-box {
  position: relative;
  top: -8vh;
}

.prologue-box {
  margin: 0vh 10vw 0vh 10vw;
  padding: 5vh 1vw 1vh 1vw;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  background-color: #ECE9EC;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  z-index: 5;
}

.prologue-box h1 {
  font-size: 50px;
  color: #B20219;
}

.prologue-box p {
  margin: 0vh 8vw 2vh 8vw;
}

.prologue-box-img {
  max-width: 50vw;
  height: auto;
  width: auto;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
}

.benefits-box {
  margin: 10vh 20vw 10vh 20vw;
}

.benefits-box-img {
  border-radius: 10px;
  overflow: hidden;
}

.benefits-box-img img{
  border-radius: 10px;
  height: 420px;
  min-width: 100%;
  max-width: 100%;
  transition: transform .2s;
  object-fit: cover;
}

.benefits-box-img img:hover {
  transform: scale(1.1);
}

.location-box {
  margin: 0;
  padding: 7vh 8vw;
  max-width: 100vw;
  background-image: url(images/location-inside.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  backdrop-filter: blur(5px);
}

.location-box-spacer {
  height: 7vh;
}

.location-box-img {
  overflow: hidden;
}

.location-box img {
  margin: auto;
  max-height: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
  transition: transform .2s;
  object-fit: contain;
}

.location-box img.img_hover:hover {
  transform: scale(1.1);
}

.location-box-info {
  padding: 5vh;
  background-color: rgba(255,255,255,0.9);
  display: block;
}

.prices-header-box {
  position: absolute;
  width: 80vw;
  left: 10vw;
  max-width: 100%;
  text-align: center;
  top: 120px;
  z-index: 5;
}

p.prices-header {
  display: inline;
  text-shadow:  5px 4px 25px rgba(236, 222, 236, 1), 
                5px 4px 25px rgba(236, 222, 236, 1), 
                5px 4px 25px rgba(236, 222, 236, 1);
}

p.hprice { 
  font-family: 'Amiko', 'Noto Sans JP', sans-serif; 
  color: #D7777A;
}

html:lang(en) p.hprice {
  font-size: 80px;
}

html:lang(jp) p.hprice {
  font-size: 50px;
}

p.prices-header {
  font-family: 'Dancing Script', 'Noto Serif JP', cursive;
}

html:lang(en) p.prices-header {
  font-size: 80px;
}

html:lang(jp) p.prices-header {
  font-size: 60px;
}

.price-box {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 400px;
  width: 90vw;
  left: 7vw;
  max-width: 100%;
  background-color: rgba(255,255,255,0.8);
  z-index: 5;
}

@media (min-width: 768px) { /* Tablet View*/
  .prices-header-box {
    width: 60vw;
    left: 20vw;
  }

  .price-box {
    top: 420px;
    width: 80vw;
    left: 10vw;
  }

  html:lang(en) p.prices-header {
    font-size: 80px;
  }

  html:lang(jp) p.prices-header {
    font-size: 80px;
  }
}

@media (min-width: 992px) { /* Break*/
  .price-main {
    height: 100vh;
  }
}

@media (min-width: 1200px) { /* Desktop View*/
  .prices-header-box {
    width: 80vw;
    left: 10vw;
  }

  .price-box {
    top: 300px;
    width: 70vw;
    left: 15vw;
  }

  html:lang(jp) p.hprice {
    font-size: 80px;
  }

  html:lang(en) p.prices-header {
    font-size: 120px;
  }

  html:lang(jp) p.prices-header {
    font-size: 100px;
  }
}

.price-box-card {
  justify-content: center;
}

.price-box-info {
  display: block;
}

@media (max-width: 992px) { /*Mobile View*/
  html:lang(jp) .price-box-info {
    min-width: 40vw;
  }
}

p.price-title {
  font-family: 'Bebas Neue', 'Noto Sans JP', cursive;
  font-size: 30px;
  color: black;
}

p.price-box-price {
  text-align: center;
}

.qna-logo-box {
  position: absolute;
  width: 100vw;
  max-width: 100%;
  text-align: center;
  top: 120px;
  z-index: 5;
}

p.qna-logo-1 {
  font-family: 'Dancing Script', cursive;
  font-size: 120px;
  display: inline;
  text-shadow:  5px 4px 25px rgba(236, 222, 236, 1), 
                5px 4px 25px rgba(236, 222, 236, 1), 
                5px 4px 25px rgba(236, 222, 236, 1);
}

p.qna-logo-2 {
  font-family: 'Dancing Script', cursive;
  font-size: 60px;
  display: inline;
  text-shadow:  5px 4px 25px rgba(236, 222, 236, 1), 
                5px 4px 25px rgba(236, 222, 236, 1),
                5px 4px 25px rgba(236, 222, 236, 1);
}

.qna-accordion {
  position: absolute;
  top: 300px;
  z-index: 5;
}

.qna-card {
  margin: 8px;
  width: 85vw;
}

@media (min-width: 768px) { /* Tablet View*/
  .qna-card {
    width: 75vw;
  }
}

@media (min-width: 1200px) { /* Desktop View*/
  .qna-card {
    width: 65vw;
  }
}

.about-header-box {
  position: absolute;
  width: 100vw;
  max-width: 100%;
  text-align: center;
  top: 120px;
  z-index: 5;
}

p.about-header {
  font-family: 'Dancing Script', 'Noto Serif JP', 
  cursive;
  font-size: 90px;
  display: inline;
  text-shadow:  5px 4px 25px rgba(236, 222, 236, 1), 
                5px 4px 25px rgba(236, 222, 236, 1), 
                5px 4px 25px rgba(236, 222, 236, 1);
}

@media (min-width: 768px) { /* Tablet View*/
  p.about-header {
    font-size: 110px;
  }
}

.about-info-box {
  position: absolute;
  top: 280px;
  z-index: 5;
  width: 80vw;
  left: 10vw;
  max-width: 100%;
}

.about-info {
  background-color: rgba(255,255,255,0.8);
}

@media (min-width: 768px) { /* Tablet View*/
  .about-info-box {
    top: 300px;
    left: 10vw;
    width: 80vw;
  }
}

@media (min-width: 1200px) { /* Desktop View*/
  .about-info-box {
    top: 300px;
    left: 10vw;
    width: 80vw;
  }
}

.about-info-box img {
  width: 450px;
  display: block;
  margin: auto;
  margin-bottom: 5vh;
  max-width: 100%;
  object-fit: scale-down;
}

.inline-p {
  display: inline;
}

.footer {
  margin: 5vh 0vw 0vh 0vh;
  background-color: #ECE9EC;
}

.footer-info-1 {
  margin: 0vh 0vw 10vh 0vw;
  color: gray;
}

.footer-icon {
  width: 35px;
  margin: 1vh 0vw 0vh 0vw;
  filter: invert(53%) sepia(0%) saturate(0%) hue-rotate(80deg) brightness(95%) contrast(96%);
}

.footer-icon:hover {
  filter: invert(9%) sepia(83%) saturate(6572%) hue-rotate(348deg) brightness(90%) contrast(103%);
}

body {
  margin: 0;
  padding: 0;
}

h1 {
  font-family: 'Amiko', 'Noto Sans JP', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #D7777A;
  text-align: center;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-family: 'Amiko', 'Noto Sans JP', sans-serif; 
  color: white;
  font-size: 16px;
}

h5 {
  color: black;
}

p {
  color: black;
}

p.indent {
  text-indent: 30px;
}

span.indent {
  margin-left: 30px;
}