body {
   font-family: Helvetica, Verdana, Arial, sans-serif; 
   font-size: medium;
   background-color: #fafafc;
   padding: 0px;}
h1 {
   color: #000000;
   font-family: Helvetica;
   padding-left: 10px;
   padding-right: 10px;
   font-size: 26px; }
h2 {
   color: #000000;
   font-family: Helvetica;
   padding-left: 10px;
   padding-right: 10px;
   font-size: 24px; }
h3 { color: #000000;
   font-family: Helvetica;
   padding-left: 10px;
   padding-right: 10px;
   font-size: 20px; }
h4 { color: #000000;
   font-family: Helvetica;
   padding-left: 10px;
   padding-right: 10px;
   font-size: 18px; }
h5 { color: #000000;
   font-family: Helvetica;
   padding-left: 10px;
   padding-right: 10px;
   font-size: 16px; }
h6 { color: #000000;
   font-family: Helvetica;
   padding-left: 10px;
   padding-right: 10px;
   font-size: 14px; }
blockquote {
   font-family: Helvetica;
   font-size: 24px;
   font-style: italic;
   text-align: justify;
   text-justify: inter-word;
   border-top: 1px solid #000000;
   border-bottom: 1px solid #000000;
   width: 410px;
   margin-left: auto;
   margin-right: auto;
   padding: 0.25em 20px;
   line-height: 1.45;
   position: relative;
   color: #383838; }
blockquote:before {
   display: block;
   content: "\201c";
   position: absolute;
   font-size: 80px;
   margin-top: 5px;
   left: -20px;
   top: -20px;
   color: #7a7a7a; }
blockquote cite {
   color: #999999;
   font-size: 18px;
   display: block;
   margin-top: 5px; }
blockquote cite: before {
   content: "\2014 \2009"; }
p {
   font-family: Helvetica;
   font-size: 18px;
   line-height: 1.5em;
   padding-left: 10px;
   padding-right: 10px;
   margin-top: 0px;   
   margin-right: 0px; 
   margin-bottom: 0px;
   margin-left: 0px;
   color: #000000;
   } 
/* The dot indicates this is a class called 'p2' */
.p2 {
   font-family: Helvetica, Arial, sans-serif;
   font-size: 8px;
   line-height: 1.5;
   padding-left: 10px;
   padding-right: 10px;
   margin: 0; /* This sets top, right, bottom, and left to 0px all at once */
   color: #000000;
}
/* Styling for lists to match paragraph text */
ul, ol {
    padding-left: 40px; /* Provides standard indentation */
    margin-bottom: 15px;
}

li {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    color: #000000;
    margin-bottom: 5px; /* Adds a little space between list items */
}
.line {
   border-bottom: 1px dotted #797979;
   }
.welcometitle {
   color: #ffffff;
   font-family: Helvetica;
   font-size: 120%;
   font-weight: bold;
   line-height: 1.5em;
   letter-spacing: 0.04em;
   padding: 106px;
   padding-left: 82px;
   paddin-right: 589px;
   padding-top: 106px;
   padding-bottom: 0px;
   }
.welcome {
   color: #ffffff;
   font-family: Arial;
   font-size: 14px;
   line-height: 1.5em;
   letter-spacing: 0.02em;
   padding: 106px;
   padding-left: 82px;
   paddin-right: 589px;
   padding-top: 10px;
   padding-bottom: 86px;
   }

/* urls and hyperlinks */
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {color: #000000; text-decoration:none;}
h1 a:hover, h2 a:hover, h3 a:hover {color: red; text-decoration:none;}
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited {color: blue; text-decoration:none;}
h4 a:hover, h5 a:hover, h6 a:hover {color: red; text-decoration:none;}
a:link {color:blue; text-decoration:none}
a:visited {color:gray; text-decoration:none}
a:hover {color:red; text-decoration:none}

/* header */
#allcontent {
   width: 980px;
   padding-top: 0px;
   padding-bottom" 0px;
   background-color: #ffffff;
   margin-left: auto;
   margin-right: auto;
   }
#header {
   float: left;
   background-image: url(images/headerimage.jpg);
   background-position: top left;
   background-repeat: no-repeat;
   margin-bottom: 0px;
   height: 99px;
   width: 980px;
   }
#header #socialmediabuttons {
   float: right;
   margin-right: 0px;
   text-align: right;
   display: inline;
   margin-top: 34px;
   }
