body {
    margin: 0;
    padding: 0;
   font-family: "Golos Text", sans-serif;
  font-optical-sizing: auto;
    color: #2F1918;
    background-color: #E6DDD9;
}


h1, h2, h3, h4, h5, h6 {
    font-family:"Chelsea Market";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.social{
    border-radius: 100%;
    max-width: 50px;
    color:#FEF1EE;
}

* {
    box-sizing: border-box;
}
.darkBg{
    background-color: #806666;
    color: #FEF1EE!important;
}

.top{
    padding:40px,50px;
}

p {
    font-size: 1.4em;
    line-height: 1.6em;
}
.club img{
    vertical-align: middle; 
}

.logo-text{

}

.club {
    display: flex;
    align-items: center;
    gap:20px;
            margin-left: 120px;

}

.club span{
    padding-left: 20px;
    font-weight: 700;
    font-family: "chelsea market", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 50px;
    
}

.grid.header nav ul {
  display: flex;
  gap: 18px;            
  align-items: center;  
  justify-content: flex-end; 
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;    
  white-space: nowrap;  
}

.header{
    margin-bottom: 20px!important;
}
.logo{
    border-radius: 100%;
    max-width: 100px;
    font-family: "chelsea market", sans-serif;

}


.grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 10px;
}



.edgeGrid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 10px;
}

.smlGrid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 10px;
}

.cell {
    /*    background-color: rgb(240, 240, 240);*/
    padding: 10px;
}

.meetings-cell{
    grid-column: 9/13;
    padding-right:80px;
}

.cell.col3.md3{

}

.cell.col1.smlLowerGap p {
    text-align:center;
    font-weight:500;
    

}


.mainTitle {
    font-size: clamp(36px, 5.4vw, 84px);
    font-weight: 700;
    margin-top: 80px;
    text-wrap: balance;
}

.bottom {
    align-self: end;
}

footer {
    margin-top: 90px;
    padding: 60px 0 120px;
}

.ctr {
    text-align: center;
}

nav {
    padding: 5px;
    text-align: right;
}

nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.featuredTextWithButton {
    display: flex;
    align-items: center;       /* Vertically centers the text and button */
    justify-content: space-between; /* Puts text on left, button on right */
    max-width: 1200px;         /* Optional, controls container width */
    margin: 0 auto;            /* Centers the container on the page */
    gap: 20px;                 /* Space between text and button if needed */
}

.joinButton {
    background-color: #806666;
    color: #FEF1EE;
    font-family: "reddit sans", sans-serif;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s;
}

.button {
    background-color: #806666;
    color: #FEF1EE;
    font-family: "reddit sans", sans-serif;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s;
}

.joinButton:hover {
    background-color: #2f3f66;
}


nav li {
    text-align: center;
    display: inline;
}

a {
     font-family: "Reddit Sans", sans-serif;
  font-optical-sizing: auto;
  font-size:25px;
  font-weight: 600;
  font-style: normal;
    text-decoration: none;
    padding: 0px 5px;
    padding-top: 30px;
    margin: 0 5px;
    color: #2F1918;
    display: inline-block;
    transition: all 0.7s;
}

.grid.header a {
        padding: 0px 0px;
        margin-top:32px;
}

a:hover {
    color: #fff;
    background: #425777;
}

.active {
    border-bottom: 2px solid #425777;
}

.active_bottom {
    border-bottom: 2px solid #ebebeb;
}

.featured {
    width: 100%;
    height: 80vh;
    background-size: cover;                      
    background-repeat: no-repeat;
    background-position: center center;
    display: grid;
    background-position: center 23%;
}

.featuredText {
    width: 50%;
    max-width: 1400px;
    /*    justify-self: end;*/
    align-self: end;
    margin: 0 auto;
}
.featured2 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 60px;
    background-size: cover;                      
    background-repeat: no-repeat;
    background-position: center center;
    display: grid;
    
}

.featured3 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
    background-size: cover;                      
    background-repeat: no-repeat;
    background-position: center center;
    display: grid;
}

.featuredText2 {
     width: 50%;
    max-width: 1400px;
    padding: 40px 50px;
    /*    justify-self: end;*/
    align-self: end;
    margin-left:220px;
        outline:6px solid #2F1918;
            background-color: #E8D9D9;


}

.testimonial {
    width: 100%;
    background-image: url(../img/large.png);
    background-size: cover;                      
    background-repeat: no-repeat;
    background-position: center center;
    /*    Stays fixed while the rest of the page scrolls    */
    background-attachment: fixed; 
    display: grid;
    padding: 80px 0;
    margin-bottom: 120px;
}

h2 {
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
}

.gallery-lead {
  max-width: 720px;   
  margin: 0 auto;     
  text-align: left;   
  line-height: 1.6;   
  padding: 0 10px;   
}

.featured2 .featuredtext h2 {
    padding-top:20px;
}


h3, .quote blockquote{
    font-size: clamp(22px, 2.8vw, 36px);
    font-weight: 700;
}
h4{
    font-size: clamp(20px, 2.4vw, 30px);
    font-weight: 700;
}
blockquote{
    text-wrap: balance;
    font-style: italic;
}

h2.featuredtext {
    font-size:800px;
}

