html body {
  height: 100vh;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-color: rgb(255, 45, 85, 1.0);
}

.content{
  background-color: rgb(255, 255, 255, 1.0);
}

.caption {
  text-align: center;
  font-size: 14px;
  padding-top: 5px;
}

.epimemo_icon_big {
  width: 100px;
  height: 100px;
  border-radius: 20px;
  margin-bottom: 30px;
}

.epimemo_icon_small {
  width: 40px;
  height: 40px;
}

.epimemo_icon_small {
  visibility: hidden;
}

.epimemo_icon_small.scrolled {
  visibility: visible;
}

.btn {
  border-radius: 45px;
  padding: 5px 45px 5px 45px;
  margin-bottom: 50px;
  color: #ffffff !important;
  background-color: #FF2D55;
}

.btn-nav-cta {
  margin-bottom: 0;
  margin-right: 0;
  padding: 5px 25px 5px 25px;
  font-size: 16px;
}

.pink {
  color: rgb(255, 45, 85, 1.0) !important;
}

ul li a.pink18 {
  color: rgb(255, 45, 85, 1.0) !important;
  font-size: 18px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* hero section */

.hero-background {
  background-color: #0e0511;
  background-image: url('../images/background_blur.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  background-size:200% 200%;
  position: relative;
}

.hippo-background {
  background-color: #cccccc;
  background-image: url('../images/hippo.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

:root {
  --hero-device-scale-factor: 2.3;
}

.hero-device {
  transform: rotate(5deg);
}

.hero-shadow {
  position: absolute;
  top: calc(100px / var(--hero-device-scale-factor));
  left: calc(100px / var(--hero-device-scale-factor));
  width: calc(754px / var(--hero-device-scale-factor));
  height: calc(1520px / var(--hero-device-scale-factor));
  background-color: #000;
  border-radius: calc(100px / var(--hero-device-scale-factor));
  z-index: -2;
  opacity: 0.2;
}

.hero-screen {
  position: absolute;
  top: calc(36px / var(--hero-device-scale-factor));
  left: calc(42px / var(--hero-device-scale-factor));
  width: calc(670px / var(--hero-device-scale-factor));
  height: calc(1450px / var(--hero-device-scale-factor));
  z-index: -1;
}

.hero-device-frame {
  width: calc(754px / var(--hero-device-scale-factor));
  height: calc(1520px / var(--hero-device-scale-factor));
}

.bg-dark {
  background-color: #1a1e24;
}
.bg-grey{
  background-color: rgba(0, 0, 0, 0.05);
}

/* the navbar */

.navbar-collapse {
  padding: 8px 0px 8px 0px;
  text-align: center;
}

.navbar-nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
  text-decoration: none;
}

/* links in the text */
a, a:link, a:visited {
  font-size: 22px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
}

a:hover, a:active {
  font-size: 22px;
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
}

/* footer */
a.footer:link, a.footer:visited {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  padding-left: 16px;
  color: rgba(255, 255, 255, 1);
}

a.footer:hover, a.footer:active {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  padding-left: 16px;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
}

span.copyright {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
}

span.fineprint {
  font-size: 16px;
  font-style: italic;
}

/* links in the nav */
.navbar-nav .nav-item .nav-link:link,
.navbar-nav .nav-item .nav-link:visited,
.jbe-logo .nav-link:link,
.jbe-logo .nav-link:visited,
.nav-link.icon,
.nav-link.icon:visited {
  color: rgba(16, 24, 32, 1);
  transition: 0.3s;
}

.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link:active,
.jbe-logo .nav-link:hover,
.jbe-logo .nav-link:active,
.nav-link.icon:hover,
.nav-link.icon:active {
  color: rgba(16, 24, 32, 0.7);
}

.theme-dark {
  color: rgba(255, 255, 255, 1);
}

.navbar-nav .nav-item .theme-dark:link,
.navbar-nav .nav-item .theme-dark:visited,
.jbe-logo .theme-dark:link,
.jbe-logo .theme-dark:visited,
.nav-link.icon.theme-dark,
.nav-link.icon.theme-dark:visited,
.link.theme-dark,
.link.theme-dark:visited {
  color: rgba(255, 255, 255, 1);
  transition: 0.3s;
}

.navbar-nav .nav-item .theme-dark:hover,
.navbar-nav .nav-item .theme-dark:active,
.jbe-logo .theme-dark:hover,
.jbe-logo .theme-dark:active,
.nav-link.icon.theme-dark:hover,
.nav-link.icon.theme-dark:active,
.link.theme-dark:hover,
.link.theme-dark:active {
  color: rgba(255, 255, 255, 0.7);
}

/* main fullscreen split page */
.fullpage-hero {
  background-position: 50% 50%;
  background-size: cover;
}

.fullpage-split {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.full-height {
  height: 66vh;
  max-height: 600px;
}

.bg-image {
  background-position: 50% 50%;
  background-size: cover;
  box-sizing: border-box;
  display: block;
}

/* page layout */
.container-fluid,
.container {
  // Disable large-desktop breakpoint.
  max-width: 910px;
}

div[class^="col-"], div[class*=" col-"] {
  padding-right: 25px;
  padding-left: 25px;
}

.padding-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.padding-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.padding-130-bottom {
  padding-bottom: 130px
}

.padding-130-top {
  padding-top: 130px;
}

.padding-90-top {
  padding-top: 90px
}

.padding-90-bottom {
  padding-bottom: 90px
}

.no-padding {
  padding: 0px 0px 0px 0px !important;
}

.no-margin {
  margin: 0px 0px 0px 0px !important;
}

.no-border {
  border-width: 0px 0px 0px 0px !important;
}

.side-padding-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.absolute-position {
  width: 100vw;
  position: absolute;
  z-index: 100;
}

/* menu on scrolling */
header .navbar.absolute-position.scrolled {
  position: fixed;
  background-color: rgba(255, 255, 255, 1);
  border-bottom: 0.5px solid rgb(33, 37, 41);
}

header .navbar.absolute-position.fullscreen {
  position: fixed;
  display: block;
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
  height: 100%;
}

header .navbar.absolute-position.fullscreen .navbar-collapse {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

header .navbar.absolute-position.fullscreen .navbar-collapse .nav-item .nav-link {
  font-size: 28px;
  line-height: 50px;
}

.jbe-logo.scrolled,
.jbe-logo.fullscreen {
  position: fixed;
}

.icon {
  color: rgb(16, 24, 32);
  font-size: 22px;
  margin: 0px 10px 0px 0px;
  line-height: 30px;
  margin-bottom: 12px;
}

.emoticon {
  font-size: 100px;
  margin-bottom: 50px;
}

/* typography */
h1, h2, h3, h4, h5 {
  box-sizing: border-box;
  display: block;
}

h1 {
  font-size: 60px;
  line-height: 72px;
  margin-bottom: 30px;
  /* font-weight: 200; */
  font-weight: 600;
}

h2 {
  font-size: 30px;
  line-height: 44px;
  margin-bottom: 18px;
}

h3 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

h4 {
  font-size: 12px;
  line-height: 21px;
  margin-bottom: 13px;
  text-transform: uppercase;
}

h5 {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

p {
  box-sizing: border-box;
  display: block;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 38px;
  color: rgb(33, 37, 41, 0.6);
}

ul {
  color: rgb(33, 37, 41, 0.6);
  margin-bottom: 38px;
  font-size: 18px;
}

li {
  margin-bottom: 8px;
}

strong {
  color: rgb(33, 37, 41, 1);
}

.first-p p:first-letter {
  float: left;
  font-family: Georgia;
  font-size: 65px;
  line-height: 55px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}

.fineprint {
  text-align: right;
}

p.theme-dark {
  color: rgb(255, 255, 255, 0.6);
}

.p-small {
  font-size: 12px;
  line-height: 26px;
  margin-bottom: 24px;
}

/* media queries */
/* viewport lg and smaller */
@media (max-width: 1199.98px) {
  h1 {
    font-size: 48px !important;
    line-height: 62px !important;
    margin-bottom: 25px !important;
  }
}

/* viewport md and smaller */
@media (max-width: 991.98px) {
  :root {
    --hero-device-scale-factor: 2.8;
  }
}

/* viewport sm and smaller */
@media (max-width: 767.98px) {
  .fullpage-hero, .fineprint {
    text-align: center;
  }
  .fineprint a.footer {
    display: flex;
    justify-content: center;
    padding: 16px 0px 0px 0px;
  }
}

/* viewport xs */
@media (max-width: 575.98px) {
  h1 {
    font-size: 36px !important;
    line-height: 48px !important;
    margin-bottom: 25px !important;
  }

  :root {
    --hero-device-scale-factor: 3;
  }

}
