/* scripty font */
@font-face {
  font-family: "Amazone BT";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/AmazoneBT-Regular.woff2") format("woff2"), url("/fonts/AmazoneBT-Regular.woff") format("woff"), url("/fonts/amazon.ttf") format("truetype");
}
/* poppins-regular - latin */
/* poppins-200 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  src: url("/fonts/poppins-v15-latin-200.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/poppins-v15-latin-200.eot?#iefix") format("embedded-opentype"), url("/fonts/poppins-v15-latin-200.woff2") format("woff2"), url("/fonts/poppins-v15-latin-200.woff") format("woff"), url("/fonts/poppins-v15-latin-200.ttf") format("truetype"), url("/fonts/poppins-v15-latin-200.svg#Poppins") format("svg");
  /* Legacy iOS */
}
/* poppins-regular - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/poppins-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/poppins-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/poppins-v15-latin-regular.woff2") format("woff2"), url("/fonts/poppins-v15-latin-regular.woff") format("woff"), url("/fonts/poppins-v15-latin-regular.ttf") format("truetype"), url("/fonts/poppins-v15-latin-regular.svg#Poppins") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "courgette";
  src: url("/fonts/courgette-regular-webfont.woff2") format("woff2"), url("/fonts/courgette-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  font-size: 12px;
}

body.shetalks {
  background-color: #fff;
  color: #4d4184;
  /* if it's ever its own section again.
    #demos {
      label {
        font-size: 1.5vw;
      }
      div.players {
        width: 70vw;
        display: block;
        margin: 0 auto;

        div.player {
          width: 100%;
          display: inline-block;
          margin: 0 auto 3em;

          .audioplayer {
            -webkit-box-shadow: none;
            box-shadow: none;
            background: $purple_dark;

            .audioplayer-bar {
              background: $purple_dark;

              .audioplayer-bar-loaded {
                background: $purple_medium;
              }

              .audioplayer-bar-played {
                background: $purple_light;
              }
            }

            .audioplayer-volume-adjust {
              background: $purple_dark;

              div {
                background: $purple_dark;

                div {
                  background: $purple_light;
                }
              }
            }

            .audioplayer-volume {
              background: $purple_dark;
            }

            .audioplayer-download {
              background-color: $purple_dark;
              border-radius: 2px;
            }
          }

          .audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
            top: 0.1em;
          }
        }
      }
    }
  */
  /*added for parallax */
}
body.shetalks .navbar-inverse {
  background-color: #443C70;
  font-size: clamp(1rem, 5vw, 2rem);
  font-weight: bold;
}
body.shetalks h1.scripty {
  font-family: "Amazone BT", Apple Chancery, Brush Script MT, Brush Script Std, cursive;
  font-size: clamp(6rem, 6vw, 12rem);
  text-align: center;
}
body.shetalks .subtitle {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 200;
  font-size: 2vw;
  line-height: 3vw;
  text-align: center;
}
body.shetalks .vpad {
  padding: 0 0 6.5em;
}
body.shetalks p {
  display: block;
  width: 92%;
  margin: 0 auto 1em;
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  text-align: left;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: lighter;
}
body.shetalks div.sect_split {
  width: 100%;
  height: 43px;
  display: block;
  background: url("/images/sect_break_small.png") no-repeat;
  background-position: center;
}
body.shetalks #testimonials .container {
  width: 70%;
  display: block;
  margin: 0 auto;
}
body.shetalks #testimonials .container ul {
  width: 100%;
}
body.shetalks #testimonials .container ul li {
  list-style: none;
  padding: 1rem;
  font-family: courgette, serif;
  font-size: clamp(3rem, 2vw, 8rem);
  text-align: center;
}
body.shetalks #testimonials .container ul li span.words {
  color: #968da8;
}
body.shetalks #testimonials .container ul li span.who {
  color: #b1aabe;
}
body.shetalks #testimonials .container ul li::before {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  margin: 0 0.25em -0.15em 0;
  background-image: url("/images/pink_flower.svg");
}
body.shetalks #clients .container {
  width: 80%;
  display: block;
  margin: 0 auto;
}
body.shetalks #clients .container div.owl-carousel {
  width: 80%;
  margin: 1em auto;
}
body.shetalks #clients .container div.owl-carousel img {
  vertical-align: middle;
}
body.shetalks #clients .container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
body.shetalks #clients .container ul li {
  list-style: none;
  padding: 4vw 2vw;
}
body.shetalks #clients .container ul li img {
  max-width: 250px;
}
body.shetalks #intro {
  width: 100%;
  background: #d6effc url("/images/flower_bg.jpg");
  background-size: cover;
  color: #4d4184;
  position: relative;
}
body.shetalks #intro h1, body.shetalks #intro h2, body.shetalks #intro h3 {
  margin: 0;
  width: 100%;
  text-align: center;
}
body.shetalks #intro h1 {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  padding-top: 12vw;
  font-size: 4rem;
}
body.shetalks #intro h2 {
  font-family: "Amazone BT", Apple Chancery, Brush Script MT, Brush Script Std, cursive;
  font-size: clamp(6rem, 6vw, 12rem);
}
body.shetalks #intro h3 {
  padding-top: 0;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 200;
  font-size: clamp(2rem, 2vw, 6rem);
}
body.shetalks #intro img.elizabeth {
  position: relative;
  left: 0;
  bottom: 0;
  display: block;
  width: 45vw;
}
body.shetalks #intro div.demos {
  position: absolute;
  display: block;
  width: 35vw;
  left: 40vw;
  top: 30vw;
}
body.shetalks #intro div.demos div.players label {
  font-size: clamp(1rem, 3vw, 1.5rem);
  font-weight: normal;
}
body.shetalks #intro div.demos div.players div.player {
  width: 100%;
  display: inline-block;
  margin: 0 auto 2vw;
}
body.shetalks #intro div.demos div.players div.player .audioplayer {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #443C70;
}
body.shetalks #intro div.demos div.players div.player .audioplayer .audioplayer-bar {
  background: #443C70;
}
body.shetalks #intro div.demos div.players div.player .audioplayer .audioplayer-bar .audioplayer-bar-loaded {
  background: #968DA9;
}
body.shetalks #intro div.demos div.players div.player .audioplayer .audioplayer-bar .audioplayer-bar-played {
  background: #C7C4D3;
}
body.shetalks #intro div.demos div.players div.player .audioplayer .audioplayer-volume-adjust {
  background: #443C70;
}
body.shetalks #intro div.demos div.players div.player .audioplayer .audioplayer-volume-adjust div {
  background: #443C70;
}
body.shetalks #intro div.demos div.players div.player .audioplayer .audioplayer-volume-adjust div div {
  background: #C7C4D3;
}
body.shetalks #intro div.demos div.players div.player .audioplayer .audioplayer-volume {
  background: #443C70;
}
body.shetalks #intro div.demos div.players div.player .audioplayer .audioplayer-download {
  background-color: #443C70;
  border-radius: 2px;
}
body.shetalks #intro div.demos div.players div.player .audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
  top: 0.1em;
}
body.shetalks #intro label.cs {
  font-family: "Amazone BT", Apple Chancery, Brush Script MT, Brush Script Std, cursive;
  font-size: clamp(4rem, 3vw, 8rem);
  font-weight: normal;
  text-align: center;
  position: absolute;
  display: block;
  width: 30vw;
  right: 25vw;
  top: 42vw;
}
body.shetalks #intro div.owl-carousel {
  position: absolute;
  display: block;
  width: 30vw;
  right: 25vw;
  top: 47vw;
}
body.shetalks #intro div.owl-carousel img {
  vertical-align: middle;
}
@media (max-width: 1300px) {
  body.shetalks #intro label.cs {
    top: 47vw;
  }
  body.shetalks #intro div.owl-carousel {
    top: 52vw;
  }
}
@media (max-width: 767px) {
  body.shetalks #intro {
    background: #d6effc url("/images/flower_bg_light.jpg");
  }
  body.shetalks #intro div.demos {
    margin-top: 2em;
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
  }
  body.shetalks #intro div.demos label {
    text-align: right;
    padding-right: 1em;
  }
  body.shetalks #intro div.demos label, body.shetalks #intro div.demos label.cs, body.shetalks #intro div.demos div.owl-carousel {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
  }
  body.shetalks #intro label.cs, body.shetalks #intro div.owl-carousel {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
  }
}
body.shetalks #contact h2, body.shetalks #about h2, body.shetalks #pretty h2, body.shetalks #nothome h2 {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: clamp(3rem, 3.5vw, 6rem);
}
body.shetalks #contact h3, body.shetalks #about h3, body.shetalks #pretty h3, body.shetalks #nothome h3 {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: clamp(3rem, 2.8vw, 4rem);
  text-align: center;
  font-weight: bold;
}
body.shetalks #contact h4, body.shetalks #about h4, body.shetalks #pretty h4, body.shetalks #nothome h4 {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: clamp(2.5rem, 2.5vw, 4.5rem);
  text-align: left;
  padding-left: 1em;
  font-weight: bold;
}
body.shetalks #contact a, body.shetalks #about a, body.shetalks #pretty a, body.shetalks #nothome a {
  color: #1245e9;
  text-decoration: underline;
  text-decoration-color: #b1ddff;
}
body.shetalks #contact a:hover, body.shetalks #about a:hover, body.shetalks #pretty a:hover, body.shetalks #nothome a:hover {
  text-decoration-color: #1245e9;
}
body.shetalks #contact img.center, body.shetalks #about img.center, body.shetalks #pretty img.center, body.shetalks #nothome img.center {
  max-width: 85%;
  margin: 1em auto;
}
body.shetalks #contact div.players, body.shetalks #about div.players, body.shetalks #pretty div.players, body.shetalks #nothome div.players {
  width: 75%;
  margin: 0 auto;
}
body.shetalks #contact div.players label, body.shetalks #about div.players label, body.shetalks #pretty div.players label, body.shetalks #nothome div.players label {
  text-align: left;
  font-size: clamp(1rem, 3vw, 1.5rem);
  font-weight: normal;
}
body.shetalks #contact div.players div.player, body.shetalks #about div.players div.player, body.shetalks #pretty div.players div.player, body.shetalks #nothome div.players div.player {
  width: 100%;
  display: inline-block;
  margin: 0 auto 2vw;
}
body.shetalks #contact div.players div.player .audioplayer, body.shetalks #about div.players div.player .audioplayer, body.shetalks #pretty div.players div.player .audioplayer, body.shetalks #nothome div.players div.player .audioplayer {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #443C70;
}
body.shetalks #contact div.players div.player .audioplayer .audioplayer-bar, body.shetalks #about div.players div.player .audioplayer .audioplayer-bar, body.shetalks #pretty div.players div.player .audioplayer .audioplayer-bar, body.shetalks #nothome div.players div.player .audioplayer .audioplayer-bar {
  background: #443C70;
}
body.shetalks #contact div.players div.player .audioplayer .audioplayer-bar .audioplayer-bar-loaded, body.shetalks #about div.players div.player .audioplayer .audioplayer-bar .audioplayer-bar-loaded, body.shetalks #pretty div.players div.player .audioplayer .audioplayer-bar .audioplayer-bar-loaded, body.shetalks #nothome div.players div.player .audioplayer .audioplayer-bar .audioplayer-bar-loaded {
  background: #968DA9;
}
body.shetalks #contact div.players div.player .audioplayer .audioplayer-bar .audioplayer-bar-played, body.shetalks #about div.players div.player .audioplayer .audioplayer-bar .audioplayer-bar-played, body.shetalks #pretty div.players div.player .audioplayer .audioplayer-bar .audioplayer-bar-played, body.shetalks #nothome div.players div.player .audioplayer .audioplayer-bar .audioplayer-bar-played {
  background: #C7C4D3;
}
body.shetalks #contact div.players div.player .audioplayer .audioplayer-volume-adjust, body.shetalks #about div.players div.player .audioplayer .audioplayer-volume-adjust, body.shetalks #pretty div.players div.player .audioplayer .audioplayer-volume-adjust, body.shetalks #nothome div.players div.player .audioplayer .audioplayer-volume-adjust {
  background: #443C70;
}
body.shetalks #contact div.players div.player .audioplayer .audioplayer-volume-adjust div, body.shetalks #about div.players div.player .audioplayer .audioplayer-volume-adjust div, body.shetalks #pretty div.players div.player .audioplayer .audioplayer-volume-adjust div, body.shetalks #nothome div.players div.player .audioplayer .audioplayer-volume-adjust div {
  background: #443C70;
}
body.shetalks #contact div.players div.player .audioplayer .audioplayer-volume-adjust div div, body.shetalks #about div.players div.player .audioplayer .audioplayer-volume-adjust div div, body.shetalks #pretty div.players div.player .audioplayer .audioplayer-volume-adjust div div, body.shetalks #nothome div.players div.player .audioplayer .audioplayer-volume-adjust div div {
  background: #C7C4D3;
}
body.shetalks #contact div.players div.player .audioplayer .audioplayer-volume, body.shetalks #about div.players div.player .audioplayer .audioplayer-volume, body.shetalks #pretty div.players div.player .audioplayer .audioplayer-volume, body.shetalks #nothome div.players div.player .audioplayer .audioplayer-volume {
  background: #443C70;
}
body.shetalks #contact div.players div.player .audioplayer .audioplayer-download, body.shetalks #about div.players div.player .audioplayer .audioplayer-download, body.shetalks #pretty div.players div.player .audioplayer .audioplayer-download, body.shetalks #nothome div.players div.player .audioplayer .audioplayer-download {
  background-color: #443C70;
  border-radius: 2px;
}
body.shetalks #contact div.players div.player .audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after, body.shetalks #about div.players div.player .audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after, body.shetalks #pretty div.players div.player .audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after, body.shetalks #nothome div.players div.player .audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
  top: 0.1em;
}
body.shetalks footer .container {
  margin-bottom: 2em;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: clamp(1.5rem, 5vw, 1.5rem);
}
body.shetalks footer .container ul li {
  list-style-type: none;
  text-align: left;
  padding: 0.25em;
}
body.shetalks footer .container ul li a {
  color: #443C70;
}
body.shetalks footer .container ul li a img {
  display: inline-block;
}
body.shetalks .navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
body.shetalks .navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
body.shetalks .navbar-wrapper .navbar .container {
  width: auto;
}
body.shetalks .navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  body.shetalks {
    /* Navbar positioning foo */
  }
  body.shetalks .navbar-wrapper {
    margin-top: 20px;
  }
  body.shetalks .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  body.shetalks .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  body.shetalks p {
    margin: 0 1em 1rem;
  }
}
body.shetalks .parallax-window {
  min-height: 400px;
  background: transparent;
}

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