/* reset */
html {
  scroll-behavior: auto;
  font-size: 14px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  hyphens: auto;
  display: block;
  margin: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  color: #151515;
  line-height: 1.8;
}

.anton {
  font-family: "Anton", sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
}

p {
  line-height: 1.8;
  margin: 0 0 1rem 0;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -.5px;
  margin-bottom: .25rem;
}

h4 {
  font-size: .75rem;
  font-weight: 700;
}

a:link,
a:visited {
  color: #0079D6;
  text-decoration: none;
  padding: 6px;
  margin: 0 -6px -6px -6px;
  display: inline-block;
  font-weight: 500;
  font-size: 1rem;
}

a:hover {
  color: #0071B2;
  background-color: #f1f1f1;
  border-radius: 3px;
}

a.borderless:link {
  display: inline-block;
  margin: 0;
  padding: 0;
}

a.borderless:hover {
  color: #0071B2;
	background-color: inherit;
}
a.borderless.utility {
  color: #0071B2;
  padding: 6px;
}
a.utility:hover {
  color: #0071B2;
  background-color: #f1f1f1;
  border-radius: 3px;
}
/* END RESET AND FONTS */

main {
  padding: 0;
  position: relative;
  height: 600vh;
  scroll-snap-type: y mandatory;
}

header {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: #fff;
  display: flex;
  height: 42px;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  flex-wrap: nowrap;
  z-index: 999;
  opacity: .9;
  width: 100%;
  min-height: 1px;
}
ul, ol, div {
  text-align: left;
}

ul.arrows {
  list-style-type: none;
  margin-left: 0;
}

ul.arrows li {
  position: relative;
  margin-left: 1.5rem;
}
ul.arrows li:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f062';
    top: 0;
    left: -1.5rem;
    color: #333;
}

.v-spacer-xsm {
  height: 32px;
}

.v-spacer-sm {
  height: 80px;
}

.v-spacer-med {
  height: 130px;
}

.v-spacer-lg {
  height: 240px;
}

.before-watermark::before {
  display: inline-block;
  content: url(../img/BEFORE.png);
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(.3) translate(-300px, -200px);
}

.card-splash {
  border-radius: 32px;
  background-color: rgba(255,255,255, .9);
  border: 1px solid #222;
  margin: 0 auto 100vh auto;
  padding: 0;
  width: 60%;
  min-width: 0px;
  position: relative;
  overflow: auto;
  top: 1rem;
  z-index: 998;
}

.card-content {
  margin: 0;
  display: flex;
  width: 100%;
}

.card {
  overflow: auto;
  background-color: rgba(12, 12, 12, .9);
  color: #fff;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 60vh 0;
  position: relative;
}

.card .card-content {
  width: 85vw;
  padding: 1.5rem 0;
  position: relative;
  margin: 0;
}

.card-interstitial {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 60vh 0;
  text-align: center;
}

.card-interstitial .video-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 90%;
  height: 680px;
  min-height: 0;
}

