body {
  font-family: 'Barlow', sans-serif; }

p {
  font-weight: 300;
  line-height: 29px;
  font-size: 24px; }

#floss {
  background: url(../assets/svgSprites/floss.svg);
  height: 85px;
  width: 76.28px;
  margin: 0 auto;
  margin-top: 20px;
  top: 30px;
  animation: cyclefloss 5s steps(270) infinite; }

@keyframes cyclefloss {
  100% {
    background-position: -20520px; } }

#drop {
  background: url(../assets/svgSprites/drop.svg);
  height: 81px;
  width: 63px;
  margin: 0 auto;
  margin-top: 20px;
  top: 30px;
  animation: cycledrop 3s steps(101) infinite; }

@keyframes cycledrop {
  100% {
    background-position: -6262px; } }

#brush {
  background: url(../assets/svgSprites/brush.svg);
  height: 85px;
  width: 76.28px;
  margin: 0 auto;
  margin-top: 20px;
  animation: cyclebrush 4s steps(240) infinite;
  z-index: 100; }

@keyframes cyclebrush {
  100% {
    background-position: -18240px; } }

.flip-card {
  margin: 0 auto;
  margin-top: 50px;
  max-width: 400px;
  min-width: 350px;
  height: 260px;
  perspective: 1000px;
  zoom: 1; }

.flip-card > :last-child {
  margin-right: 0 !important; }

.card-inner, .card-front, .card-back {
  width: 100%;
  height: 100%; }

.card-inner {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative; }

.flip-card:hover .card-inner, .flip-card:hover .card-inner {
  transform: rotateY(180deg); }

.card-front, .card-back {
  text-align: center;
  position: absolute;
  backface-visibility: hidden;
  box-sizing: border-box;
  padding: 35px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.13); }

.card-front {
  background-color: #fff;
  z-index: 2;
  padding-top: 20px; }

.card-back {
  background-color: #AE1E4B;
  transform: rotateY(180deg); }

.flip-card h1 {
  position: absolute;
  font-weight: 500;
  font-size: 32px;
  margin-top: 10px;
  width: 80%;
  bottom: 30px; }

.card-back > a {
  color: #fff !important;
  font-weight: 300;
  font-size: 24px;
  line-height: 25px; }

#sm {
  font-size: 20px !important; }

.card-front > h1 {
  padding: 15px;
  color: #AE1E4B; }

.card-back > h1 {
  position: initial;
  color: #fff;
  padding: 5px;
  width: 100%; }

.card-front.foo {
  min-width: 250px;
  height: 400px;
  position: relative;
  box-shadow: none; }

.card-front.foo > h1 {
  font-size: 30px;
  padding: 20px; }

#nudge {
  margin-bottom: 14px; }

h5 {
  margin: 0px; }

a {
  font-weight: 300;
  line-height: 29px;
  font-size: 24px; }

@media (min-width: 992px) {
  .navbar {
    margin-top: 15px;
    padding: 0px; }
  .perm {
    display: none; } }

.nav-item {
  position: relative; }

.indic {
  position: relative;
  bottom: -10px;
  height: 10px;
  margin: 0 auto;
  width: 150px;
  background-color: #AE1E4B;
  border-radius: 0 0 10px 10px;
  transform-origin: top;
  transform: scaleY(0);
  transition: all .1s ease; }

.nav-item.active .indic {
  transform: scaleY(1); }

.nav-item.active:hover .indic {
  transform: scaleY(1); }

.nav-item:hover .indic {
  transform: scaleY(0.5); }

