html {
    scroll-behavior: smooth;
  }
  
  /* Main Section */
  .row.contact > * {
      margin-bottom: 1em;
  }
  
  /* Spotlight Section Stylings */
  .bold_header {
      display: block;
      font-size: 2.25em;
      font-weight: 800;
      margin: 0 0 0.7em 0;
  }
  
  /* Embedded iFrame information */
  .embedded_iframe {
      display: block;
      width: 100%;
      height: 100%;
      margin-top: 0.5em;
  }
  
      .embedded_iframe.map_iframe {
          height: 80vh;
      }