/* Global stylesheet */
* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#fp-nav.fp-right {
  right: 16px !important;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #ffffff !important;
}

#fullpage {
  transition: transform 700ms ease 0s !important;
}

.ReactModal__Overlay {
  background-color: rgba(0, 0, 0, 0.5) !important;
  z-index: 9999;
  overflow: auto;
}

.ReactModal__Content {
  opacity: 0;
}

.ReactModal__Content--after-open {
  opacity: 1;
  transition: opacity 150ms;
}

.ReactModal__Content--before-close {
  opacity: 0;
}
