/* CSS FOR ALL NOTES */
.heading { color: #cc0000 ; font-weight: bold ; }

/* BACKGROUND IMAGE */
body {
    background-image: url("/lib/images/shadedrelief-tassajarard-14.bw+ffffdd.2278x1111.optimized_quality85.jpg") ;
    background-position: center top, center top, right center;  /* changes topo displayed along sides */
    /* 4GEoverlays background-size: 1000px 3200px, 1010px 3200px, 2598px 1652px; */  /* 1000px => 100px padding outside 800px text div - 1010px => 5 px border - 2598px 1652px => doubled size */
    background-repeat: repeat-y, repeat-y, repeat-y;
    background-attachment: fixed, fixed, fixed;
    margin-top: 0; margin-bottom: 0;
}
/* LIMITED-WIDTH SURROUND */
#limited-width-surround {
  max-width:750px;
  background-color: rgb(255,255,238);  /* rgb(255,255,238)=yellow0 */
  margin-left: auto; margin-right: auto; text-align: center;
  /* BORDER=2SIDES */
  border-left-style:solid;border-left-color:#734d26;border-left-width:6px; border-right-style:solid;border-right-color:#734d26;border-right-width:6px;
}
/* CENTERED LIMITED-WIDTH CONTAINER */
#limited-width-container {
  margin-left:5%; margin-right:5%;
  height: max(100vh,100%); /* but does not seem to work, i.e. for short text does not extend to viewport bottom */
}
@media only screen and (max-width: 480px) {   /* for screens <750px width */
    body { background-image:none; background-color: rgb(255,255,238); margin:5% }
    #limited-width-surround { max-width:100% ; border: none ; }
}
/* ADD VERTICAL MARGIN TO SEPARATE BUTTONS */
.atag-medium-button { margin: 2px 0; }

<!-- FOR BALOO-FONT TITLE -->
/* AS EDITED FROM https://fonts.googleapis.com/css?family=Baloo&amp;text=1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz:-%20 */
/* latin */
@font-face {
  font-family: "Baloo";
  font-style: normal;
  font-weight: 400;
  src: local("Baloo Regular"), local("Baloo-Regular"), url(https://bigsurtrailmap.net/lib/css/baloo-font-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
