/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 

STUDENT CUSTOMIZATION FILE
This is where you make your design changes!
Experiment with colors, typography, spacing, and component styles.

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* ===============================================================
  🤖 **COPILOT INSTRUCTIONS FOR custom.css** 🤖
  ================================================================
  
  - **🚫 CRITICAL RULE: DO NOT EDIT `framework.css`.** - **✅ ALL new CSS styles, overrides, and design customizations go HERE in this file.**
  
  ---
  
  **KEY ASSETS:**
  
  1.  **Colors:** Use CSS Variables like `var(--primary-100)`, `var(--white)`, and `var(--grey)`.
  2.  **Spacing:** Use CSS Variables like `var(--spacing8x3)` or `var(--spacing8x8)` for consistent measurements.
  3.  **Layout:** Build upon the existing `grid` system classes (e.g., `.mobi1`, `.tab3`, `.desk4`).
  
  Always ask user for preferences instead of making assumptions!
  
*/
/* ==========================================================================
   DESIGN SYSTEM - CUSTOMIZE YOUR COLORS & BRAND
   ========================================================================== */

:root {

--primary-colour: #464612;
--secondary-colour: #221F32;
--red: #8F1315;
--yellow: #FCA335;
--beige: #E7D9CF;
--green: #464612;
--blue: #221F32;

}




/* ==========================================================================
   TYPOGRAPHY - CUSTOMIZE FONTS & TEXT STYLES
   ========================================================================== */

body {
  color: var(--primarary-colour);
  background: var(--primary-colour);
  font-family: 'ABeeZee', sans-serif;
  font-weight: 400;
  /* font-family is set in framework.css but you can override it here if needed */
}

/* Heading Styles - Customize sizes, colors, spacing */
h1, h2, h3, h4, h5, h6 { 
  line-height: 1.1;
  color: var(--beige);
  font-family: 'Crimson Text', serif;
  font-weight: 700;
  /* Add your custom heading styles here */
}

h1 { 
  font-size: 90px;
  color: var(--yellow);
  /* Try adding: font-weight, color, text-transform, etc. */
}

h2 { 
  font-size: 42px;
  text-align: center;
}



h3 { 
  font-size: 30px;
  text-align: center;
  color: var(--beige);
}

h4 { 
  font-size: 24px;
  text-align: center;
  color: var(--red);
}

h5 { 
  font-size: 24px;
  font-weight: 700;
  color: var(--yellow);
  text-align: center;
}

h6 { 
  font-size: 40px;
  font-weight: 500;
  text-align: left;
  color: var(--yellow);

}
h7 {
  font-family: 'crimpson pro', serif;
  font-size: 70px;
  font-weight: 700;
  text-align: left;
  color: var(--yellow);
}
h8 { 
  font-family: 'crimson pro', serif;
  font-size: 30px;
  font-weight: 500;
  text-align: left;
  color: var(--yellow);

}
h9{
  font-family: 'crimson pro', serif;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  color: var(--beige);
}
h10 {
  font-family: 'crimson pro', serif;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  color: var(--yellow);
}
h11{
  font-family: 'crimson pro', serif;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  color: var(--red);
}
h12 {
  font-family: 'crimson pro', serif;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  color: var(--green);
}
h13 {
  font-family: 'crimson pro', serif;
  font-size: 50px;
  font-weight: 600;
  text-align: left;
  color: var(--yellow);
}
h14 {
  font-family: 'crimson pro', serif;
  font-size: 40px;
  font-weight: 600;
  text-align: left;
  color: var(--yellow);
}
h.15 {
  font-family: 'crimson pro', serif;
  font-size: 70px;
  font-weight: 600;
  text-align: left;
  color: var(--yellow);
}
h.16 {
  font-family: 'crimson pro', serif;
  font-size: 50px;
  font-weight: 700;
  text-align: left;
  color: var(--yellow);
}

}
/* Paragraph Styles */
p {
  font-size: 18px;
  line-height: 1.5;
  color: var(--primary-80);
  /* Try adjusting: line-height, letter-spacing, margin-bottom */
}

