/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

header {
  padding: 154px 0 100px;
}

@media (min-width: 992px) {
  header {
    padding: 156px 0 100px;
  }
}

section {
  padding: 150px 0;
}

body {
  font-family: 'Saira Semi Condensed', sans-serif !important;
}

.landingBanner {
  background-image: url("../images/BigSprings3.jpg");
  background-attachment: fixed;
  background-position: center ;
  background-repeat: no-repeat;
  background-size: cover;
  /* width: 1480px; */
}

.spacer {
  height: 150px;
}

.spacer2 {
  height: 250px;
}

.landingText {
  height: 700px;
}

.landingText2 {
  height: 1200px;
}

.problemBanner {
  background-image: url("../images/problem.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.solutionBanner {
  background-image: url("../images/Solution.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contactBanner {
  background-image: url("../images/MesaFalls2.jpg");
  background-attachment: fixed;
  background-position: center 60px;
  background-repeat: no-repeat;
  background-size: cover;
}
