/* === CONTACT PAGE STYLES === */

/* Page-level overrides */
#contact{
  padding-top:clamp(16px,3vw,24px);
}
.contact-sub{
  font-size:18px;
  color:var(--blue);
  letter-spacing:-.2px;
  margin-bottom:clamp(32px,5vw,48px);
}

/* Map */
.contact-map{
  width:100%;
  height:400px;
  border-radius:16px;
  overflow:hidden;
  background:var(--wb);
}
.contact-map iframe{
  width:100%;
  height:100%;
  border:0;
}

/* Responsive */
@media(max-width:560px){
  .contact-map{height:300px}
}
