/* Background = repeating Arsenal badge */
body{
  margin:0;
  background:#fff url(/mnt/data/A_high-resolution_digital_photograph_captures_Arse.png) repeat;
  background-size:60px;
  font-family:Arial,sans-serif;
  color:#333;
}

/* Headings & section layout */
h1,h2{
  margin:0 0 .6em;
  font-weight:700;
  color:#C8102E;
}
h2{
  font-size:1.2rem;
  border-bottom:2px solid #D4AF37;
  padding-bottom:3px;
  display:inline-block;
}

/* Content blocks */
section,.section,.content{
  background:#fff;
  padding:16px;
  border-radius:8px;
  margin:14px 0;
  box-shadow:0 4px 12px rgba(0,0,0,.05);
}

/* Text & dividers */
p{margin:0 0 .8em;font-size:.95rem}
hr{
  border:0;
  border-top:2px solid #D4AF37;
  width:50%;
  margin:1em auto;
}

/* Profile photo styling */
img.profile-photo, img[alt*="profile"], .profile img{
  display:block;
  margin:10px auto;
  width:140px;
  height:140px;
  object-fit:cover;
  border-radius:50%;
  border:5px solid #D4AF37;
  box-shadow:0 3px 14px rgba(0,0,0,.15);
}

/* Gallery */
.gallery img, .photo-gallery img, .slideshow img{
  max-width:100%;
  border:2px solid #D4AF37;
  border-radius:6px;
  margin:6px 0;
}

/* Memory Wall entries */
.memory-wall-entry, .condolence, .tribute, .comment{
  background:#fff;
  border-left:4px solid #C8102E;
  padding:.7em 1em;
  margin:.8em 0;
  border-radius:6px;
  box-shadow:0 4px 12px rgba(0,0,0,.05);
}

/* Buttons (donate / contribute) */
button,.btn{
  background:#C8102E;
  color:#fff;
  border:0;
  padding:.55em 1.1em;
  border-radius:6px;
  font-weight:700;
  cursor:pointer;
}

/* Floating “Forever in Our Hearts” ribbon */
body:before{
  content:"Forever in Our Hearts";
  position:fixed;
  top:8px;
  left:8px;
  background:#D4AF37;
  color:#111;
  padding:3px 6px;
  border-radius:4px;
  font-size:.68rem;
  font-weight:700;
  transform:rotate(-4deg);
  z-index:10;
}

/* Corner Arsenal watermark */
body:after{
  content:"";
  position:fixed;
  right:8px;
  bottom:8px;
  width:46px;
  height:46px;
  background:url(/mnt/data/A_high-resolution_digital_photograph_captures_Arse.png) center/cover no-repeat;
  opacity:.16;
  border-radius:6px;
  z-index:9;
}

/* Mobile */
@media(max-width:650px){
  body{background-size:40px}
  body:before{font-size:.6rem;padding:2px 5px}
  body:after{width:38px;height:38px}
  h1{font-size:1.4rem}
}