.white {
	color: white;
}

.lightGrey {
  color: #c7c7c7;
}

.allcaps {text-transform: uppercase;}

.parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.footer-div {
  padding: 25px;
  color: white;
          display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
}



.title {
  color: white;
  text-transform: uppercase;
}
.sm-title {
  color: white;
  text-transform: uppercase;
  font-size: 18px;
}

.separator {
  height: 10px;
  background-color: #217fc3;
}

.page-header{
  height: 400px;
}