footer {
  background: linear-gradient(to bottom, #eae9e5 0%, #fff 45%);
}
/*
.portfolio footer {
  background: linear-gradient(to bottom, #121f35 0%, #fff 45%);
}
*/
footer .contactLink, footer .contactLink a {
	font-size: 13px;
}
.footerColOne img.footerLogo {
  max-width: 300px;
}
.footerSocials {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footerSocials a {
  width: 25px;
  height: 25px;
  margin-right: 12px;
}

.footerSocials span {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 0;
  border-radius: 50%;
  background-color: var(--navyBlue);
  transition: background-color .3s ease-out;
}

.footerSocials span img {
  height: 15px;
  fill: var(--navyBlue);
}
.footerSocials a:last-of-type {
  margin-right: 0;
}

.footerSocials span:hover {
  background-color: var(--gold);
}

.footerWave {
  width: 100%;
  height: auto;
  aspect-ratio: 4.8/1;
  background-image: url("../images/wave-shape-PageBottom-1200pxW.svg");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
}


@media (min-width: 768px) {

}



@media (min-width: 992px) {
  .footerWave {
    background-image: url("../images/wave-shape-PageBottom-1920pxW.svg");
  }
  .footerColOne img.footerLogo {
    max-width: 100%;
  }
  .footerSocials {
    justify-content: start;
  }
  .contactLink {
    display: inline-block;
    margin-right: 16px;
  }
  .contactLink:last-of-type {
    margin-right: 0;
  }
}



@media (min-width: 1200px) {
  .footerWave {
    background-image: url("../images/wave-shape-PageBottom-3200pxW.svg");
  }
}


@media (min-width: 1920px) {

}