
.main section {
    margin: 0 30px;
    background-image: url(/images/dafestival2025-background.png);
    padding: 0 75px 75px;
}


@media (max-width:767px) {
  .main section {
    margin: 0 0px;
    padding: 0 10px 10px !important;
    background-image: url(/images/dafestival2025-background.png);
  }

  .div col-xs-12 {
    padding: 0 0px 0px !important;
  }
}

.scrapbook-highlight {
  position: relative;
  width: 100%;
  margin: 0px 0px !important; 
  padding: 40px 50px !important;
  margin-bottom: 48px;
  background-image: none !important; /* kill inherited/global bg rules */
  background-color: #ffffff00 !important; /* transparent white */
  text-align: center;

  border: 1px solid #b22222;     /* main red stroke */
  border-radius: 4px;           /* soften corners */
  box-shadow:
    2px 2px 0 #b22222,
    -2px 1px 0 #b22222,
    1px -2px 0 #b22222,
    -1px -2px 0 #b22222;         /* uneven extra strokes */
}


@media (max-width:767px) {
  .scrapbook-highlight {
    padding: 20px 20px !important;
    font-size: 16px;
  }
}

.scrap-strip {
  display: inline-block;
  background: #d8d6cf; /* paper-beige */
  padding: 6px 14px;
  margin: 6px 6px 0 0;
  font-family: "Courier New", monospace;
  font-size: 1.6em;
  font-weight: bold;
  color: #000;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  transform: rotate(-2deg);
}

.scrap-strip.rotated {
  transform: rotate(2deg);
}

.scrap-text {
  margin: 20px 0;
  font-size: 1.1em;
  line-height: 1.5;
  color: #111;
}

.scrap-link {
  display: inline-block;
  margin-top: 12px;
  font-family: "Courier New", monospace;
  font-size: 1.2em;
  font-weight: bold;
  background: #d8d6cf;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
  border-bottom: 3px solid #b22222; /* red underline */
  transform: rotate(-1deg);
  box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.scrap-link:hover {
  background: #cfcac2;
}

