/* ===== Base Reset & Typography ===== */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    background-color: white;
    color: black;
    margin:0;
    padding:0;
}

/* Roboto Class */
.roboto-myroboto {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings: "width" 100;
}

/* ===== Layout ===== */
main {
    padding: 20px;
}

/* ===== Header ===== */
header {
    background-color: #fff;
   /* border-bottom: 1px solid #ddd;*/
    padding: 20px;
    text-align: center;
}

header h1 {
    font-size: 1.8rem;
    color: #222;
}

nav {
    margin-top: 10px;
}

nav a {
    margin: 0 10px;
    text-decoration: none;
    color: #007acc;
}

nav a:hover {
    text-decoration: underline;
}

/* ===== Footer ===== */
footer {
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    font-size: 0.9rem;
    color: #666;
}

.footer p {
    font-weight: lighter;
    font-size: 9px;
}

/* ===== Full-width Image ===== */
.full-width-image img {
    width: 100%;
    height: auto;
}

/* ===== Text Boxes ===== */
.text-boxes .text-box {
    width: 58%;
    background-color: #ffffff;
    padding: 2px;
    text-align: center;
    margin-bottom: 5px;
}

.text-box:nth-child(1) {
    font-size: 30px;
    color: rgb(84, 120, 212);
}

.text-box:nth-child(2) {
    font-size: 28px;
    font-weight: 400;
}

.text-box:nth-child(3),
.text-box:nth-child(4),
.text-box:nth-child(5) {
    font-size: 25px;
    font-weight: lighter;
    font-style: normal;
}

.text-box:nth-child(6) {
    font-size: 30px;
    color: rgb(84, 120, 212);
}

/* ===== Button ===== */
.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    padding: 5px 60px;
    color: white;
    border: none;
    cursor: pointer;
}

.btn-primary:hover {
    background-color: #0056b3;
}

/* ===== Custom Text Colors ===== */
.text-gold {
    color: rgb(177,143,33);
}

/* ===== Image Placeholder ===== */
.image-placeholder {
    background-color: #ddd;
    text-align: center;
    height: 400px;
    line-height: 180px;
    margin-bottom: 250px;
}

/* ===== Misc Spacing ===== */
.pdf-link {
    height: 20px;
}

.contact-info {
    margin-top: 50px;
}



.image-column,
.text-column {
    flex: 1;
    margin: 0 15px;
}

.text-column .text-row {
    margin-bottom: 15px;
    text-align: left;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}



.image-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.image-row div {
    flex: 0 1 200px;
}

.image-row img {
    max-width: 100%;
    height: auto;
}
.section-intro {
    font-size: 1.3em;
    font-weight: 600;
    color: #333;
    margin-bottom: 1em;
  }
  

/* ===== Responsive Enhancements ===== */
@media (max-width: 600px) {
    body {
        font-size: 16px;
    }

    nav a {
        display: block;
        margin: 8px 0;
    }

    section, .text-boxes .text-box {
        width: 100%;
        margin: 10px 0;
        padding: 16px;
    }

    header h1 {
        font-size: 1.5rem;
    }

    .image-placeholder {
        height: 250px;
        line-height: 125px;
    }

    .section-10, .section-11, .section-12 {
        height: auto;
        padding: 20px 10px;
    }
}
.custom-navbar {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
    background: #fff;
}

.navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: right;
    flex-wrap: wrap;
    
}

.navbar-logo {
   /* height: 60px;*/
    max-width: 200px;
    height: auto;
}

.navbar-links {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
    
    
}

.navbar-links li {
    display: inline-block;
}

.navbar-links a {
    text-decoration: none;
    color: #007acc;
    font-weight: 500;
}

.navbar-links a:hover {
    text-decoration: underline;
}

@media (max-width: 600px) {
    .navbar-links {
        flex-direction: column;
        align-items: flex-end;
        gap: 10px;
    }
}