.nav-item:hover a {
  color: #AE1E4B; }

.nav-link {
  letter-spacing: 1.5px !important;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  color: #AE1E4B;
  padding-top: 40px;
  transition: all .3s ease-in-out;
  height: 100%;
  border-radius: 20px; }

.custnav {
  background-color: #fff;
  padding: 0px; }

@media (max-width: 992px) {
  .nav-link {
    text-align: left;
    padding-left: 40px !important;
    padding: 25px;
    transition: .3s ease-in-out;
    border-radius: 0px;
    margin: 0px; }
  .nav-link:active {
    width: 100% !important;
    position: relative;
    background-color: #AE1E4B;
    color: #fff; }
  .indic {
    display: none; }
  #bottom {
    border-width: 2px; }
  .navbar {
    padding: 0px; } }

.perm {
  cursor: pointer;
  background-image: url(../assets/mobile_menu_closed.svg);
  position: absolute;
  top: 13px;
  margin: 31px;
  width: 32px;
  height: 6px !important;
  vertical-align: middle;
  transition: all .1s linear; }

@media (min-width: 768px) {
  .perm {
    width: 35px;
    top: 15px;
    transition: all .1s linear; } }

.navbar-toggler .navbar-toggler-icon {
  background-color: rgba(0, 0, 0, 0) !important;
  background-image: url(../assets/mobile_menu_closed.svg);
  background-repeat: no-repeat;
  border-radius: 0px;
  transform: scaleY(0);
  transition: all 0.2s ease; }

.navbar-toggler.collapsed .navbar-toggler-icon {
  transform: scaleY(1); }

.navbar-toggler {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 30px !important; }

hr {
  margin: 0;
  border-width: 5px;
  background-color: #AE1E4B;
  padding: 0; }

.mylogo {
  height: 240px;
  width: 240px;
  background-image: url(../assets/logo2.svg);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2000;
  top: -5px;
  transition: all .2s ease-in-out; }

.scrolled {
  transform: scale(0.6, 0.6); }

.logoCenter {
  height: 240px;
  width: 240px;
  background-image: url(../assets/logoC2.svg);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2001;
  top: -5px;
  transition: transform .3s ease-in-out; }

.mobileNavTop {
  height: 100px; }

@media (max-width: 992px) {
  .myhide {
    display: none; }
  .mylogo {
    top: -18px;
    transform: scale(0.7, 0.7); }
  .logoCenter {
    display: none;
    top: -18px; }
  #locationText p, h3 {
    text-align: center !important; }
  #locationText, .self {
    margin-right: 0px !important; } }

@media (max-width: 768px) {
  #footTxt {
    text-align: left !important; } }

