.section-1 {
  background-image: url("../assets/glaive_ltd_london_2.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: scroll;
  background-size: cover;
}

.section-2 {
  background-image: url("../assets/glaive_ltd_london_1.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: scroll;
  background-size: cover;
}

.section-3 {
  background-image: url("../assets/glaive_ltd_london_3.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: scroll;
  background-size: cover;
}

.spacer {
  height: 25px;
}

.arrow {
  color: #ffffff;
  font-size: 5vw;
}

h1 {
  font-family: 'Lato', sans-serif;
  font-size: 7vw;
  color: #ffffff;
}

h2 {
  font-family: 'Lato', sans-serif;
  font-size: 7vw;
  color: #ffffff;
}

h3 {
  font-family: 'Lato', sans-serif;
  font-size: 4vw;
  color: #ffffff; 
}

a, p {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  font-size: 1.1em;
}