.text-box {
    font-weight:300; 
    font-size:22px;
}
.text-boxes{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}


/* ===== Section 12 Styling ===== */
.section-12 {
    background-color: #ffffff;
    height: 400px;
    margin: 30px 0;
}
/* ===== Section 11 Styling ===== */
.section-11 {
    background-color: rgb(199, 214, 248);
    height: 450px;
    margin: 20px 15px;
}

/* ===== Section 10 Styling ===== */
.section-10 {
    background-color: rgb(253, 241, 240);
    height: 400px;
    margin-top: 50px;
    margin-bottom: 30px;
}
.text-row text-gold{
    color: rgb(177, 143, 33);
    font-size: 24px;
    font-weight: 500;
}
/* Section10-specific styles */
.text-row {
   */ border:1px solid red;*/
    margin-bottom: 15px;
    text-align: right;
} 

/* Font sizes and styles for sections 10,11,12 */
.heading-35 {
    font-size: 35px;
    font-weight: 500;
}
.heading-30 {
    font-size: 30px;
    font-weight: 400;
}
.heading-26 {
    font-size: 26px;
    font-weight: 500;
}
.heading-24 {
    font-size: 24px;
    font-weight: 500;
    color: rgb(177, 143, 33); /* optional, if unique to this line */
}
.heading-20 {
    font-size: 20px;
    font-weight: 400;
}
.heading-20b {
    font-size: 20px;
    font-weight: 500;
}

.heading-18{
    font-size: 18px;
    font-weight: 400;
}
.heading-16 {
    font-size: 16px;
    font-weight: 400;
}
.centerit{
    text-align:center;
}

.mt10{margin-top:10px;}
.mb10{margin-bottom:10px;}
/*
.panel1{height:100px; rgb(250, 250, 240);}
.panel2{height:100px; rgb(202, 213, 247);}
.panel3{height:100px; rgb(255, 255, 255);}
*/

section.panel-0 {
    background-color: rgb(250, 250, 240);  /* soft gold */
  }
  
  section.panel-1 {
    background-color: rgb(202, 213, 247);  /* soft blue */
  }
  
  section.panel-2 {
    background-color: rgb(255, 255, 255);  /* white */
  }
  section.panel-0,
  section.panel-1,
  section.panel-2    {
    padding: 20px 0;
    margin: 20px 0;
    
  }
  
  
/* Core Layout */
/* Core layout */
.section-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 2em 0;
    padding: 2em;
    border-radius: 12px;
    gap: 2em;
    background: #f9f9f9;
  }
  
  /* Reverse layout for alternating sections */
  .section-flex.reverse {
    flex-direction: row-reverse;
  }
  
  /* Image styling */
  .image-column img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 0 10px #ccc;
  }
  
  /* Text column */
  .text-column {
    flex: 1;
  }
  
  /* Text rows */
  .text-row.heading-small {
    font-size: 1.1em;
    font-weight: 600;
    color: #444;
    margin-bottom: 0.3em;
  }
  
  .text-row.heading-large {
    font-size: 1.5em;
    font-weight: 700;
    color: #222;
    margin-bottom: 0.5em;
  }
  
  .text-row.paragraph-light {
    font-size: 1em;
    color: #555;
    margin-bottom: 0.6em;
  }
  
  .text-row.subtext {
    font-size: 0.95em;
    color: #777;
    margin-bottom: 0.5em;
  }
  
  .text-row.callout {
    font-size: 1.1em;
    font-weight: 600;
    color: #0066cc;
    margin-top: 1em;
  }
  
/* Video handler */
.video-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-thumbnail-wrapper {
  position: relative;
  max-width: 100%;
  cursor: pointer;
}

.video-thumbnail-wrapper img {
  width: 70%;
  height: auto;
  margin: 0 auto;

}

.play-button-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: white;
  text-shadow: 2px 2px 4px #000;
  pointer-events: none;
}
.featured-events .col-md-4 {
  text-align: center;
}

.featured-events img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
 
