
/* Top Menu Bar */
.top-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color:#898989; /* light gray */
  padding: 8px 40px;;
  font-size: 14px;
  position: fixed;       /* Keeps it on screen when scrolling */
  top: 0;                /* Sticks it to the top of the page */
  width: 100%;           /* Full width */
  height: 40px;          /* Adjust height */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  z-index: 1000;    
  
}

/* Contact Info (Left Side) */
.contact-info {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
}

.contact-info i {
  color: #000;
  font-size: 14px; /* small icon size */
}

/* Optional if you use your own icon images */
.small-icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

/* Social Media Icons (Right Side) */
.social-icons {
  display: flex;
  align-items: center;
  gap: 12px;
}

.social-icons a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #007bff; /* Blue hover color */
}

/* If using your own icon images */
.social-img {
  width: 18px;
  height: 18px;
}

/* Responsive for small screens */
@media (max-width: 600px) {

}
  .top-menu {
    flex-direction: column;
    text-align: center;
    padding: 10px;
  }
  .contact-info {
    margin-bottom: 8px;
  }


.main-menu ul {
    flex-direction: column;
    align-items: center;
    margin: 0px;
  }

  .main-menu ul li {
    margin: 8px 0;
  }

#menu{
    
background-color: #898989;
    width:100%;
    height: 120px;
    position: fixed;
  z-index: 1000; /* keeps it above everything else */
 position: fixed;
  top: 0;             /* Pushed down by height of top menu */
  display: flex;
  z-index: 999;          /* Slightly below top menu */  





}
#menu ul{
    list-style: none;
    display: flex; 
    align-items:center ;
}
#menu ul li{
margin: 0 ;


}
#menu ul li a{
    text-decoration: none;
    color: lightgrey;
    padding: 20px;
font-size: x-large;
    font-weight: bold;
 margin-top: 45px;
    margin-bottom: 5px;
    margin-left: 5px;


}
#menu ul li img{
    width: 80px;
    height: 75px;
    margin-top: 25px;
    margin-bottom: 5px;
    margin-left: 5px;
}
#menu ul li a:hover{
    background-color: darkgray

}



    















































/* Header */


 .history{
  color: black;
  padding: 20px;
  text-align: center;
  margin-left:60px;
  margin-right: auto;
  background-color: #ccc;
}

/* History Section */

.header{
 padding: 40px 20px;
  text-align: center;
  margin-left: 10px;
  color:#1ca4f4;
 background-color: #ccc;
}
.ourhistory{
  background-color: #ccc;
}



.history {
  padding: 40px 20px;
  text-align: center;
  margin-left: 10px;
  background-color: #ccc;
  color: black;
  
  
}

.history h2 {
  margin-bottom: 20px;
  color:#1ca4f4 ;
  font-weight: 400px;
  font-size: 2rem;
  text-align: center;
  margin-left: 10px;
  background-color: white;
  margin-top: 1px;


}

.history p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.1rem;
  font-weight: 300;
}
body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 20px;
      background: #ccc;
      color: #333;
    }

    h1 {
      text-align: center;
      margin-bottom: 30px;
      font-size: 2rem;
      color: #444;
      
    }

    .container {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      flex-wrap: wrap;
    }

    .card {
      background:white;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      flex: 1;
      min-width: 280px;
      max-width: 32%;
      padding: 20px;
      text-align: center;
    }

    .card img {
      width: 100%;
      max-height: 150px;
      object-fit: cover;
      border-radius: 8px;
      margin-bottom: 15px;
    }

    .card h2 {
      font-size: 1.3rem;
      margin: 10px 0;
      color: #222;
    }

    .card p {
      font-size: 0.95rem;
      line-height: 1.5;
      color: #555;
    }

    @media (max-width: 900px) {
      .container {
        flex-direction: column;
        align-items: center;
      }

      }
      .card {
        max-width: 90%;
      }

/* Founders Section */
.founders {
  padding: 10px;
  background: #f0f0f0;
  text-align: center;
  height: 900px;
}

.founders h2 {
  margin-bottom: 30px;
  color: black;
  font-size: 2rem;
  font-weight: 400;
}

.founder-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  width: 100%;
  max-height: 350px;
}

.founder-card {
  background: #fff;
  border-radius: 4s0px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  width: 100%;
  height: 350px;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease;
}

.founder-card:hover {
  transform: translateY(-5px);
}

.founder-card img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 15px;
}

.founder-card h3 {
  color: #4CAF50;
  margin-bottom: 10px;
}

.founder-card p {
  font-size: 0.95rem;
  color: #555;
}
body {
  font-family: Arial, sans-serif;
  margin: 0;
  background: #f8f9fa;
  color: #333;
}

.container {
  max-width: 1400px;   /* keeps content centered on wide screens */
  margin: auto;
  padding: 20px;
}

h1 {
  text-align: center;
  color: #2c3e50;
  margin-bottom: 30px;
}