#header #socialmediabuttons ul {
   display: inline;
   width: 100px;
   }   
#header #socialmediabuttons ul li {
   display: inline;
   float: left;
   margin: 0px;
   padding: 0px;
   }
#header #socialmediabuttons img {
   float: left;
   display: inline;
   margin: 0px;
   padding-left: 10px;
   }
br.clear {
   clear: both;
   }

/* navigation menu */
#nav {
   background: #000;
   padding-top: 6px;
   padding-bottom: 6px;
   }
#mainnav {
   background: #000;
   padding: 8px;
   border: 1px #727272 solid;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: 5px;
   margin-right: 5px;
   text-align: center;
   }
#mainnav li {
   display: inline;
   }
#mainnav li a {
   color: #fff;
   font-size: small;
   font-weight: bold;
   letter-spacing: 0.06em;
   margin: 0 5px;
   text-transform: uppercase;
   }
#mainnav li a:hover {
   color: #479CDF;
   }

/* main content and sidebars */
#borderwrapper-outer {
   float: left;
   background-color: #daf0fd;
   padding: 5px;
   margin: 0px;
   }
#borderwrapper-inner {
   float: left;
   background-color: #daf0fd;
   padding: 10px;
   border: 1px #727272 solid;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   }
#speakingpanel {
   width: 980px;
   height: 310px;
   text-align: left;
   padding: 0px;
   margin: 0px;
   font-size: small;
   }
#main {
   float: left;
   background-color: #daf0fd;
   max-width: 980px;
   text-align: left;
   padding-top: 5px;
   border: 0px;
   margin-right: 5px;
   font-size: small;
   }
#right {
   float: left;
   background-color: #daf0fd;
   width: 316;
   text-align: left;
   padding-top: 0px;
   border: 0px;
   margin-right: 0px;
   margin-left: 16px;
   font-size: small;
   }

/**********************************************************/
/* footer */
/**********************************************************/

#footer {
   background: #000;
   padding-top: 6px;
   padding-bottom: 6px;
   }
#footernav {
   background: #000;
   padding-top: 6px;
   padding-bottom: 6px;
   }
#footernav {
   background: #000;
   padding: 8px;
   border: 1px #727272 solid;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: 5px;
   margin-right: 5px;
   text-align: center;
   }
#footernav li {
   display: inline;
   }
#footernav li a {
   color: #fff;
   font-size: small;
   font-weight: bold;
   letter-spacing: 0.06em;
   margin: 0 15px;
   }
#footernav li a:hover {
   color: #479CDF;
   }
#copyright {
   text-align: center;
   clear: both;
   }


/* images and image properties */
img.align-left {
   float: left;
   margin-right: 10px;
   }
img.align-right {
   float: right;
   margin-left: 10px;
   }
img.align-center {
   float: center;
   margin-left: 0px;
   margin-right: 0px;
   }
.center-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.image-container {
    display: flex;
    justify-content: center; /* Horizontally centers the items */
    gap: 20px; /* Adds space between the images */
}
.documentary-credit-box {
  display: flex;
  align-items: center;
  background-color: #f4f7f9;
  border-left: 5px solid #333;
  padding: 25px;
  margin: 30px 0;
  border-radius: 4px;
}

.credit-icon {
  font-size: 3rem;
  margin-right: 20px;
}

.credit-content h4 {
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.film-link-btn {
  display: inline-block;
  margin-top: 10px;
  color: #0073bb;
  font-weight: bold;
  text-decoration: none;
}

.film-link-btn:hover {
  text-decoration: underline;
}
.center-gallery {
  display: flex;           /* Enables flexbox layout */
  justify-content: center; /* Centers images horizontally */
  align-items: center;     /* Optional: centers images vertically */
  gap: 20px;               /* Adds equal spacing between images */
  flex-wrap: wrap;         /* Allows images to wrap on small screens */
}

.center-gallery img {
  max-width: 100%;         /* Ensures images are responsive */
  height: auto;            /* Maintains original aspect ratio */
}


/**************************** TESTING ***************************/
#content, .wrapper {
    max-width: 980px; /* Adjust this value to match your memorial page's exact width */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box; /* Ensures padding doesn't push width wider */
    padding: 20px; /* Matches standard padding used in layout */
}

