#fw-section-header {

a{
  text-transform: lowercase;
}
.header{
  border-bottom: 1px solid rgba(145, 145, 145, 0.2);
  backdrop-filter: blur(10px);
}


}







#fw-section-footer {

a {
  text-transform: lowercase;
}
.footer, .footer--center, .section-fw-section-footer-padding{
  background-color: white;
  border-top: 1px solid rgba(145, 145, 145, 0.2);
}
}
#fw-section-hero-0 {

.hero__content, hero__content--center{
  padding-top: 130px; 
}
h1,p{
  opacity: 70%;
  filter: drop-shadow(0px 2px 0.3px #fff);
}
}