video {
  display: block;
  margin: 0 auto;
  border-radius: 9px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

small {
  display: inline-block;
  font-size: .75rem;
  font-weight: 400 !important;
}
.blockquote {
  width: 80%;
  margin: 2rem auto;
  line-height: 1.4;
  font-style: italic;
  text-align: left;
  font-size: 1.3rem;
}

.thumbnail {
  flex: 1 1 auto;
  display: flex;
  height: 240px;
  width: 48%;
  cursor: pointer;
  opacity: .9;
  z-index: 999;
  position: relative;
}
.thumbnail-fullwidth {
  flex: 1 1 auto;
  display: flex;
  height: 240px;
  width: 98%;
  cursor: pointer;
  opacity: .9;
  z-index: 999;
}
.thumbnail.video-wrapper {
  display: table;
  margin: 1rem 0 0 0;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  border-radius: 8px;
}

.thumbnail-v {
  height: 360px;
  cursor: pointer;
  position: relative;
  flex: 1 1 auto;
  border-radius: 8px;
  overflow: hidden;
}

.thumbnail-v iframe {
  object-fit: cover;
  object-position: top left;
}

.thumbnail-v2 {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 8px;
  overflow: hidden;
}

.thumbnail-v2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.width-height-100 {
  width: 100%;
  height: 100%;
}

.thumbnails_section {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 1rem;
  align-content: flex-start;
  max-width: 48vw;
  margin-right: 2vw;
  padding-left: 1rem;
}

.thumbnails_section::after {
  content: "";
  flex-grow: 9;
}

.summary_section {
  width: 44vw;
  height: 100%;
  flex: 1 1 auto;
  margin-top: .75rem;
  overflow-wrap: break-word;
  text-align: justify;
}

.background-rob {
  background-image: url("../img/rob_5.webp");
  background-size: cover;
  opacity: .9;
  width: 320px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  overflow: clip;
}
.background-dark {
  background-size: cover;
  opacity: .85;
  width: 100vw;
  height: 140dvh;
  position: absolute;
  top: 43px;
  left: 0;
  overflow: clip;
  -webkit-mask: radial-gradient(ellipse 50% 25% at 50% 25%, transparent, #fff 40%);
mask: radial-gradient(ellipse 88% 87% at 50% 26%, transparent, #000 32%);
  background-image: url("../img/bg_dark.webp");
}

.background-risesmart {
  background-image: url("../img/rs_feed_wireframe.webp");
  background-size: cover;
  opacity: .6;
  width: 100vw;
  height: 200vh;
  position: absolute;
  /*transform: translate3d(0px, 132px, 0px);
		*/
}

.background-couchbase1 {
  background-image: url("../img/ws_couchbase1_1.webp");
  background-size: cover;
  background-repeat: repeat-y;
  opacity: .5;
  width: 100vw;
  height: 140vh;
  position: absolute;
}

.background-couchbase2 {
  background-image: url("../img/couchbase_rebalance1.webp");
  background-size: cover;
  background-position: center;
  opacity: .75;
  width: 100vw;
  height: 140vh;
  position: absolute;
}

.background-couchbase3 {
  background-image: url("../img/couchbase_stats-per-service_whtbrd.webp");
  background-size: cover;
  opacity: .75;
  width: 100vw;
  height: 240vh;
  position: absolute;
}

.background-incremento1 {
  background-image: url("../img/inc_roadway.webp");
  background-size: cover;
  opacity: .75;
  width: 100vw;
  height: 140vh;
  position: absolute;
}

.background-wanderful1 {
  background-image: url("../img/wanderful_3.webp");
  background-size: cover;
  opacity: .75;
  width: 100vw;
  height: 140vh;
  position: absolute;
}

.background-coupons1 {
  background-image: url("../img/coupons_wires.webp");
  background-size: cover;
  opacity: .75;
  width: 100vw;
  height: 140vh;
  position: absolute;
}

.background-coupons2 {
  background-image: url("../img/giq_handoff.webp");
  background-size: cover;
  opacity: .75;
  width: 100vw;
  height: 140vh;
  position: absolute;
}

.cb-logo {
  width: auto;
  height: 40px;
  margin-left: -.5rem;
}

.inc-logo {
  width: 8.5rem;
  height: 3rem;
  background-color: #fff;
  background-image: url("../img/incremento_logo_med.png");
  background-position: center center;
  background-size: 80%;
  background-repeat: no-repeat;
  border-radius: 20px;
  margin: auto .5rem auto -.75rem;
}

.rise-logo {
  width: 5rem;
  height: 3rem;
  background-color: #fff;
  background-image: url("../img/risesmart_logo_sml.jpeg");
  background-position: center center;
  background-size: 70%;
  background-repeat: no-repeat;
  border-radius: 20px;
  margin-right: .5rem;
}

.coupons-logo {
  width: 5rem;
  height: 3rem;
  background-color: #fff;
  background-image: url("../img/coupons_logo.webp");
  background-position: center center;
  background-size: 97%;
  background-repeat: no-repeat;
  border-radius: 20px;
  margin-right: .5rem;
}

.wanderful-logo {
  width: 6rem;
  height: 4rem;
  background-color: #fff;
  background-image: url("../img/wanderful-logo.webp");
  background-position: center center;
  background-size: 90%;
  background-repeat: no-repeat;
  border-radius: 20px;
  margin-right: .5rem;
}

nav a {
  display: block;
  cursor: pointer;
  line-height: 1.2;
}
nav {
  background-color: rgba(22, 22, 22, 0.95);
  color: #fff;
  padding: 24px 20px;
  opacity: .9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 20%);
  border-radius: 9px 0 0 9px;
	z-index: 999;
}

#nav1 {
  position: fixed;
  top: 10vh;
  right: 0;
  width: 164px;
  transition: all .5s ease-in-out;
  z-index: 999;
}


#nav1.show {
  right: 0;
	opacity: 1;
  /* Slide in from the right */
}