p.about {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  color: var(--blue); !important;
  font-weight: 400;
}

p1{
  font-size: 18px;
  line-height: 1.5;
  color: var(--blue);
}
p.member-quotes {
  font-size: 18px;
  line-height: 1.5;
  color: var(--beige);
}
p.faq-body {
  font-size: 16px;
  line-height: 2;
  color: var(--green);
  margin-top: var(--spacing8x1);
}

p.pooh-quote {
  font-family: 'abreezee', sans-serif;
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  color: var(--yellow) !important;
  margin-bottom: var(--spacing8x2);
  line-height: 1.4;
}
p.events1 {
  font-size: 18px;
  line-height: 1.5;
  color: var(--beige) !important;
  text-align: left;
  
}

p.event2 {
  font-size: 25px;
  line-height: 1.5;
  color: var(--beige) !important;
  text-align: left;
  font-weight: 600;
  margin-top: var(--spacing8x1);
}
img + h4,
picture + p {
  margin-top: var(--spacing8x2);
}
p.home-endnote {
  font-size: 18px;
  line-height: 1.5;
  color: var(--beige) !important;
  margin-top: var(--spacing8x4);
}


section div+div {
  margin-top: var(--spacing8x1);
}


/* Mobile Typography Adjustments */
@media only screen and (max-width: 799px) {
  h1 { 
    font-size: 75px;
  }
  /* Add more mobile typography adjustments here */
}

/* ==========================================================================
   LINKS & BUTTONS - CUSTOMIZE INTERACTIVE ELEMENTS
   ========================================================================== */

/* Basic Link Styles */
a {
  text-decoration: none;
  color: var(--yellow);
  transition: all 300ms;
  /* Try adding: border-bottom, font-weight changes, etc. */
}

a:hover {
  opacity: 0.5;
  /* Try different hover effects: color changes, transforms, etc. */
}

/* Button Styles - Customize your call-to-action buttons */
a.button {
  border-radius: 50px;
  border: 2px solid var(--yellow);
  padding: 10px 20px 8px;
  display: inline-block;
  margin-top: var(--spacing8x2);
  /* Try adding: background-color, box-shadow, transform on hover, etc. */
}

a.button:hover {
  background: var(--dark)
}

/* Example: Secondary Button Style */
a.button-secondary {
  background-color: var(--accent-color);
  border: 1.5px solid var(--accent-color);
  color: var(--primary-80);
}

/* Example: Highlight Button Style */
a.button-highlight {
  background-color: var(--highlight-color);
  border: 1.5px solid var(--highlight-color);
  color: white;
}

/* ==========================================================================
   LAYOUT SECTIONS - CUSTOMIZE PAGE STRUCTURE
   ========================================================================== */


/* Header styles */
header img {
  width: 300px;
  /* Try adjusting: width, border-radius for logo styling */
}

header nav {
  text-align: right;
  font-size: 15px;
  color: var(--beige);
}

header nav a {
  margin-left: 40px;
  color: var(--beige);
  /* Try adding: text-transform, font-weight, padding for button-style nav */
}

header nav a.active {
  border-bottom: 2px solid var(--beige);
  padding-bottom: 2px;
}

/* Mobile navigation overrides */
.mobile-nav {
  background-color: var(--green);
}

.hamburger-menu span {
  background-color: var(--beige);
}

#mobile-nav-toggle:checked ~ .hamburger-menu span {
  background-color: var(--beige);
}


/* Hero section */
#hero-image {
  background: url('../img/heroimage.jpg') no-repeat center center/cover;
  height: 95vh;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--spacing8x3);
}

#hero-image h1 {
  text-align: center;
  color: var(--beige);
  margin: 0; 

}

#hero-image p {
  color: var(--white);
  margin: 0; 
}

