#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	text-transform: uppercase;
	font-weight: 200;
}

.white {
	color: white;
}

.allcaps {text-transform: uppercase;}

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


.footerDiv {
  padding: 80px;
}

@media (max-width: 767px) { 
  .footerDiv {
    padding: 25px;
  }
}


.footerDiv h5 {
	color: white;
}
.footerDiv a {
	color: #c9c9c9;
	text-decoration: none;
}
.footerDiv a:hover {
	color: #fff;
	text-decoration: none;
}

.lightgrey-bg{
background-color: #ebebeb;
padding: 30px;
}

.white-bg{
padding: 30px;
}