html{
    min-height:100%;
    background-color:var(--paper);
    background-image:url(../images/bg-prospect-forest.jpg);
    background-repeat:no-repeat;
    background-position:top center;
    background-size:cover;
    background-attachment:fixed;
  }

body{
    margin:0;
    min-height:100vh;
    background-color:transparent;
    color:var(--ink);
    font-family:"Gill Sans", "Gill Sans MT", Calibri, ui-sans-serif, system-ui, sans-serif;
    padding-inline:0;
    overflow-x:hidden;
  }

nav.tabs.tabs--short-divider{
    border-bottom:none;
  }

nav.tabs--short-divider .tabs__group{
    display:flex;
    align-items:flex-end;
    gap:0.4rem;
    border-bottom:1px solid rgb(153,153,153);
  }

nav.tabs a[data-nav="download"]{
    background:rgb(192,3,3);
    color:#ffffff;
  }

#mapmaker5{
    background:rgb(243,254,243);
    padding:clamp(1.25rem, 5vw, 75px);
  }

.figure{
    margin:0.75rem 0 0;
    border:1px dotted rgb(153,153,153);
    background:#ffffff;
  }

.figure + .figure{
    margin-top:7px;
  }

.figure img{
    display:block;
    width:100%;
    height:auto;
    padding:7px;
    box-sizing:border-box;
  }

.figure figcaption{
    padding:0.15rem 0.5rem 0.3rem;
    font-size:9pt;
    color:#1a3c6e;
    text-align:left;
  }