#hero-image span i {
  background: var(--white);
  font-size: 1.625rem;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: var(--spacing8x12);
}


/* Light background wrapper - extends to viewport edges */
.light-bg-wrapper {
  background: var(--red);
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: var(--spacing8x3) calc(50vw - 50%);
  box-sizing: border-box;
}

/* Committee background wrapper - extends to viewport edges */
.committee-bg-wrapper {
  background: var(--blue);
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: var(--spacing8x3) calc(50vw - 50%);
  box-sizing: border-box;
}

.committee-bg-wrapper .grid {
  width: 100%;
}

/* Aims background wrapper - extends to viewport edges while keeping content within bounds */
.aims-bg-wrapper {
  background: var(--yellow);
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: var(--spacing8x3) calc(50vw - 50%);
  box-sizing: border-box;
  overflow: hidden;
}

.aims-bg-wrapper .grid {
  width: 100%;
  grid-gap: 12px;
}

.aims-bg-wrapper .card {
  box-sizing: border-box;
  padding: var(--spacing8x2);
}
.dark-bg-wrapper {
  background: var(--blue);
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: var(--spacing8x3) calc(50vw - 50%);
  box-sizing: border-box;
}

/* Red background wrapper - extends to viewport edges */
.red-bg-wrapper {
  background: var(--red);
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: var(--spacing8x3) calc(50vw - 50%);
  box-sizing: border-box;
}

.red-bg-wrapper h1,
.red-bg-wrapper h2,
.red-bg-wrapper h3,
.red-bg-wrapper h4,
.red-bg-wrapper p {
  color: var(--beige);
}

.callout {
  background: var(--grey);
}

.callout div {
  padding: var(--spacing8x8);
}

/* Card styling */
section .card {
  background: var(--beige);
  display: flex;
  flex-direction: column;
}

/* Force card section to have proper wrapping */
section .grid > .card {
  break-inside: avoid;
}

.callout-image {
  background: url('../img/placeholder_bg.png') no-repeat center center/cover;
  width: 100%;
  height: 100%;
  min-height: 300px;
}

/* Dual Full Width Section */
.dual-full-width {
  background: var(--red);
}

.dual-full-width-blue {
  background: var(--blue);
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: var(--spacing8x3) calc(50vw - 50%);
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: var(--spacing8x2);
}

/* Dual Full Width Image Responsive Fix */
.dual-full-width .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dual-full-width-blue .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* Home Section Styling */
.home-title {
  font-size: 100px;
  color: var(--yellow);
  font-family: 'Crimson Text', serif;
  font-weight: 700;
}

.home-text {
  font-size: 18px;
  line-height: 1.5;
  color: var(--beige);
}







/*  Content section */

section p + a.button {
  margin-top: var(--spacing8x12);
}


/* Footer Styles */
footer {
  width: 100%;
  background: var(--green);
  color: var(--beige);
  padding: 40px 20px 20px;
  /* Try customizing: background gradients, text alignment, etc. */
}

footer img {
  width: 160px;
}

footer hr {
  margin: 10px 0 20px;
  border: none;
  border-bottom: 1.5px solid var(--primary-25);
}

footer a, footer p {
  color: var(--secondary-color);
  font-size: 12px;
}

footer nav a { 
  font-size: 14px;
}

footer nav a + a {
  margin-left: 40px;
}

footer nav, footer p {
  text-align: right;
}

/* Mobile Footer Adjustments */
@media only screen and (max-width: 799px) {
  footer nav {
    text-align: center;
  }

  footer img {
    margin: 0 auto;
  }
}

/* ==========================================================================
   COMPONENTS - CUSTOMIZE REUSABLE ELEMENTS
   ========================================================================== */

.dark-bg-wrapper h2,
.dark-bg-wrapper h3,
.dark-bg-wrapper h4,
.dark-bg-wrapper p {
  color: var(--white);
}

