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

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-100: #3A4E6A;
  --primary-80: #486284;
  --primary-50: #9CB0C9;
  --primary-25: #CED7E4;
  --grey: #EBEFF4;
  --white: #fff;

  /* You can add more custom colors here */
  --dark-blue: #020619;
  --magenta: #820D45;
  --orange: #BF4300;
  --purple: #556CCC;
  --main-type: #C6BAA0;
  --type-on-magenta: #F2DE97;
  --type-on-orange: #E9DFC9;
  --white: #D2D2D2;

  /* Spacing variables */
  --spacing4x1: 0.25rem;
  --spacing8x1: 0.5rem;
  --spacing8x2: 1rem;
  --spacing8x3: 1.5rem;
  --spacing8x5: 2.5rem;
  --spacing8x8: 4rem;
  --spacing8x12: 6rem;
  --spacing8x18: 9rem;
  --spacing8x40: 20rem;
}




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

body {
  color: var(--primary-80);
  /* 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(--primary-80);
  /* Add your custom heading styles here */
  font-family: "Inknut Antiqua", serif;
}

.grenze-bold {
  font-family: "Grenze", serif;
  font-weight: 700;
  font-style: normal;
}

.habibi-regular {
  font-family: "Habibi", serif;
  font-weight: 400;
  font-style: normal;
}

.inknut-antiqua-bold {
  font-family: "Inknut Antiqua", serif;
  font-weight: 700;
  font-style: normal;
}

.galdeano-regular {
  font-family: "Galdeano", sans-serif;
  font-weight: 400;
  font-style: normal;
}


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

h2 {
  font-size: 42px;
}



h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

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

img+h4,
picture+p {
  margin-top: var(--spacing8x2);
}

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(--primary-80);
  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(--white);
  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: 160px;
  /* Try adjusting: width, border-radius for logo styling */
}

header nav {
  text-align: right;
  font-size: 15px;
}

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

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


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

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

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

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

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

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

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

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

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

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

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

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

#planets2-hero-image {
  background: url('../img/planetshero2.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(--white);
  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(--grey);
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: var(--spacing8x3) calc(50vw - 50%);
  box-sizing: border-box;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: var(--spacing8x3);
  box-sizing: border-box;
}

.container-full {
  width: 100vw;
  height: auto;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 150px 150px;
  box-sizing: border-box;
}

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

/* Callout */

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

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

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

.background-blue {
  background-color: var(--dark-blue) !important;
}

.background-magenta {
  background-color: var(--magenta) !important;
}

.background-orange {
  background-color: var(--orange) !important;
}

.background-purple {
  background-color: var(--purple) !important;
}

.background-grey {
  background-color: var(--grey) !important;
}

.background-white {
  background-color: var(--white) !important;
}

.text-purple {
  color: var(--purple) !important;
}

.text-magenta {
  color: var(--magenta) !important;
}

.text-orange {
  color: var(--orange) !important;
}

.text-white {
  color: var(--white) !important;
}

.text-grey {
  color: var(--grey) !important;
}

.text-main {
  color: var(--main-type) !important;
}

.text-on-magenta {
  color: var(--type-on-magenta) !important;
}

.text-on-orange {
  color: var(--type-on-orange) !important;
}

.title {
  color: var(--purple);
  font-family: "Grenze", serif;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-center {
  justify-self: center;
}

.justify-self-end {
  justify-self: end;
}

#intro-section {
  padding: 0 40px;
}

#intro-section p {
  color: var(--main-type);
}

#about-section {
  padding: 200px;
}

#about-section h2 {
  margin-bottom: var(--spacing8x5);
  color: var(--white);
}

#about-section p {
  line-height: 30px;
  letter-spacing: 1px;
  color: var(--type-on-magenta);
  inline-size: 90%;
}

#about-section img {
  border-radius: 8px;
}

#about-section div {
  align-items: center;
}

#about-section .title {
  color: var(--white);
  text-wrap: wrap;
  inline-size: 60%;
}

#events-section {
  padding: 40px 100px;
}

#cta-section h3 {
  margin-bottom: var(--spacing8x5);
}

#star-gazing {
  padding: 150px 100px;
}

#extra-section {
  padding: 150px 100px;
}

#extra-section p {
  margin-bottom: var(--spacing8x2);
}

#star-gazing h2 {
  color: var(--type-on-orange);
}

#events-section h3 {
  margin-bottom: var(--spacing8x2);
}

#types-section h3{
margin-bottom: var(--spacing8x2);
}

#types-section h2 {
margin-bottom: var(--spacing8x5);
}

#dtp-section h2 {
  margin-bottom: var(--spacing8x5);
}

#team-section h2 {
  margin-bottom: var(--spacing8x5);
}

#quickguide-section h3 {
  margin-bottom: var(--spacing8x5);
  font-size: 50px;
}

#signs-section {
  padding: 150px 100px;
}

#signs-section h2 {
  margin-bottom: var(--spacing8x2);
}

#signs-section p {
  margin-bottom: var(--spacing8x5);
}

#modalities-section {
  padding: 150px 100px;
}

#modalities-section h2{
  margin-bottom: var(--spacing8x5);
}


#modalities-section p{
  margin-bottom: var(--spacing8x2);
}

#planets-section h2{
  margin-bottom: var(--spacing8x5);
}


#planets-section p{
  margin-bottom: var(--spacing8x2);
}

#example-section h3{
  margin-bottom: var(--spacing8x5);
}


#example-section p{
  margin-bottom: var(--spacing8x2);
}


#houses-section {
  padding: 150px 100px;
}

#houses-section h2{
  margin-bottom: var(--spacing8x5);
}


#houses-section p{
  margin-bottom: var(--spacing8x2);
/*  Content section */

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

#elements-section h3 {
  margin-bottom: var(--spacing8x2);
  font-size: 40px;
}

#elements-section p {
  margin-bottom: var(--spacing8x5);
}

/* Footer Styles */
footer {
  width: 100%;
  background: var(--primary-100);
  color: var(--white);
  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);
}


/* 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(--white);
  margin-bottom: var(--spacing8x2);
  line-height: 1.4;
}

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