@font-face {
  font-family: Futura, Arial;
  src: url("../font/futura-med.otf") format("opentype");
}
@font-face {
  font-family: Futura, Arial;
  font-weight: bold;
  src: url("../font/futura-eb.otf") format("opentype");
}
@font-face {
  font-family: Midnight;
  src: url("../font/midnight.otf") format("opentype");
}
.noscript {
  width: 100%;
  height: 100%; /* will cover the text displayed when javascript is enabled*/
  z-index: 100000; /* higher than other z-index */
  position: absolute;
}

.noscript #div100 {
  display: block;
  height: 100%;
  background-color: white;
}

h4 {
  font-weight: normal;
  font-size: 0.8em;
}

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

.booksizer {
  display: none;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(33, 50, 68, 0.9);
  top: 0;
  left: 0;
  z-index: 10;
  transition: 0.3s;
}
.booksizer i {
  z-index: 12;
  position: fixed;
  right: 0;
  top: 0;
  font-size: 3rem;
  cursor: pointer;
  color: #f0c8c9;
  margin: 2rem;
}

.prompt {
  display: none;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(33, 50, 68, 0.8);
  top: 0;
  left: 0;
  z-index: 10;
}

html {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  color: #213244;
}

body {
  padding-top: 15vh;
}

a {
  text-decoration: none;
  color: #213244;
}

h1, h2, h3 {
  font-weight: normal;
}

h2 {
  color: #f0c8c9;
  margin-bottom: 1rem;
  font-family: Midnight;
  font-size: 2.4em;
}

h3 {
  text-transform: uppercase;
  font-weight: bold;
}

p {
  font-size: 0.7em;
  letter-spacing: 0.1em;
  color: #ffffff;
  margin-bottom: 2em;
  line-height: 2em;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

input, textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  padding: 0.7em;
  margin-bottom: 1em;
}

textarea {
  height: 8rem;
}

input[type=button], .buttonLink, .buttonLink:hover {
  font-weight: normal !important;
  border: none;
  background: #dbc2bb;
  color: #ffffff;
  cursor: pointer;
  text-transform: uppercase;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 0.7em;
  padding-right: 3em;
  padding-left: 3em;
  font-family: Futura, Arial;
  font-size: 0.6em;
}

input[type=text], textarea {
  border: 0.1em solid rgba(240, 200, 201, 0.8235294118);
  width: 100%;
}

a:hover, .active {
  font-weight: bold;
  position: relative;
}

.btn-middle {
  align-self: center;
  width: fit-content;
}

a:hover::after, .active::after {
  content: "";
  position: absolute;
  bottom: -1em;
  left: -0.5em;
  right: 0em;
  height: 3px;
  background-color: #dbc2bb;
}

ul {
  list-style: none;
}

header {
  display: flex;
  flex-direction: column;
  z-index: 9;
  overflow: hidden;
  height: 15vh;
  position: fixed;
  top: 0;
  width: 100vw;
  background: #ffffff;
  align-items: center;
}
header .socials {
  height: 5vh;
  background-color: #dbc2bb;
  display: flex;
  column-gap: 1em;
  justify-content: end;
  align-items: center;
  width: 100vw;
  padding-right: 2em;
}
header .socials img {
  height: 2.5vh;
}
header .nav {
  display: flex;
  z-index: 9;
  height: 10vh;
  position: fixed;
  top: 5vh;
  width: 100vw;
  max-width: 100vw;
  background: #ffffff;
  align-items: center;
}
header .nav .wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  margin: auto;
}
header .nav .wrapper .desktopNav {
  display: none;
}
header .nav .wrapper .desktopNav li {
  display: inline-block;
  padding: 20px;
}
header .nav .wrapper .desktopNav li a {
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-size: 0.6em;
  font-family: Futura, Arial;
  letter-spacing: 0.7em;
}
header .nav .wrapper .desktopNav li a::before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
header .nav .wrapper .header-logo-wrapper {
  display: flex;
  padding-left: 1.4em;
}
header .nav .wrapper .header-logo {
  max-height: 15vh;
  height: 8vh;
  margin-bottom: -1vh;
  cursor: pointer;
}
header .nav .header-burger-menu {
  font-size: 1.8em;
  float: right;
  padding-right: 1em;
  color: #f0c8c9;
  cursor: pointer;
}

.mobileMenuActive {
  opacity: 0.8;
  right: 0;
}

nav {
  position: fixed;
  background-color: #ebebeb;
  width: 50vw;
  min-width: 220px;
  right: -50vw;
  text-align: right;
  opacity: 0;
  transition: 0.5s ease-in;
  z-index: 9;
}
nav ul li {
  margin: 2em;
  text-transform: uppercase;
  font-family: Futura, Arial;
  letter-spacing: 0.1em;
}

.page {
  max-width: 100vw;
  overflow: hidden;
}

.halfpage {
  width: 100vw;
  max-width: 100vw;
  overflow: hidden;
}
.halfpage img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
}
.halfpage .top-half img, .halfpage .bottom-half img {
  width: 100vw;
  object-fit: cover;
}