.dark-bg-wrapper a.button {
  border: 2px solid var(--white);
  color: var(--white);
}
.dark-bg-wrapper h2,
.dark-bg-wrapper h3,
.dark-bg-wrapper h4,
.dark-bg-wrapper p {
  color: var(--white);
}

.dark-bg-wrapper a.button {
  border: 2px solid var(--white);
  color: var(--white);
}

.green-bg-wrapper {
  background: var(--green);
}

.green-bg-wrapper h2,
.green-bg-wrapper h3,
.green-bg-wrapper h4,
.green-bg-wrapper p {
  color: var(--white);
}

.green-bg-wrapper .quote-section p {
  color: var(--yellow);
  font-family: 'Crimson Text', serif;
  font-weight: 700;
}

.green-bg-wrapper cite {
  color: var(--beige) !important;
}

.green-bg-wrapper a.button {
  border: 2px solid var(--white);
  color: var(--white);
} 


   /* Divider Lines */
hr {
  border: none;
  border-bottom: 1.5px solid var(--primary-25);
  /* Try adding: margin, different border styles, gradients */
}

/* Icon with Text Component */
.icon-with-text i {
  background: var(--grey);
  padding: 17px 16px 23px;
  border-radius: 200px;
  font-size: 30px;
  color: var(--primary-80);
  /* Try customizing: colors, sizing, border-radius, box-shadow */
}







/* ==========================================================================
   RESPONSIVE CUSTOMIZATIONS
   ========================================================================== */

/* Mobile-specific customizations */
@media only screen and (max-width: 799px) {
  /* Add mobile-specific styling here */
  
  /* Example: Larger touch targets for mobile */
  a.button {
    padding: 18px 24px 14px;
    font-size: 16px;
  }

  
  .callout-image {
    height: 33vh;
  }

 
}

/* Tablet-specific customizations */
@media only screen and (min-width: 800px) and (max-width: 1279px) {
  /* Add tablet-specific styling here */
}

/* Desktop-specific customizations */
@media only screen and (min-width: 1280px) {
  /* Add desktop-specific styling here */
}

/* Quote Section */
.quote-section blockquote {
  margin: 0;
  padding: 0;
}

.quote-section blockquote p {
  font-size: 24px;
  font-style: italic;
  color: var(--beige);
  margin-bottom: var(--spacing8x2);
  line-height: 1.4;
}

.quote-section cite {
  font-size: 16px;
  color: var(--beige);
  font-style: normal;
  font-weight: 500;
}

iframe{
  aspect-ratio: 16/9;
  width: 100% !important;
}


#about-hero-image {
  background: url('../img/kodak.jpg') no-repeat center center/cover;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--spacing8x3);
}
p.events-end-note{
  font-size: 18px;
  line-height: 1.5;
  color: var(--beige) !important;
}

p.home-header{
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: var(--beige) !important;
}
p.home-quote{
  font-family: 'crimson pro', serif;
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  color: var(--yellow) !important;
  margin-bottom: var(--spacing8x2);
  line-height: 1.4;
  container: var(--red);
}
p.about-body {
  font-size: 18px;
  line-height: 1.5;
  color: var(--beige) !important;
}
p.about-vision {
  font-size: 18px;
  line-height: 1.5;
  color: var(--yellow) !important;
  margin-top: var(--spacing8x2);
}

p.spotify {
  color: var(--beige) !important;
}
p.podcasts {
  font-size: 20px;
  line-height: 1.5;
  color: var(--yellow) !important;
}
p.blogposts {
  font-size: 18px;
  line-height: 1.5;
  color: var(--beige) !important;
}

.mobi1.tab2.desk3 .button {
  width: 100%;
  text-align: center;
}

p.join {
  font-size: 18px;
  line-height: 1.5;
  color: var(--blue) !important;
}

.why-join-section {
  background: var(--blue);
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: var(--spacing8x3) calc(50vw - 50%);
  box-sizing: border-box;
}