      .area-label {
        font-family: sans-serif;
        fill-opacity: 0.7;
        fill: white;
      }
      path {
        fill-opacity: 0.9;
      }

      div.tooltip {
        position: absolute;
        /*text-align: center;
        width: 60px;
        height: 28px;
        padding: 2px;
        font: 12px sans-serif;
        background: lightsteelblue;
        border: 0px;*/
        border-radius: 8px;
        pointer-events: none;
      }

      /* Custom Stylesheet */
      /**
       * Use this file to override Materialize files so you can update
       * the core Materialize files in the future
       *
       * Made By MaterializeCSS.com
       */

      nav ul a,
      nav .brand-logo {
        color: #444;
      }

      p {
        line-height: 2rem;
      }

      .button-collapse {
        color: #26a69a;
      }

      .parallax-container {
        min-height: 380px;
        line-height: 0;
        height: auto;
        color: rgba(255,255,255,.9);
      }
        .parallax-container .section {
          width: 100%;
        }

      @media only screen and (max-width : 992px) {
        .parallax-container .section {
          position: absolute;
          top: 40%;
        }
        #index-banner .section {
          top: 10%;
        }
      }

      @media only screen and (max-width : 600px) {
        #index-banner .section {
          top: 0;
        }
      }

      .icon-block {
        padding: 0 15px;
      }
      .icon-block .material-icons {
        font-size: inherit;
      }

      footer.page-footer {
        margin: 0;
      }

      .svg-container {
          display: inline-block;
          position: relative;
          width: 100%;
          padding-bottom: 32%; /* aspect ratio */
          vertical-align: top;
          overflow: hidden;
      }
      .svg-content-responsive {
          display: inline-block;
          position: absolute;
          top: 10px;
          left: 0;
      }
