* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: 0;
}

::-webkit-scrollbar {
  display: none;
}

body {
  font-family: sans-serif;
  width: 100%;
}

#waves {
  display: none;
  cursor: pointer;
}

nav {
  padding: 1.87em 4.375em 1.87em 5em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

nav .sitelogo {
  width: 5.075em;
  cursor: pointer;
}

nav ul {
  font-weight: bold;
  font-size: 0.82rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
}

nav ul li {
  cursor: pointer;
  white-space: nowrap;
  margin: 0 1.375rem;
}

nav ul li a {
  white-space: nowrap;
  text-decoration: none;
  padding: 0.875rem 1.6875rem;
  background-color: #ffd498;
  border-radius: 0.75rem;
  color: black;
}

nav .arrow {
  width: 5.3125em;
  position: relative;
  left: 40.5em;
  top: 3.125em;
}

.firstsection {
  padding: 0em 0.625em 0.625em 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.firstsection .pageDescription {
  padding: 5.625em 0em;
}

.firstsection .pageDescription .strokesIMG {
  position: relative;
  top: 0.9375em;
  width: 1.875em;
}

.firstsection .pageDescription h1 {
  font-size: 2.6em;
  width: 26.875rem;
  margin-bottom: 1.5625rem;
  font-weight: 900;
}

.firstsection .pageDescription p {
  font-size: 0.9em;
  font-weight: bold;
  color: #5a5a5a;
  width: 25rem;
  margin-bottom: 1.5625rem;
}

.firstsection .pageDescription .appStoreLinks img {
  cursor: pointer;
  width: 9.375em;
  margin-right: 0.625em;
}

.firstsection .meditationPhoto {
  width: 55%;
}

.secondSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3.125em 5em 1.875em 5em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.secondSection .miniAppIMG {
  display: none;
}

.secondSection .phoneAppViewIMG {
  width: 50%;
}

.secondSection div {
  width: 22em;
  margin: 0 0 0 5.025em;
}

.secondSection div .strokesIMG2 {
  width: 1.6875em;
  position: relative;
  top: 4.0625em;
  left: 20em;
}

.secondSection div h1 {
  font-size: 2.2em;
  margin-bottom: 1.5625rem;
  font-weight: 900;
}

.secondSection div p {
  font-weight: bold;
  color: #5a5a5a;
  font-size: 0.9em;
  padding-bottom: 1rem;
}

.secondSection div button {
  border: none;
  font-size: 0.9em;
  white-space: nowrap;
  padding: 1.25rem 3.75rem;
  background-color: #f57b51;
  border-radius: 0.75rem;
  color: white;
  font-weight: bold;
}

.thirdSection {
  padding: 5em 5em 0 5em;
}

.thirdSection .peacephoto {
  width: 100%;
}

.thirdSection .verticalpeaceIMG {
  display: none;
}

.thirdSection .secondSectionDescription {
  width: 22.9375rem;
  position: relative;
  bottom: 16.8375rem;
  left: 50%;
}

.thirdSection .secondSectionDescription h1 {
  font-weight: 700;
  font-size: 2.0rem;
  color: white;
}

.thirdSection .secondSectionDescription p {
  font-weight: bold;
  color: #f7f7f7;
  font-size: 0.8rem;
  margin-top: 0.625rem;
}

.thirdSection .secondSectionDescription .appStoreLinks2 {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.thirdSection .secondSectionDescription .appStoreLinks2 img {
  cursor: pointer;
  width: 7.5rem;
  margin-right: 0.625rem;
}

footer {
  padding: 0 5em 5.75em 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footerItem1 {
  min-width: 15.4rem;
  width: 15.4rem;
  margin-right: 1em;
}

footer .footerItem1 img {
  width: 5.375em;
  margin-bottom: 0.625em;
}

footer .footerItem1 p {
  font-size: 0.8em;
  font-weight: bold;
  color: #5a5a5a;
  margin-bottom: 1.25rem;
}

footer .footermiddle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footermiddle .footerItem23 {
  margin-right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  padding-top: 1.9rem;
  width: 6.25rem;
}

footer .footermiddle .footerItem23 h4 {
  margin-bottom: 1.25rem;
  font-size: 0.93em;
  font-weight: 800;
}

footer .footermiddle .footerItem23 a {
  text-decoration: none;
  color: #5a5a5a;
  font-size: 0.83em;
  font-weight: bold;
  margin-bottom: 0.625rem;
}

footer .footerItem4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  padding-top: 1.9rem;
}

footer .footerItem4 h4 {
  margin-bottom: 1.25rem;
  font-size: 0.93em;
  font-weight: 800;
}

footer .footerItem4 p {
  font-size: 0.78em;
  font-weight: bold;
  color: #5a5a5a;
  margin-bottom: .6rem;
  line-height: 1.3rem;
}

footer .footerItem4 form {
  height: 2.5125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footerItem4 form input {
  font-size: 0.76em;
  cursor: pointer;
  height: 2.5125rem;
  border-radius: 0.75rem;
  border: none;
  background-color: #fff4e6;
  width: 100%;
  padding-left: 1.25rem;
}

footer .footerItem4 form button {
  font-size: 0.76em;
  cursor: pointer;
  border: none;
  background-color: #ffd498;
  height: 2.5125rem;
  font-weight: bold;
  border-radius: 0.75rem;
  width: 8.875rem;
  position: relative;
  right: 1.5em;
  padding-bottom: 0.05625rem;
}

footer .footerItem4 div {
  margin-top: 1.25em;
}

footer .footerItem4 div img {
  height: 1.5625em;
  margin-right: 2em;
  cursor: pointer;
}

::-webkit-input-placeholder {
  font-weight: bold;
  font-size: 0.76rem;
}

:-ms-input-placeholder {
  font-weight: bold;
  font-size: 0.76rem;
}

::-ms-input-placeholder {
  font-weight: bold;
  font-size: 0.76rem;
}

::placeholder {
  font-weight: bold;
  font-size: 0.76rem;
}

@media screen and (max-width: 768px) {
  * {
    margin: 0;
    padding: 0;
  }
  ::-webkit-input-placeholder {
    font-size: 0.8rem;
  }
  :-ms-input-placeholder {
    font-size: 0.8rem;
  }
  ::-ms-input-placeholder {
    font-size: 0.8rem;
  }
  ::placeholder {
    font-size: 0.8rem;
  }
  #waves {
    display: block;
    display: block;
    width: 2.2rem;
    height: 1.6rem;
  }
  nav {
    padding: 1.3em 1.3em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  nav .sitelogo {
    width: 6.575em;
  }
  nav ul {
    display: none;
    background-color: white;
    position: absolute;
    z-index: 1;
    right: 1.3rem;
    top: 4.3rem;
    height: 14.5rem;
    border: 1px solid #fff4e6;
    border-radius: 0.75rem;
    font-size: .9rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  nav ul:hover {
    background-color: rgba(255, 244, 230, 0.959);
  }
  nav ul li {
    margin: 0 .7rem;
  }
  nav ul .abtn {
    margin: .9rem 0;
  }
  nav .navactive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  nav .arrow {
    display: none;
  }
  .firstsection {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 3em 1.5em;
  }
  .firstsection .pageDescription {
    padding: 0;
  }
  .firstsection .pageDescription .strokesIMG {
    top: 0.7em;
  }
  .firstsection .pageDescription h1 {
    font-size: 2.53em;
    width: 100%;
  }
  .firstsection .pageDescription p {
    font-size: 1.0em;
    width: 100%;
  }
  .firstsection .meditationPhoto {
    display: none;
  }
  .secondSection {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3em 1.5em;
  }
  .secondSection .miniAppIMG {
    display: block;
    width: 35%;
  }
  .secondSection .phoneAppViewIMG {
    display: none;
  }
  .secondSection div {
    margin: 0;
    padding-left: 1rem;
    width: 65%;
  }
  .secondSection div .strokesIMG2 {
    left: 0rem;
    top: .5rem;
  }
  .secondSection div h1 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    line-height: 2.8rem;
  }
  .secondSection div p {
    font-size: 1rem;
  }
  .thirdSection {
    height: 75.5em;
    padding: 1.3em 1.5em;
    margin: 2rem 0;
  }
  .thirdSection .peacephoto {
    display: none;
  }
  .thirdSection .verticalpeaceIMG {
    display: block;
    width: 100%;
  }
  .thirdSection .secondSectionDescription {
    text-align: center;
    position: relative;
    left: 0;
    bottom: 27em;
    width: 100%;
    padding: 0 1rem;
  }
  .thirdSection .secondSectionDescription h1 {
    font-size: 2.7em;
  }
  .thirdSection .secondSectionDescription p {
    font-size: 1.3em;
  }
  .thirdSection .secondSectionDescription .appStoreLinks2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .thirdSection .secondSectionDescription .appStoreLinks2 img {
    -ms-flex-preferred-size: 15em;
        flex-basis: 15em;
  }
  footer {
    padding: 3em 1.5em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footerItem1 {
    width: 100%;
  }
  footer .footerItem1 img {
    width: 5.4rem;
  }
  footer .footerItem1 p {
    font-size: .9rem;
  }
  footer .footermiddle {
    width: 100%;
  }
  footer .footermiddle .footerItem23 {
    width: 50%;
  }
  footer .footermiddle .footerItem23 h4 {
    font-size: 1rem;
  }
  footer .footermiddle .footerItem23 a {
    font-size: .9rem;
  }
  footer .footerItem4 {
    width: 100%;
  }
  footer .footerItem4 h4 {
    font-size: 1rem;
  }
  footer .footerItem4 p {
    font-size: .8rem;
  }
  footer .footerItem4 form {
    width: 100%;
  }
  footer .footerItem4 form input {
    width: 70%;
    height: 2.7125rem;
  }
  footer .footerItem4 form button {
    width: 30%;
    font-size: 0.8rem;
    height: 2.7125rem;
  }
}
/*# sourceMappingURL=index.css.map */