.white {
	color: white;
}

.allcaps {text-transform: uppercase;}

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

.footer-grey-bg {
  background-color: #585855;
  color: white;
  text-align: left;
  font-size: 12px;
}

.grey-bg {
  background-color: #585855;
}

.footer-lightgrey-bg {
  background-color: #cfcccb;
  text-align: right;
}

.footer-div {
  padding: 50px;
}

.footer-links a {
color: #585855; padding-right: 20px;
text-transform: uppercase;
font-size: 10px;
}

.footer-links a:hover {
 color: red;
}

.my-row {
  display: flex;
  align-items: center; /* Vertically center the items */
}

.separator-container{
  height: 10px;
}

.separator-1{
  background-color: #8ab7b9;
}
.separator-2{
  background-color: #575754;
}
.separator-3{
  background-color: #dabd2e;
}
.separator-4{
  background-color: #eb8553;
}

.padding50{
  padding: 50px;
}

.header {
  height: 120px;
  padding: 50px;
}

.header-title{
  text-transform: uppercase;
  color: white;
  font-size: 40px;
  margin-top: 0px;
}

.yellow-bg {
background-color: #dabe2f;
}

.red-bg {
background-color: #ec8552;
}

.service {
  display: flex;
  align-items: center;
}

p, li {
  font-size: 16px;
}

@media only screen and (max-width: 600px) {
.header-title{
font-size: 25px;
  margin-top: -20px;
  margin-left: -20px;
}
}