body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      background: #f9f9f9;
    }

    .container {
      padding: 30px;
      max-width: 1200px;
      margin: auto;
    }

    h1 {
      text-align: center;
      margin-bottom: 20px;
      color: #333;
    }

    h2 {
      color: #444;
      margin-bottom: 10px;
    }

    .flex-sections {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 30px;
    }

    .box {
      flex: 1;
      min-width: 300px;
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    .description p {
      line-height: 1.6;
      color: #555;
    }

    .flags {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
      gap: 15px;
      text-align: center;
    }

    .flags img {
      width: 80px;
      height: 50px;
      object-fit: cover;
      border: 1px solid #ccc;
      border-radius: 5px;
    }

    .maps {
      display: grid;
      grid-template-columns: 1fr;
      gap: 15px;
    }

    .maps img {
      width: 100%;
      height: auto;
      border-radius: 8px;
      border: 1px solid #ccc;
    }
body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      background: #f9f9f9;
    }

    .container {
      padding: 30px;
      max-width: 1200px;
      margin: auto;
      text-align: center;
      margin-left: 20px;
      justify-content: center;
      font-size: 2 rem;
    }

    h1 {
      text-align: center;
      margin-bottom: 20px;
      color: #333;
    }

    h2 {
      color: #444;
      margin-bottom: 10px;
    }

    .flex-sections {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 30px;
    }

    .box {
      flex: 1;
      min-width: 300px;
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 10px;
      padding: 20px;
    }

/* Header styles */
header {
  background-color: rgb(233, 231, 228);
  color: black;
  padding: 15px 0;
  text-align: center;
  
}

header h1 {
  margin: 0;
  font-size: 2.5rem;
}
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f8f9fa;
  color: #333;
}

.about-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

.page-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2em;
  color: #2c3e50;
}

.content-flex {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.section {
  flex: 1;
  min-width: 280px;
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  text-align: center;
}

.section h2 {
  margin-bottom: 15px;
  color: #1a5276;
}

.section img {
  width: 100%;
  height: 300px;       /* Fixed height */
  object-fit: cover;   /* Ensures image fills box nicely */
  border-radius: 8px;
  margin-bottom: 15px;
}

.section p {
  text-align: justify;
  line-height: 1.6;
}
/* Reset some default styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #f8f9fa;
  color: #333;
  padding: 20px;
}

.about-container {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

.page-title {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #444;
}

.devotions {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap; /* makes it responsive */
}

.devotion-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  padding: 20px;
  flex: 1 1 45%;
  max-width: 450px;
  text-align: center;
  transition: transform 0.3s ease;
}

.devotion-card:hover {
  transform: translateY(-5px);
}

/* --- Themed styles --- */
.carmel {
  border-top: 6px solid #3498db; /* Blue border for Mary */
  background: #eaf4fc;
}

.joseph {
  border-top: 6px solid #8e5b32; /* Brown border for Joseph */
  background: #fdf5e6;
}

.devotion-card h2 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #2c3e50;
}

.devotion-card img {
  width: 100%;
  max-width: 250px;
  height: auto;
  border-radius: 10px;
  margin-bottom: 15px;
}

.devotion-card p {
  font-size: 1rem;
  color: #555;
}
.container{
width:100%;
max-width:1300px;
background: var(--card);
border-radius:20px;
padding:28px;
box-shadow: var(--shadow);
}


header{
display:flex;
gap: 10px;
align-items:center;
margin-bottom:18px;
}
.logo{
width:64px;height:64px;border-radius:12px;
background: linear-gradient(135deg,#0ea5a4,#60a5fa);
display:flex;align-items:center;justify-content:center;color:white;font-weight:700;font-size:22px;
box-shadow: 0 6px 18px rgba(14,165,164,0.18);
}
h1{font-size:20px;margin:0}
p.lead{margin:0;color:var(--muted);font-size:14px}


.grid{
display:grid;
gap:18px;
margin-top:20px;
grid-template-columns: repeat(2, 1fr);
}


@media(min-width:1000px){
.grid{grid-template-columns: repeat(4, 1fr);}
}


.card{
background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(250,250,255,0.95));
border-radius:var(--radius);
padding:20px;
display:flex;
flex-direction:column;
gap:12px;
transition:transform .28s cubic-bezier(.2,.9,.3,1), box-shadow .28s;
cursor:default;
border:1px solid rgba(15,23,42,0.03);
}
.card:focus{outline:none}
.card:hover{transform:translateY(-10px);box-shadow:0 12px 30px rgba(12,34,56,0.08)}


.icon{
width:60px;height:60px;border-radius:12px;display:inline-grid;place-items:center;font: size 30px;
background:linear-gradient(180deg, rgba(14,165,164,0.12), rgba(96,165,250,0.08));
align-self:flex-start;
}
.title{font-weight:700;font-size:17px;margin:0}
.desc{font-size:13px;color:var(--muted);line-height:1.50;margin:0}