.home {
  min-height: 90vh;
  background-image: url("../img/home_bg_mbl.jpg");
  background-position: top;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #ffffff;
  font-family: Futura, Arial;
  letter-spacing: 1.2em;
  font-size: 0.8em;
  text-transform: uppercase;
}
.home-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background-image: linear-gradient(to bottom, rgba(33, 50, 68, 0), rgb(33, 50, 68));
  min-height: 45vh;
  width: 100%;
  text-align: center;
}
.home-content h1 {
  margin-bottom: 1em;
  padding-left: 1em;
}
.home-content img {
  width: 70vw;
  margin-bottom: 2em;
  content: url("../img/logo_white_1.png");
}
.home-content .home-content-social, .home-content .home-left-spacing {
  display: none;
}

.about-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2em;
  background-color: #213244;
  text-align: center;
}
.about-content p:last-child {
  margin-bottom: 0;
}
.about-content input[type=button] {
  margin-top: 2em;
}

.contact-us-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2em;
  text-align: center;
}
.contact-us-content input[type=button] {
  width: 100px;
  margin: 0 auto;
  margin-bottom: 2em;
}
.contact-us-content p {
  color: #213244 !important;
}
.contact-us-content p a {
  font-size: 1.5em;
  margin: 0.4em;
}

.hori-margin {
  margin: 0 2em;
}

.hori-margin-extra {
  margin: 0 4em;
}

.service {
  position: relative;
}
.service-content {
  display: flex;
  flex-direction: column;
  padding: 2rem 0;
  text-align: center;
  justify-content: center;
  background-color: #213244;
  color: #ffffff;
}
.service-content h3, .service-content p {
  margin-bottom: 2rem;
}
.service-content p {
  color: #ffffff;
}
.service-content p:nth-of-type(1) {
  margin-bottom: 0;
}
.service-content p:nth-of-type(4), .service-content p:nth-of-type(5) {
  margin-bottom: 0.8rem;
}

.img {
  min-height: 79vh;
  background: #dbc2bb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.manners input[type=button] {
  margin-top: 3em;
}

.mentorship input[type=button] {
  margin-top: 3em;
}

.motivation input[type=button] {
  margin-top: 3em;
}