/* Container for the Accordion Section */
.speaking-topics-container {
    max-width: 900px;
    margin: 20px auto;
    font-family: Arial, sans-serif; /* Matches standard web fonts */
}

/* Individual Topic Box */
.topic-accordion {
    margin-bottom: 12px;
    border: 1px solid #000000;
    border-radius: 4px;
    overflow: hidden;
}

/* The Clickable Header (Matches your Black Top Nav) */
.topic-accordion summary {
    padding: 18px 25px;
    background-color: #000000;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.1rem;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s;
}

.topic-accordion summary:hover {
    background-color: #333333; /* Subtle hover effect */
}

/* The Content Box (Your Light Blue Background) */
.topic-content {
    padding: 25px;
    background-color: #DAF0FD;
    color: #000000;
    line-height: 1.6;
    border-top: 1px solid #000000;
}

/* Value Proposition Styling */
.value-statement {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px dashed #000000;
    font-style: italic;
}

/* Custom + / - Icon */
.topic-accordion summary::after {
    content: "+";
    font-size: 1.4rem;
}

.topic-accordion[open] summary::after {
    content: "\2212"; /* Unicode for minus sign */
}


/* Container to keep hover buttons aligned */
.image-container {
  display: flex;
  gap: 10px; /* Optional: adds space between buttons */
}

/* Shared styles for both buttons */
.btn-hover {
  display: inline-block;
  text-decoration: none;
  background-size: contain;
  background-repeat: no-repeat;
  transition: background-image 0.3s ease; /* Makes the swap smooth */
}

/* Inquiry Button Specifics */
.inquire-btn {
  width: 441px;
  height: 54px;
  background-image: url('images/registernow.jpg');
}

.inquire-btn:hover {
  background-image: url('images/registernowglow.jpg'); /* ADD YOUR HOVER IMAGE PATH HERE */
}

/* One-Sheet Button Specifics */
.onesheet-btn {
  width: 254px;
  height: 54px;
  background-image: url('images/onesheetbutton2.jpg');
}

.onesheet-btn:hover {
  background-image: url('images/onesheetbutton2glow.jpg'); /* ADD YOUR HOVER IMAGE PATH HERE */
}



/**************************** TEXT BASED HOVER BUTTON ***************************/

/* Ensure the header container allows for absolute positioning */
#header {
    position: relative;
}

.header-cta-btn {
    position: absolute;
    bottom: 12px;       
    right: 20px;        
    background-color: #FDF500; /* Your branding yellow */
    color: #000000 !important; /* Black text for readability */
    padding: 12px 28px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase; 
    letter-spacing: 0.05em;
    text-decoration: none;
    border-radius: 30px;      /* Rounded/pill shape */
    border: 2px solid #000000; 
    transition: all 0.3s ease;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.15);
    z-index: 100;
}

.header-cta-btn:hover {
    background-color: #DAF0FD; /* Light blue from your content area */
    color: #000000 !important; 
    border-color: #000000;
    cursor: pointer;
}
/**************************** Evaluations Grid ***************************/
.testimonial-grid {
  display: grid;
  /* Forces exactly 2 columns on desktop */
  grid-template-columns: 1fr 1fr; 
  gap: 20px;
  margin: 40px 0;
  max-width: 1000px; /* Optional: keeps the grid from getting too wide */
  margin-left: auto;
  margin-right: auto;
}

/* This part ensures that on mobile/small screens, it stacks into 1 column */
@media (max-width: 768px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}

.testimonial-item {
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  padding: 25px;
  border-left: 5px solid #FFD700; 
  box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/************* GLIDE ************/
/* 1. This makes the entire website glide instead of jump */
html {
  scroll-behavior: smooth;
}

/* 2. This ensures the section doesn't hit the very top of the browser window */
#registration-options {
  scroll-margin-top: 50px;
}

/* Optional: If you have a sticky header, increase 50px to 80px or 100px */