/*
https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL_web

SIL Open Font License

2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.
*/
@font-face {
  font-family: "Amandella";
  src: url("../assets/fonts/Amandella.ttf") format("truetype");
}
@font-face {
  font-family: "Slabo27px";
  src: url("../assets/fonts/Slabo27px-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Marcellus";
  src: url("../assets/fonts/Marcellus-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSerifJP";
  src: url("../assets/fonts/NotoSerifJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat-Regular.ttf") format("truetype");
}
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Slabo27px", serif;
  font-weight: 500;
  color: #302f2f;
}

section {
  width: 100%;
  padding: 1em;
  display: table;
  margin: 0;
  max-width: none;
  background-color: #D4BCB0;
  text-align: center;
}
section:nth-of-type(2n) {
  background-color: white;
}

.content {
  display: table-cell;
  vertical-align: middle;
}

/**************************************
    laptops and up
**************************************/
@media (min-width: 992px) {
  section {
    padding: 0 7%;
  }
}
.intro {
  height: 50vh;
  background-image: url("../assets/pics/header/mheader-1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: white;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.header-nav {
  display: table-cell;
  vertical-align: bottom;
  font-size: 2em;
  color: white;
}
.header-nav span {
  cursor: pointer;
}

/**************************************
    laptops and up
**************************************/
@media (min-width: 992px) {
  .intro {
    height: 95vh;
    background-image: url("../assets/pics/header/header-1.jpg");
  }

  .header-nav {
    font-size: 3em;
  }
}
nav {
  display: table;
  position: relative;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  font-family: "Slabo27px", serif;
  font-size: 1.1em;
  font-weight: 500;
  color: #D4BCB0;
  padding-top: 0.5em;
  padding-bottom: 0.3em;
  /*-webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;*/
}
nav span {
  cursor: pointer;
  text-transform: uppercase;
}

.n-sticky {
  display: none;
  position: fixed;
  top: 0;
  font-size: 1.1em;
}

.n-visible {
  display: table;
}

.n-left {
  display: block;
  text-align: center;
}
.n-left .home {
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.n-left .home .h-col {
  display: table-cell;
  vertical-align: middle;
}
.n-left .home .h-25 {
  width: 25%;
}
.n-left .home .h-50 {
  width: 50%;
}
.n-left .home img {
  cursor: pointer;
  padding-top: 0.2em;
}
.n-left .home .h-normal {
  height: 2em;
}
.n-left .home .h-big {
  height: 2.8em;
}
.n-left .home .menu {
  cursor: pointer;
  font-size: 1.5em;
}

.n-right {
  display: block;
  text-align: center;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.n-right span {
  padding-left: 0.15em;
  padding-right: 0.15em;
}
.n-right span:last-of-type {
  padding-right: 0.5em;
}

.n-hidden {
  display: none !important;
}

/**************************************
    laptops and up
**************************************/
@media (min-width: 992px) {
  nav {
    font-size: 1.5em;
    font-weight: 400;
    padding-top: 0em;
    padding-bottom: 0em;
  }

  .n-sticky {
    font-size: 1.3em;
  }

  .n-block {
    display: none;
  }

  .n-left {
    display: table-cell;
    text-align: left;
  }
  .n-left .home {
    padding-left: 0.5em;
    display: inline;
  }
  .n-left .home .h-col, .n-left .home .h-25, .n-left .home .h-50 {
    display: inline;
  }
  .n-left .home img {
    height: 1.8em;
    padding-top: 0.2em;
  }
  .n-left .home .h-normal, .n-left .home .h-big {
    height: 1.8em;
  }
  .n-left .home .menu {
    display: none;
  }

  .n-right {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
  }
  .n-right span {
    padding-left: 0.15em;
    padding-right: 0.15em;
    padding-top: 0.9em;
    padding-bottom: 0.9em;
  }
  .n-right span:last-of-type {
    padding-right: 0.5em;
  }
}
.p-h1 {
  font-family: "Slabo27px", serif;
  font-size: 5em;
  font-weight: 500;
  line-height: 0;
  color: #D4BCB0;
  margin-top: 1.2em;
  margin-bottom: 0.9em;
}

.pcards {
  display: block;
  text-align: center;
}

.p-row {
  display: block;
}

.p-col {
  display: block;
}

.pcard {
  display: block;
  cursor: pointer;
  margin-bottom: 3em;
  background-color: #D4BCB0;
  /*    &:first-of-type {
          margin-top: 3em;
      }*/
}

.pcard-col {
  display: block;
  text-align: center;
}
.pcard-col img {
  width: 100%;
  padding: 0.5em;
}
.pcard-col h1 {
  font-family: "Amandella", sans-serif;
  font-size: 4em;
  font-weight: 500;
  color: white;
  line-height: 0.7em;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.pcard-col p {
  font-size: 1em;
  line-height: 1.6em;
  color: white;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 1.8em;
}

/**************************************
    laptops and up
**************************************/
@media (min-width: 992px) {
  .p-h1 {
    margin-top: 1.5em;
    margin-bottom: 0.8em;
  }

  .pcards {
    display: table;
    border-spacing: 1.5em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 3em;
  }

  .p-row {
    display: flex;
    flex-direction: column;
  }

  .p-col {
    display: table-cell;
    width: 100%;
  }

  .pcard {
    display: table;
    margin-bottom: 0;
    margin-top: 0;
    background-color: white;
  }
  .pcard:hover {
    background-color: #D4BCB0;
  }
  .pcard:hover h1 {
    color: white;
  }
  .pcard:hover p {
    color: white;
  }

  .pcard-col {
    display: table-cell;
    width: 50%;
    max-width: 350px;
    vertical-align: middle;
    text-align: left;
  }
  .pcard-col h1 {
    margin-top: 0.1em;
    margin-bottom: 0.2em;
    color: #D4BCB0;
  }
  .pcard-col p {
    color: #706f6f;
    padding-bottom: 0;
  }
}
/**************************************
    extra large desktops and up
**************************************/
@media (min-width: 1700px) {
  .p-col {
    width: 50%;
  }

  .p-row {
    display: table-row;
  }
}
.movie {
  display: block;
  margin-top: 4em;
  margin-bottom: 3em;
}

.m-headline {
  display: block;
  font-family: "Slabo27px", serif;
  font-size: 5em;
  font-weight: 500;
  line-height: 0.5em;
  margin-top: 1em;
  margin-bottom: 0.4em;
  color: white;
}

.m-col {
  display: block;
  text-align: center;
}

.m-pic-mobile {
  display: block;
}
.m-pic-mobile img {
  width: 50%;
  max-width: 200px;
  padding: 1em 0;
}

.m-pic {
  display: none;
}

.m-text h1 {
  display: none;
}
.m-text p {
  font-size: 1em;
  line-height: 1.6em;
  color: white;
}
.m-text span {
  cursor: pointer;
  font-weight: 600;
}

/**************************************
    laptops and up
**************************************/
@media (min-width: 992px) {
  .movie {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7em;
    margin-bottom: 5em;
  }

  .m-headline {
    display: none;
  }

  .m-col {
    display: table-cell;
    vertical-align: middle;
    text-align: justify;
  }

  .m-pic-mobile {
    display: none;
  }

  .m-pic {
    display: block;
  }
  .m-pic img {
    max-width: 280px;
    padding-top: 1em;
    padding-left: 5em;
    padding-bottom: 3em;
    padding-right: 0;
  }

  .m-text {
    max-width: 550px;
    padding-top: 0;
    padding-left: 1.5em;
    padding-bottom: 0;
  }
  .m-text h1 {
    display: block;
    font-family: "Slabo27px", serif;
    font-size: 5em;
    font-weight: 500;
    line-height: 0.3em;
    margin-top: 0;
    margin-bottom: 0.5em;
    color: white;
  }
}
.design {
  display: block;
  margin-top: 4em;
  margin-bottom: 3em;
}

.d-headline {
  display: block;
  font-family: "Slabo27px", serif;
  font-size: 5em;
  font-weight: 500;
  line-height: 0.5em;
  margin-top: 1em;
  margin-bottom: 0.4em;
  color: #D4BCB0;
}

.d-col {
  display: block;
  text-align: center;
}

.d-pic img {
  width: 50%;
  max-width: 200px;
  padding: 1em 0;
}

.d-text h1 {
  display: none;
}
.d-text p {
  font-size: 1em;
  line-height: 1.6em;
  color: #706f6f;
}
.d-text span {
  cursor: pointer;
  font-weight: 600;
}

/**************************************
    laptops and up
**************************************/
@media (min-width: 992px) {
  .design {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5em;
    margin-bottom: 2.5em;
  }

  .d-headline {
    display: none;
  }

  .d-col {
    display: table-cell;
    vertical-align: middle;
    text-align: justify;
    padding-left: 1.5em;
  }

  .d-pic img {
    width: 100%;
    max-width: 300px;
    padding-top: 1em;
    padding-right: 5em;
    padding-bottom: 5em;
    padding-left: 0;
  }

  .d-text {
    max-width: 550px;
    padding-top: 0;
    padding-right: 1.5em;
    padding-bottom: 0;
  }
  .d-text h1 {
    display: block;
    font-family: "Slabo27px", serif;
    font-size: 5em;
    font-weight: 500;
    line-height: 0.3em;
    margin-top: 0;
    margin-bottom: 0.5em;
    color: #D4BCB0;
  }
}
.t-primary-headline {
  display: block;
  font-family: "Slabo27px", serif;
  font-size: 3.5em;
  font-weight: 500;
  color: #EADCD6;
  margin-top: 1em;
  margin-bottom: 0;
}

.testimonials {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
  margin-bottom: 1em;
}

.t-row {
  display: table-row;
}

.t-col {
  display: table-cell;
}

.t-text {
  text-align: center;
}
.t-text .t-headline {
  font-family: "Amandella", sans-serif;
  font-size: 5em;
  line-height: 0.7em;
  color: white;
  padding-left: 0;
}
.t-text p {
  color: #706f6f;
  text-align: center;
  padding: 1em;
  margin: 1em 0 0 0;
  line-height: 1.6em;
  background-color: #EADCD6;
}
.t-text .t-from {
  font-weight: 600;
}

.testimonials-nav {
  margin-bottom: 1em;
  font-size: 2.5em;
  color: white;
}
.testimonials-nav span {
  cursor: pointer;
}

.t-hidden {
  display: none;
}

/**************************************
    laptops and up
**************************************/
@media (min-width: 992px) {
  .t-primary-headline {
    font-size: 5em;
  }

  .testimonials {
    margin-top: 4em;
  }

  .t-col {
    width: 50%;
  }

  .t-text {
    text-align: left;
  }
  .t-text .t-headline {
    margin-left: 0.4em;
  }
  .t-text p {
    text-align: justify;
    margin: 0.7em 1em 0 1em;
  }

  .testimonials-nav {
    margin-bottom: 2em;
  }
}
footer {
  padding: 1em 0;
  text-align: center;
  background-color: white;
  color: #706f6f;
}
footer .foot-line {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
footer .foot {
  margin-left: 1.5em;
  margin-right: 1.5em;
}
footer .clickable {
  cursor: pointer;
  font-size: 1.1em;
  font-weight: 600;
}
footer .icon {
  cursor: pointer;
  width: 1.5em;
  margin-left: 0.7em;
  margin-right: 0.7em;
}
footer .copyright {
  margin-top: 2em;
  font-size: 1em;
}
footer a {
  text-decoration: none;
}
footer a:link, footer a:visited, footer a:active {
  color: #302f2f;
}

/**************************************
    laptops and up
**************************************/
@media (min-width: 992px) {
  footer {
    padding: 1em 5%;
  }
}

/*# sourceMappingURL=bundle.css.map */