.manners .img {
  background-image: url("/static/img/services_full_1.jpg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.mentorship .img {
  order: 2;
  background-color: #ffffff;
  background-image: url("/static/img/services_full_2.jpg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.motivation .img {
  background-image: url("/static/img/services_full_3.jpg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.testimonials .img {
  background-color: #e9ebec;
  background-image: url("/static/img/testimonials.jpg");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.frame-img {
  height: 100% !important;
  margin: 1.5em;
}

.frame-img-small {
  height: auto !important;
  width: 80% !important;
  object-fit: cover;
  margin: 1.5em;
}

.testimonials {
  background-color: #e9ebec;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: black;
}
.testimonials .content {
  padding: 4em;
}
.testimonials .testimonial {
  display: none;
}
.testimonials .testimonial.activetestcontent {
  display: block;
}
.testimonials .btns {
  margin-top: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonials .btns button {
  background: #e9ebec;
  border-radius: 100px;
  border: 1px solid black;
  width: 15px;
  height: 15px;
  margin: 15px;
  cursor: pointer;
}
.testimonials .btns button.activetest {
  background-color: black;
}
.testimonials .quote {
  margin-top: 3em;
  margin-bottoM: 3em;
  font-style: italic;
}
.testimonials h2, .testimonials p {
  color: black;
  text-align: center;
}

.services {
  background-color: #e9ebec;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: black;
}
.services h2, .services p {
  color: black;
  text-align: center;
}
.services .options {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
}
.services .options .option {
  max-width: max(400px, 60%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.services .options .option h4 {
  text-transform: uppercase;
  font-size: 1em;
  margin-top: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}
.services .options .option p {
  text-align: center;
  min-height: 65px;
}
.services .options .option input {
  margin-top: 2em;
}

.circle {
  position: absolute;
  top: 0.7em;
  left: 5vw;
  height: 35vw;
  width: 35vw;
}

.scroller {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 2em;
  padding-bottom: 0.5em;
}
.scroller h3 {
  font-size: 1em;
  margin-bottom: 1em;
  text-transform: uppercase;
  text-align: center;
}

.books {
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 0.8rem;
}
.books img {
  cursor: pointer;
  margin-right: 30px;
}
.books img:last-child {
  margin-right: 0px;
}
.books .book {
  display: inline;
  width: 144px;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s;
}
.books .book:not(.bookselect):hover {
  transform: scale(1.2);
  box-shadow: 3px 3px 15px #000;
}
.books .bookselect {
  z-index: 11;
  position: fixed;
  height: auto;
  width: 80vw;
  max-width: 80vw;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}
.books .bookarrow {
  display: inline;
  height: 70px;
  width: auto;
  object-fit: cover;
  order: 1;
}
.books .bookarrowright {
  transform: rotate(180deg);
  order: 12;
}

.features {
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 0.5em;
  min-height: 160px;
}
.features img {
  margin-right: 0px;
}
.features img:last-child {
  margin-right: 0px;
}
.features .imgwrap {
  width: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features .imgwrap .feature {
  display: inline;
  width: auto;
  height: 82px;
  object-fit: cover;
  transition: transform 0.3s;
}
.features .featureselect {
  z-index: 11;
  position: fixed;
  height: auto;
  width: 80vw;
  max-width: 80vw;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}
.features .featurearrow {
  display: inline;
  height: 70px;
  width: auto;
  object-fit: cover;
  order: 1;
}
.features .featurearrowright {
  transform: rotate(180deg);
  order: 10;
}

footer {
  max-width: 100vw;
  height: 5vh;
  overflow-x: hidden;
  background-color: #213244;
  color: #ffffff;
  font-family: Futura, Arial;
  text-align: center;
  display: flex;
  align-items: center;
}
footer span {
  width: 100%;
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-size: 0.4em;
  font-family: Futura, Arial;
  letter-spacing: 0.2em;
  margin: 0;
  padding: 0;
}

@media (min-width: 1000px) and (orientation: landscape) {
  .testimonials .img {
    order: 2;
  }
  .services .options {
    display: flex;
    flex-direction: row;
  }
  .services .options .option {
    max-width: min(400px, 33%);
  }
  .testimonials {
    display: flex;
    flex-direction: row;
  }
  .bookselect {
    height: 84vh !important;
    max-height: 84vh !important;
    max-width: none !important;
    width: auto !important;
  }
  .shortBtn {
    width: 250px;
    margin: 0 auto !important;
  }
  h2 {
    color: #f0c8c9;
    margin-bottom: 1rem;
    font-family: Midnight;
    font-size: 2.9em;
  }
  p {
    font-size: 0.6em;
    letter-spacing: 0.1em;
    margin-bottom: 2em;
    line-height: 2em;
  }
  body {
    padding-top: 21vh;
  }
  header .nav {
    height: 16vh;
  }
  header .nav .header-logo {
    max-height: 16vh !important;
    height: 10vh !important;
    margin-bottom: -1vh !important;
    margin-right: 4em;
  }
  .page {
    min-height: 79vh;
  }
  .halfpage {
    width: 50vw;
    overflow-x: hidden;
  }
  .halfpage img {
    width: 100%;
    height: auto;
  }
  .halfpage .top-half img, .halfpage .bottom-half img {
    width: 100%;
    min-height: auto;
  }
  .home {
    background-image: url("../img/Janine Home Image - Desktop NEW.jpg");
    min-height: 79vh;
    color: #213244;
    flex-direction: row;
  }
  .home-content {
    margin: auto;
    background-image: none;
  }
  .home-content img {
    content: url("../img/logo_white.png");
    max-width: 100%;
    width: 50%;
  }
  .home-content .home-content-social, .home-content .home-left-spacing {
    font-size: 2em;
    display: block;
  }
  .about {
    min-height: 79vh;
    display: flex;
    flex-direction: row;
  }
  .about .about-content {
    padding: 4em 4em;
  }
  .about img {
    height: 100%;
    object-fit: cover;
    margin: 0;
  }
  .contact-us {
    display: flex;
    flex-direction: row;
  }
  .contact-us .contact-us-img {
    order: 1;
  }
  .contact-us .contact-us-img img {
    height: 100%;
    object-fit: cover;
    margin: 0;
  }
  .contact-us .contact-us-content {
    min-height: auto;
    padding: 4em 4em;
    order: 2;
  }
  .contact-us .contact-us-content input[type=button] {
    margin-bottom: 0;
  }
  .contact-us .contact-us-content p a {
    font-size: 1.5em;
    margin: 0.4em;
  }
  .contact-us .contact-us-content .social {
    display: none;
  }
  .frame-img {
    height: 100% !important;
    margin: 0;
  }
  .frame-img-small {
    height: 90% !important;
    width: 70% !important;
    object-fit: cover;
    margin: 0;
  }
  .frame-img-container {
    min-height: 79vh;
  }
  .models-img {
    order: 2;
  }
  .models-content {
    order: 1;
  }
  h3 {
    font-size: 1em;
  }
  .service {
    position: relative;
    display: flex;
  }
  .service .buttonLink {
    max-width: 620px;
    margin: 0 auto;
  }
  .service-content {
    padding: 4em 4em;
  }
  .service-content h3, .service-content p {
    margin-bottom: 1.5rem;
  }
  .service-content p {
    color: #ffffff;
  }
  .service-content p:nth-of-type(1), .service-content p:nth-of-type(2) {
    margin-bottom: 1.1rem;
  }
  .service-content p:nth-of-type(3) {
    margin-bottom: 1.1rem;
  }
  .service-content p:nth-of-type(4), .service-content p:nth-of-type(5) {
    margin-bottom: 0.8em;
  }
  footer span {
    letter-spacing: 0.7em;
  }
}
@media (min-width: 1160px) {
  .desktopNav {
    display: block !important;
  }
  .header-burger-menu {
    display: none;
  }
}
@media (min-width: 4500px) {
  p {
    font-size: 0.8em;
  }
  h2 {
    font-size: 4.5em;
  }
}

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