
/************* IMAGES *************/
.my-ozinga-theme img {
  width: 100%;
  height: auto;
}

/************* TYPOGRAPHY *************/
.my-ozinga-theme h3 {
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 900;
  font-style: normal;
  margin: 0;
  margin-bottom: 0.25rem;
  line-height: 1;
  font-size: 3rem;
  line-height: 2.8rem;
}

.my-ozinga-theme p {
  margin: 0;
  margin-bottom: 1rem;
  font-weight: 400;
}

.my-ozinga-theme .kicker {
  color: #dd0032;
  font-size: 1.45rem;
  font-weight: 900;
  font-family: franklin-gothic-urw, sans-serif;
  margin: 0.25rem 0;
  display: inline-block;
}

/************* ELEMENTS *************/
.my-ozinga-theme .myozinga-logo-inline {
  display: inline;
  height: 1.2rem;
  width: auto;
  vertical-align: middle;
  margin-right: 0.25rem;
}

/************* SCROLLING SLIDESHOW *************/
.slideshow {
  position: relative;
  margin: auto;
  height: calc(800px * 3 + 15rem);
  width: 100%;
  max-width: 834px;
  padding: 1rem;
}
.slideshow__slide-copy {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  padding-left: 3rem;
}
.slideshow__slide-copy__item {
  position: relative;
  top: 0;
  height: 800px;
  display: flex;
  align-items: center;
}
.slideshow__slides {
  position: sticky;
  top: 0;
  height: 800px;
  z-index: 98;
  width: 100%;
}
.slideshow__slide {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slideshow__slide__slide-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  height: 100%;
}
.slideshow__slide__slide-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-image: url("https://assets.codepen.io/2273448/phone-frame%402x_1.png");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.slideshow__slide__slide-image .image {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 81%;
  display: flex;
  align-items: center;
}
.slideshow__slide.show-slide {
  opacity: 1;
}
.slideshow .slides-nav .slides-nav-items {
  height: 800px;
  width: 20px;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  list-style: none;
}
.slideshow .slides-nav .slides-nav-items .nav-item {
  margin: unset;
  line-height: unset;
  padding: 0;
  position: relative;
  text-indent: 0;
  color: var(--text-color);
}
.slideshow .slides-nav .slides-nav-items .nav-item::before {
  display: none;
}
.slideshow .slides-nav .slides-nav-items .nav-item a {
  /* remove lunarfusion styles */
   z-index: unset;
  font-weight: unset;
  color: unset;
  text-decoration-color: unset;
  text-decoration-thickness: unset;
  transition: unset;

  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: #f0f3f5 !important;
  margin-bottom: 12px;
  cursor: pointer;
  display: block;
}
.slideshow .slides-nav .slides-nav-items .nav-item a:hover, .slideshow .slides-nav .slides-nav-items .nav-item a:focus {
  background: #dd0032 !important;
  color: #dd0032;
}
.slideshow .slides-nav .slides-nav-items .nav-item a.active {
  background: #cad1d6 !important;
}

/***************** MOBILE VERSION WIP *****************/
.slideshow-mobile {
  display: none;
}

@media (max-width: 767px) {
  .slideshow {
    display: none;
  }

  .slideshow-mobile {
    display: block;
    margin: 0 auto;
    position: relative;
  }
  .slideshow-mobile__inner {
    position: relative;
    height: auto;
  }
  .slideshow-mobile__slide {
    top: 0;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    position: absolute;
  }
  .slideshow-mobile__slide.show-slide {
    opacity: 1;
    visibility: initial;
    position: relative;
  }
  .slideshow-mobile__slide-copy {
    padding: 1rem;
    position: relative;
  }
  .slideshow-mobile .slides-nav-mbl {
    height: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    margin-top: 70%;
    z-index: 999;
    padding: 1rem;
  }
  .slideshow-mobile .slides-nav-mbl .slides-nav-items-mobile {
    width: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 999;
    list-style: none;
  }
  .slideshow-mobile .slides-nav-mbl .slides-nav-items-mobile .nav-item {
    margin: unset;
    line-height: unset;
    padding: 0;
    position: relative;
    text-indent: 0;
    color: var(--text-color);
  }
  .slideshow-mobile .slides-nav-mbl .slides-nav-items-mobile .nav-item::before {
    display: none;
  }
  .slideshow .slides-nav .slides-nav-items .nav-item a {
    /* remove lunarfusion styles */
     z-index: unset;
    font-weight: unset;
    color: unset;
    text-decoration-color: unset;
    text-decoration-thickness: unset;
    transition: unset;
}
  .slideshow-mobile .slides-nav-mbl .slides-nav-items-mobile .nav-item .slides-nav-link {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f0f3f5 !important;
    margin-right: 20px;
    cursor: pointer;
    display: block;
  }
  .slideshow-mobile .slides-nav-mbl .slides-nav-items-mobile .nav-item .slides-nav-link:hover, .slideshow-mobile .slides-nav-mbl .slides-nav-items-mobile .nav-item .slides-nav-link:focus {
    background: #dd0032 !important;
    color: #dd0032;
  }
  .slideshow-mobile .slides-nav-mbl .slides-nav-items-mobile .nav-item .slides-nav-link.active {
    background: #cad1d6 !important;
  }
}
/***************** SPACER FOR DEV - REMOVE AFTER DEV *****************/
.spacer {
  background: repeating-linear-gradient(45deg, #f1f1f1, #f1f1f1 5px, #d8d8d8 5px, #d8d8d8 10px);
}
