/* Styles for the demo */
h1 {
  font-size: 6em;
  font-size: calc(2em + 2vw);
  font-family: arial, helvetica;
  margin: 0;
}

.section {
  text-align: center;
  font-family: arial, helvetica;
  color: #A64739;
}

/* Backgrounds colors for sections */
.fp-section {
  background-image: linear-gradient(128deg, #E4D9CD, #E4D9CD);
}

.fp-watermark{
  display: none;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: white;
}
