h1 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  /*font-family: sans-serif;*/
  text-align: center;
  color: white;
}

h2 {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  /*font-family: sans-serif;*/
  text-align: center;
  color: rgb(248, 244, 244);
}

h3 {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  /*font-family: sans-serif;*/
  text-align: center;
  color: rgb(248, 244, 244);
}

p {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  /*font-family: sans-serif;*/
  text-align: center;
  color: rgb(248, 244, 244);
}

#fullPage .section {
  background-size: cover;
  background-position: center;
}

.s1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),  url("../images/one.jpg");
}

.s2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),  url("../images/two.jpg");
}

.s2 h1 {
  font-size: 2em;
  color: rgb(251, 248, 248);
}

.s1 h1 {
  font-size: 3em;
  color: rgb(251, 248, 248);
}

.s3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),  url("../images/three.jpg");
}

span {
  background: white !important;
}

.fp-slidesNav ul {
  text-align: center;
}