.navbar-toggler {
  background-color: #AE1E4B; }

.flickity-viewport {
  background-color: #fff; }

.heroOverlay {
  position: absolute;
  width: 50%;
  left: 0%;
  height: 620px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 10;
  padding: 100px;
  padding-top: 10%; }

.heroOverlay h1 {
  color: #AE1E4B;
  font-size: 86px; }

.heroOverlay p {
  font-weight: normal;
  line-height: 29px;
  font-size: 24px;
  color: #111111;
  padding-right: 30%; }

.heroOverlay b {
  color: #AE1E4B; }

.slideimg {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.slide1, .slide2, .slide3 {
  position: absolute;
  opacity: 100;
  transition: all 3s ease; }

.slide1.hidden, .slide2.hidden, .slide3.hidden {
  opacity: 0;
  transition: all .3s ease; }

.carousel-cell {
  width: 100%;
  height: 620px;
  border-radius: 0px;
  margin-right: 0px;
  background-color: #fff; }

.carousel-cell-top {
  width: 70%;
  background-clip: padding-box;
  font-weight: 300;
  font-style: italic;
  padding: 3%;
  padding-top: 2%;
  background: #FFFFFF;
  color: #AE1E4B;
  border: 3px solid #AE1E4B;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.133945);
  border-radius: 30px;
  min-height: 375px;
  max-width: 650px;
  margin-right: 30px !important;
  transition: background-color .5s ease, color .5s ease;
  background-clip: padding-box; }

.carousel-cell-top p {
  line-height: 45px;
  font-size: 28px;
  position: relative;
  top: -5px; }

@media (max-width: 992px) {
  .carousel-cell-top {
    width: 95%;
    padding: 4%;
    padding-top: 5%; }
  .carousel-cell-top p {
    line-height: 40px;
    font-size: 26px;
    min-height: 10px; } }

h5 {
  padding-top: 20px;
  color: #AE1E4B;
  font-weight: 600; }

.carousel-cell-top::before {
  display: none; }

.carousel-cell::before {
  display: none; }

.carousel-cell-top.is-selected {
  background-color: #AE1E4B;
  color: #fff; }

.flickity-page-dots .dot {
  position: relative;
  top: 5px;
  background-color: #AE1E4B; }

.signature {
  position: absolute;
  bottom: 6%;
  right: 8%;
  font-weight: 100;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 1.2px;
  text-transform: uppercase; }

.customHeader {
  font-size: 52px;
  margin: 30px;
  margin-top: 0px; }

/* mdl - popup */
.dark-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 5000;
  -webkit-transition: all 1s cubic-bezier(0.2, 0.965, 0, 1.005);
  transition: all 1s cubic-bezier(0.2, 0.965, 0, 1.005); }

.fab {
  cursor: pointer;
  position: fixed;
  top: 240px;
  right: 0%;
  z-index: 5001;
  width: 140px;
  border-radius: 15px 0px 0px 15px;
  height: 80px;
  background-color: #AE1E4B;
  box-shadow: 0 5px 5px rgba(126, 111, 111, 0.39);
  -webkit-transition: all 600ms cubic-bezier(0.2, 0.965, 0, 1.005);
  transition: all 600ms cubic-bezier(0.2, 0.965, 0, 1.005); }

.fab:hover {
  width: 160px; }

.fab.active {
  cursor: default;
  background: #AE1E4B;
  width: 450px;
  height: 570px;
  border-radius: 15px 0px 0px 15px;
  box-shadow: 0 25px 35px 0 rgba(0, 0, 0, 0.35); }

.fab.active .fabtxt {
  text-align: left;
  position: relative;
  left: 20px; }

.fabtxt {
  padding: 10px;
  padding-right: 2px;
  transition: color .25s ease-in-out;
  color: #fff;
  font-weight: bold;
  line-height: 29px;
  font-size: 24px;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  position: relative;
  pointer-events: none; }

.fabDots {
  position: absolute;
  top: 16px;
  left: 10px;
  width: 15px;
  height: 50px;
  background-image: radial-gradient(circle at center, white 1.5px, transparent 2px);
  background-size: 12px 12px; }

input:focus {
  outline: none; }

.inputF, .inputF2 {
  padding-left: 15px;
  border: 0px;
  outline: none;
  width: 100%;
  height: 54px;
  border-radius: 10px;
  margin-bottom: 15px;
  margin-top: 5px; }

.inputF2 {
  height: 120px;
  padding-top: 15px; }

form a {
  font-weight: 300;
  line-height: 19px;
  font-size: 16px;
  letter-spacing: 1.5px;
  color: #fff !important;
  margin-left: 14px;
  text-align: left !important; }

textarea {
  resize: none; }

#formbtn {
  cursor: pointer;
  border: 0px;
  background: #FFFFFF;
  border-radius: 10px;
  width: 150px;
  height: 55px;
  color: #AE1E4B;
  font-weight: 800;
  font-size: 21px;
  letter-spacing: 1.96875px; }

.formTXT {
  color: #fff;
  width: 275px;
  position: absolute;
  font-style: normal;
  font-weight: 100;
  line-height: 20px;
  font-size: 17px;
  text-align: left;
  opacity: 0;
  top: 11px;
  right: -200px;
  visibility: hidden;
  transition: all 0.03s cubic-bezier(0.075, 0.82, 0.165, 1); }

.formTXT.active {
  visibility: visible;
  opacity: 100;
  right: 38px;
  transition: all 0.45s cubic-bezier(0.075, 0.82, 0.165, 1); }

.popForm {
  z-index: 10000;
  position: fixed;
  width: 100px;
  height: 500px;
  opacity: 0;
  visibility: hidden;
  right: -38px;
  float: right;
  top: 340px;
  transition: all 0.05s cubic-bezier(0.075, 0.82, 0.165, 1); }

.popForm.active {
  visibility: visible;
  opacity: 100;
  right: 38px;
  width: 375px;
  transition: all 0.45s cubic-bezier(0.075, 0.82, 0.165, 1); }

#myfooter {
  background-color: #EDEDED;
  bottom: 0%;
  padding: 50px; }

.anchor {
  padding-top: 250px; }

#divider {
  margin: 0 auto;
  height: 1px;
  width: 60%;
  position: relative;
  top: 150px;
  background-color: #AE1E4B; }

@media (max-width: 768px) {
  .anchor {
    padding-top: 80px; }
  .fab {
    display: none; }
  .popForm {
    display: none; }
  #divider {
    display: none; } }

.selfie {
  width: 525px;
  height: 500px;
  object-fit: cover;
  border-radius: 30px;
  margin: 0 auto; }

#aboutText p {
  font-weight: normal;
  line-height: 32px;
  font-size: 26px; }

#aboutText h1 {
  font-weight: 500;
  line-height: 87px;
  font-size: 70px;
  color: #AE1E4B;
  margin: 30px 0 20px 0; }

#locationText p {
  text-align: right; }

#locationText h3 {
  border-top: none;
  color: #AE1E4B;
  text-align: right; }

#honeypot {
  display: none;
  /*makes the field not visible to humans*/ }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #BEBEBE; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #BEBEBE;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #BEBEBE;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #BEBEBE; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #BEBEBE; }

::placeholder {
  /* Most modern browsers support this now. */
  color: #BEBEBE; }

@media (max-width: 600px) {
  .carousel-cell-top p {
    line-height: 35px;
    font-size: 24px;
    margin-bottom: 40px; }
  .carousel-cell-top {
    min-height: 10px; }
  #myfooter p {
    font-size: 18px; } }

#gen, #prevent, #cosmet {
  position: relative;
  margin: 0 auto;
  margin-top: 30px; }

#gen {
  background: url(../assets/icon_general.svg);
  height: 72.44px;
  width: 107.33px;
  top: 10px; }

#prevent {
  background: url(../assets/icon_preventative.svg);
  height: 90.97px;
  width: 75.69px; }

#cosmet {
  background: url(../assets/icon_cosmetic.svg);
  height: 101.21px;
  width: 88.53px; }

#backtotop {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block; }