#menu-toggle {
  width: 2rem;
  height: 2rem;
  position: fixed;
  font-size: 2rem;
  cursor: pointer;
  top: 1rem;
  right: 1rem;
  z-index: 9999;
  display: none;
}

#top_nav {
  position: fixed;
  display: flex;
  align-items: center;
  bottom: 1rem;
  right: 1rem;
  z-index: 1000;
  background-color: #fff;
  padding: .5rem 1rem;
  border-radius: 3px;
  border-width: 0;
  color: #000;
  font-weight: 500;
  font-size: .875rem;
}

#top_nav:hover {
  background-color: #e7e7e7;
  color: #0071B2;
  cursor: pointer;
  opacity: 1;
}

#moreintro {
  margin-bottom: 1rem;
  margin-right: 2rem;
}

.showmore-link {
  margin: 0 0 1.5rem 0;
}

.adobe-tv {
  width: 100%;
  height: 10%;
  max-width: 980px;
}

.adobe-link-less {
  display: inline;
}

.icon-fixedw {
  position: relative;
  min-width: 32px;
  text-align: center;
  margin: auto 1rem auto 0;
}

b {
  font-weight: 700;
}
ol {
  margin-left: 1rem;
}
.italic {
  font-style: italic;
}

.wider {
  letter-spacing: 4%;
}

