/* =========================================================
   KAYLEE-MP3 — MASTER DOTTED BACKGROUND
   ========================================================= */

:root {
  --site-brown: #15110f;

  --site-dots:
    radial-gradient(
      circle at 14% 22%,
      rgba(199, 225, 221, .045) 0 2px,
      transparent 3px
    ),
    radial-gradient(
      circle at 82% 65%,
      rgba(213, 190, 229, .05) 0 2px,
      transparent 3px
    );
}


/* Caboodle */
#junk-drawer,

/* Flip phone */
#phone-message-section,

/* Any future section where you add class="site-dotted-section" */
.site-dotted-section {
  background-color: var(--site-brown) !important;
  background-image: var(--site-dots) !important;
  background-size: 68px 68px, 83px 83px !important;
  background-position: 0 0, 0 0 !important;
  background-repeat: repeat !important;
}