.nav-pills {
  font-size:1.6em;
}

h1 {
  font-color: #ffffff;
  Font-size: 5em;
  padding-top:.5em;
}

.btn-default {
}

body {
  background-color: #000; 
  color: white;
  font-family: Raleway;
}

body a {
  color: #fff;
}
.page1 {
  background-image: url("https://images.unsplash.com/photo-1471520201477-47a62a269a87?dpr=2&auto=format&fit=crop&w=1500&h=1001&q=80&cs=tinysrgb&crop=&bg=");
  height: 600px;
  background-position: 70% 50%;
}

.page3 {
  background-image: url("https://images.unsplash.com/photo-1464491965784-a12f0f70642b?dpr=2&auto=format&fit=crop&w=1500&h=1000&q=80&cs=tinysrgb&crop=&bg=");
  height: 800px;
  background-position: 20% 70%;
  color: #fff;
}


.page4 {
  background-image: url("https://images.unsplash.com/photo-1449247709967-d4461a6a6103?dpr=2&auto=format&fit=crop&w=1500&h=1000&q=80&cs=tinysrgb&crop=&bg=");
  height: 800px;
  background-position: 50% 70%;
  color: #000;
}

.form-group {
  width: 70%;
  padding-left:30%;
  text-align:left;
}

label {
  text-align:left;
}