.nowrap {
  overflow: auto;
  white-space: nowrap;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

i.fa {
  font-size: 1.5rem;
}

i.fa-xhalf {
  font-size: 1rem;
}

i.fa-2x {
  font-size: 3rem;
}

.flex-wrap {
  flex-wrap: wrap;
}

.row {
  display: flex;
  min-height: 1rem;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.items-top {
  align-items: stretch;
}

.flex {
  display: flex;
  align-items: center;
}

.flex-left {
  justify-content: flex-start;
}

.flex-right {
  justify-content: flex-end;
}
.flex-vertical {
  flex-direction: column;

}

.flex-grow {
  flex-grow: 2;
}

.flex-center {
  justify-content: center;
}

.font-fine {
  font-size: .65rem;
}

.width-100 {
  width: 100%;
}
.width-50 {
  width: 50%;
}
.width-35 {
  width: 35%;
}
.margins-0 {
	margin: 0;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.z4 {
  z-index: 4;
}

.z5 {
  z-index: 5;
}

.z-hi {
  z-index: 99;
}

.z-higher {
  z-index: 999
}

.hide {
  opacity: 0;
}

.show {
  opacity: .8;
}

.show-button {
  opacity: .4;
}

.is-hidden {
  display: none;
}

.bigger {
  font-size: 160%;
  font-weight: 600;
  letter-spacing: -.5px;
}

.biggerx2 {
  font-size: 320%;
  font-weight: 600;
}

.orange {
  color: #E46857;
}
.orange_brdr {
  border-color: #E46857 !important;
  min-height: 100px;
  height: 100%;
  width: 52%;
  border: solid 4px;
  border-width: 0 0 4px 4px;
  margin: 54px 0 48px 48%;
}

.video {
  width: 100vw;
  display: flex;
  justify-content: center;
  background-color: #e5e5e5;
  border-radius: 16px;
}

.float-left {
  float: left;
}

/* margins ------------------------------------------------------------ */
.margin-0 {
  margin: 0 !important;
}

.margin-quarter {
  margin: .25rem !important;
}

.margin-1 {
  margin: 1rem !important;
}

.margin-quarter:last-child {
  margin: .25rem 0 !important;
}

.margin-top-neg-half {
  margin-top: -.5rem !important;
}

.margin-top-neg-1 {
  display: inline-block;
  margin-top: -1rem !important;
}

.margin-top-neg-2 {
  margin-top: -2rem !important;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.margin-top-quarter {
  margin-top: .25rem !important;
}

.margin-top-half {
  margin-top: .5rem !important;
}

.margin-top-1 {
  margin-top: 1rem !important;
}

.margin-top-1-5 {
  margin-top: 1.5rem !important;
}

.margin-top-2 {
  margin-top: 2rem !important;
}

.margin-top-4 {
  margin-top: 4rem !important;
}

.margin-right-zero {
  margin-right: 0 !important;
}

.margin-right-0 {
  margin-right: 0 !important;
}

.margin-right-quarter {
  margin-right: .25rem !important;
}

.margin-right-half {
  margin-right: .5rem !important;
}

.margin-right-1 {
  margin-right: 1rem !important;
}

.margin-right-15 {
  margin-right: 1.5rem !important;
}

.margin-right-2 {
  margin-right: 2rem !important;
}

.margin-right-25 {
  margin-right: 2.5rem !important;
}

.margin-right-3 {
  margin-right: 3rem !important;
}

.margin-right-35 {
  margin-right: 3.5rem !important;
}

.margin-right-4 {
  margin-right: 4rem !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-bottom-quarter {
  margin-bottom: .25rem !important;
}

.margin-bottom-half {
  margin-bottom: .5rem !important;
}

.margin-bottom-1 {
  margin-bottom: 1rem !important;
}

.margin-bottom-1-5 {
  margin-bottom: 1.5rem !important;
}

.margin-bottom-2 {
  margin-bottom: 2rem !important;
}

.margin-bottom-3 {
  margin-bottom: 3rem !important;
}

.margin-bottom-4 {
  margin-bottom: 4rem !important;
}

.margin-bottom-neg-1 {
  margin-bottom: -1rem !important;
}

.margin-left-0 {
  margin-left: 0 !important;
}

.margin-left-quarter {
  margin-left: .25rem !important;
}

.margin-left-half {
  margin-left: .5rem !important;
}

.margin-left-1,
.indent-1 {
  margin-left: 1rem !important;
}

.margin-left-1-5,
.indent-1-5 {
  margin-left: 1.5rem !important;
}

.margin-left-2,
.indent-2 {
  margin-left: 2rem !important;
}

.margin-left-2-5,
.indent-2-5 {
  margin-left: 2.5rem !important;
}

.margin-left-3,
.indent-3 {
  margin-left: 3rem !important;
}

.margin-left-neg-1 {
  margin-left: -1rem !important;
}

.margin-auto {
  margin: auto;
}
.margins-2 {
  margin: 2rem;
}

/* padding ------------------------------------------------------------- */
.padding-0 {
  padding: 0 !important;
}

.padding-quarter {
  padding: .25rem !important;
}

.padding-half {
  padding: .5rem !important;
}

.padding-1 {
  padding: 1rem !important;
}

.padding-left-0 {
  padding-left: 0 !important;
}

.padding-left-half {
  padding-left: .5rem !important;
}

.padding-left-1 {
  padding-left: 1rem !important;
}

.padding-left-1-5 {
  padding-left: 1.5rem !important;
}

.padding-left-2 {
  padding-left: 2rem !important;
}

.padding-left-2-5 {
  padding-left: 2.5rem !important;
}

.padding-right-0 {
  padding-right: 0 !important;
}

.padding-right-min {
  padding-right: .25rem !important;
}

.padding-right-half {
  padding-right: .5rem !important;
}

.padding-right-1 {
  padding-right: 1rem !important;
}

.padding-bottom-6 {
  padding-bottom: 6rem !important;
}

.padding-top-1 {
  padding-top: 1rem !important;
}

.debug-outline {
  border: 1px dashed red;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* Modal Content (image) */
.modal-content {
  margin: 2rem auto 0 auto;
  display: block;
  height: auto;
  width: auto;
  max-width: 80%;
  min-width: 0px;
  max-height: 94%;
}

/* Caption of Modal Image */
#caption {
  margin: 1rem auto;
  display: block;
  width: 80%;
  text-align: center;
  color: #ccc;
  padding: 0;
  height: 32px;
}

/* Add Animation */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* Navigation buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.3s;
  user-select: none;
}

.next {
  right: 35px;
}

.prev {
  left: 35px;
}

.prev:hover,
.next:hover {
  color: #bbb;
}
.modal-content {
  border-radius: 13px;
}


/* END MODAL stuff ########################################### */
/* floating image animation */
.floating-image {
  position: absolute;
  width: 100px;
  /* Adjust as needed */
  height: 100px;
  /* Adjust as needed */
  animation: float 10s infinite;
}

.floating-image:nth-child(1) {
  animation-delay: 0s;
}

.floating-image:nth-child(2) {
  animation-delay: 2s;
}

.floating-image:nth-child(3) {
  animation-delay: 4s;
}

@keyframes float {
  0% {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(200px, 100px);
  }

  50% {
    transform: translate(-200px, -100px);
  }

  75% {
    transform: translate(100px, -200px);
  }

  100% {
    transform: translate(0, 0);
  }
}
.wrap {
  white-space: normal;
  overflow: unset;
}

@media screen and (max-width: 900px) {
  .card-splash {
    border-radius: 32px;
    background-color: rgba(255,255,255, .9);
    border: 1px solid #222;
    margin: 0 0 100vh 0;
    padding: 0;
    width: 70%;
    min-width: 0px;
    position: relative;
    overflow: auto;
    top: 1rem;
    z-index: 998;
  }
}

/* Use a media query to add a breakpoint at 780px: */
@media screen and (max-width: 680px) {

  a.borderless.utility {
    color: #fff;
    padding: 0 1rem 0 0;
  }
  a.utility:hover {
    color: #fcfcfc;
  }

  #nav1 {
     right: -240px; /* Move off-screen */
     opacity: 0;
   }
   #menu-toggle {
    display: inline-block; /* Show menu button */
  }
  .resp-wrap {
    flex-wrap: wrap;
  }
  .resp-hide {
    display: none;
  }
  .resp-show {
    display: inline-block!important;
  }
  .resp-100 {
    margin-right: 35vw;
  }
  .card .card-content {
    width: 100vw;
  }
  .card-splash {
    width: 98%;
    margin: 1rem 0;
    top: 0;
  }
  p, ul, ol, a, div, span {
font-size: .875rem !important;
  }
  header {
    flex-wrap: wrap;
    overflow: visible;
    height: 42px;
    padding: 0 1rem;
    position: relative;
    top: 0;
    left: 0;
  }
  .margin-left-1 { margin-left: 2px}
  .margin-right-half { margin-right: 2px}
  .margin-right-3 {
    margin-right: 0 !important;
  }

  .background-dark {
    top: 43px;
    height: 140dvh;
  }

  .bio {
    margin-left: 1rem;
  }
  .modal-content {
    width: 100%;
  }
  .orange_brdr {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .resp-hide-sml {
   display: none;
  }
}