.smlLowerGap .twothirds {
    padding-bottom: 50px;
    margin-left:220px;

}
.lgLowerGap {
    padding-bottom: 120px;
}
.button{
    padding: 15px 20px;
    border-radius: 30px;
    transition: all 0.7s;
}
.button:hover{
    color: #fff;
    background: #425777;
}
.underImg{
    padding-top: 10px;
}
.fit{
    max-width: 100%;
    object-fit: cover;
}
.fill{
    max-width: 100%;
    height: 100vh;
    object-fit: cover;
}
.line{
    border-top: 1px #425777 solid;
    padding: 60px;
}

/*
.imgLeft{
    width: 100px;
    height: 100%;
    float: left;
    padding-right: 20px;
}
*/
.sideBySide{
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 20px;
    padding: 20px 10px;
    text-wrap: balance;
}

.rnd{
    border-radius: 50%;
}

.MeetingsList {
    background-color: #E8D9D9;
    border-radius: 20px;
    padding-left: 60px;
    padding-top:0.03px;
    padding-bottom:40px;
    color: #2F1918;
    outline:6px solid #2F1918;

}

.MeetingsList h4 {
    font-family:golos text;


}

.MeetingsList li {
    line-height: 4;
    font-size: 1.5em;
    font-weight: 500;
}
.vertCtr{
    align-self: center;
}

.card{
    background-color: #e8ecf2;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgb(0, 0, 0, 0.15);
    margin-left:220px;

}


.darkBg nav {
    text-align: center;
}
.darkBg nav a{
    color: #FEF1EE;
}

.darkBg nav a:hover {
    color: #425777;
    background: #e8ecf2;
}

.darkBg .button{
    border: 1px #e8ecf2 solid;
    color: #e8ecf2;
}
.darkBg .button:hover{
    color: #425777;
    background: #e8ecf2;
}
.right{
    text-align: right;
}
.darkBg a{  
    color: #e8ecf2;
}

.darkBg .line{
    border-top: 1px #e8ecf2 solid;
    padding: 60px;
}
.nospace{
    padding: 20px!important;
}
.innerSpace{
    padding-bottom: 60px;
}
.upperGap{
    margin-bottom: 80px;
}
.lowerGap{
    margin-bottom: 80px;
}
/* default - small devices */

[class*="col"] {
    grid-column-end: span 12;
}
.twothirds {
        grid-column-end: span 12;
    }

.cell.twothirds {
    margin-right:200px;
}
/* below 600px typically tablet*/

.darkBg body {
    color:#FEF1EE

} 

footer .right{
    color:#FEF1EE
}

footer .left{
    color:#FEF1EE
}

.testimony {
    padding-left:100px;
}



@media only screen and (max-width: 600px) {
    footer .right, footer .club, .header .club, .header nav{
        text-align: center;
    }

    .sm1 {
        grid-column-end: span 12;
    }

    .sm2 {
        grid-column-end: span 6;
    }

    .sm3 {
        grid-column-end: span 4;
    }

    .sm4 {
        grid-column-end: span 3;
    }

    .sm6 {
        grid-column-end: span 2;
    }

    .sm12 {
        grid-column-end: span 1;
    }
}

/* above 601px typically tablet*/

@media only screen and (min-width: 601px) {
    .reduced {
        padding-left: 10%;
        padding-right: 10%;
    }
    .smlGrid {
        margin: 0 auto;
        max-width: 940px;
    }
    .twothirds {
        grid-column-end: span 8;
    }

    .md1 {
        grid-column-end: span 12;
    }

    .md2 {
        grid-column-end: span 6;
    }

    .md3 {
        grid-column-end: span 4;
    }

    .md4 {
        grid-column-end: span 3;
    }

    .md6 {
        grid-column-end: span 2;
    }

    .md12 {
        grid-column-end: span 1;
    }
}

/* above 1025px typically desktop*/

@media only screen and (min-width: 1025px) {
    .grid, .quote {
     
        max-width: 1400px;
    }
    .vertCtr, .reduced {
        padding-left: 30%;
        padding-right: 30%;
    }
    
    .col1 {
        grid-column-end: span 12;
    }

    .col2 {
        grid-column-end: span 6;
    }

    .col3 {
        grid-column-end: span 4;
    }

    .col4 {
        grid-column-end: span 3;
    }

    .col6 {
        grid-column-end: span 2;
    }

    .col12 {
        grid-column-end: span 1;
    }

    .col10 {
        grid-column-end: span 10;
    }

    
    @media only screen and (min-width: 601px) {
  .testimony-cell {
    grid-column-end: span 12 !important; /* overrides .twothirds */
  }
}
}

.gallery-full-bleed {
  /* pull this element out of the centered layout and make it viewport-wide */
  max-width: none !important;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: calc(-50vw + 0px);
  margin-right: calc(-50vw + 0px);
  box-sizing: border-box;
  /* optional: background color for the band */
  /* background: #fff; */
  overflow-x: hidden; /* safety: prevents small overflow on some browsers */
}

/* inner content constrained to your usual site width */
.gallery-inner {
  max-width: 1400px;   /* matches your site's centered width */
  margin: 0 auto;
  padding: 40px 20px;  /* inner spacing — adjust to taste */
  box-sizing: border-box;
}

/* grid for the image tiles inside the centered inner container */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(480px, 1fr));
  gap: 20px;
  align-items: start;
}

/* optional item styling */
.gallery-item .fit {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* Prevent page-level horizontal scroll (optional) */
body {
  overflow-x: hidden;
}

.zeroGridGap{
    gap: 0 !important; 
}

.fullHeight{
    height: 100vh;
    display: grid;
}

.testimony-card {
    width: 50%;
    outline:6px solid #2F1918;
        background-color: #E8D9D9;

}