body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
   
    font-weight: 400;
    color: #425777;
}
.clubName{
    font-family: "Adamina", serif !important;
    color: #F4A261; 
    font-weight: 400; 
    font-size: x-large;
   
}

* {
    box-sizing: border-box;
}
.darkBg{
    background-color: #6B7A8F;
    color: #e8ecf2!important;
}

p {
    font-size: 1.1em;
    line-height: 1.6em;
}
.club img{
    vertical-align: middle; 
}
.club span{
    padding-left: 10px;
    font-weight: 700;
}
.header{
    margin-bottom: 20px!important;
}
.header {
    background-color: #F1EBE6; 
}
.home-page {
    background-color: #F1EBE6; 
}

.logo{
    border-radius: 50%;
    max-width: 90px;
}


.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 {
    
    padding: 10px;
}

.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;
    font-family: "Adamina", serif;
}

.ctr {
    text-align: center;
}

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

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

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

a {
    text-decoration: none;
    padding: 10px 5px;
    margin: 0 5px;
    color: #6B7A8F;
    display: inline-block;
    transition: all 0.7s;
}

a:hover {
    color: #fff;
    background: #6B7A8F;
}
.header nav a {
    font-family: "Adamina", serif !important;
}
.header .active {
    border-bottom: 2px solid #6B7A8F !important;
}
footer .active {
    border-bottom: 2px solid #fff !important;
}



.featured {
    width: 100%;
    height: 100vh;
    background-image: url(../img/theatre.jpg);
    background-size: cover;                      
    background-repeat: no-repeat;
    background-position: center center;
    display: grid;
}

.featuredText {
    width: 100%;
    max-width: 1400px;
    padding: 40px 10px;
    font-family: "Adamina", serif !important;
    color: #F2EBE3 !important;
    text-shadow: 0px 2px 8px #000000;
 
    align-self: end;
    margin: 0 auto;
    text-align: center;

}

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

h2 {
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 700;
}

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;
}

.smlLowerGap{
    padding-bottom: 0px;
}
.lgLowerGap{
    padding-bottom: 120px;
}
.button{
    padding: 15px 20px;
    border: 1px #425777 solid;
    border-radius: 30px;
    color: #425777;
    font-weight: 500;
    transition: all 0.7s;
}
.button:hover{
    color: #fff;
    background: #425777;}
.button2{
    padding: 15px 20px;
    border: 1px #F7882F solid;
    border-radius: 30px;
    color: #F7882F;
    font-weight: 500;
    transition: all 0.7s;
    float:  right;}
.button2:hover{
    color: #fff;
    background: #F7882F;
}
.button3{
    padding: 8px 13px;
    border: 1px #fff solid;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
    transition: all 0.7s;
}
.button3:hover{
    color: #425777;
    background:#fff;
}
.underImg{
    padding-top: 10px;
     font-family: "Alike", serif;
    color: #2E3A53;
}
.fit{
    max-width: 100%;
    object-fit: cover;
}
.fill{
    max-width: 100%;
    height: 100vh;
    object-fit: cover;
}
.line{
    border-top: 1px #425777 solid;
    padding: 60px;
}

.underImg2{
    padding-top: 10px;
    font-family: "Alike", serif;
    color: #CFB592;
}
.fit{
    max-width: 100%;
    object-fit: cover;
}
.fill{
    max-width: 100%;
    height: 100vh;
    object-fit: cover;
}
.line{
    padding: 60px;
}

.sideBySide{
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 20px;
    padding: 20px 10px;
    text-wrap: balance;
}

.rnd{
    border-radius: 50%;
}

.vertCtr{
    align-self: center;
}

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


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

.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-top: 80px;
    padding-bottom: 60px;
}
.upperGap{
    margin-bottom: 80px;
}
.lowerGap{
    margin-bottom: 80px;
}


[class*="col"] {
    grid-column-end: span 12;
}
.twothirds {
        grid-column-end: span 12;
    }
/* below 600px typically tablet*/
@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 {
        margin: 0 auto;
        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;
    }
}


.zeroGridGap{
    gap: 0 !important; 
}

.fullHeight{
    height: 100vh;
    display: grid;
}
.header .col3 {
    display: flex;
    align-items: center;
    gap: 20px; 
    justify-content: flex-end; 
}
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-nav {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.footer-nav ul {
    display: flex;
    gap: 25px;
}


.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.footer-buttons {
    display: flex;
    gap: 15px;
}
.aboutGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 5px;
    column-gap: 40px;
}



.aboutImage {
    grid-column: 1;
    grid-row: 1;
    position: relative;   
}

.aboutTextTop {
    grid-column: 2 / 4;   
    grid-row: 1;
}


.aboutTextBottom {
    grid-column: 2 / 4;
    grid-row: 2;
}


.about-img {
    width: 446px;
    height: 496px;
    object-fit: cover;
    display: block;
}

.aboutGrid::after {
    content: "";
    position: absolute;

    
    left: 580px;   

    top: 225px;     
    bottom: -830px;  

    width: 2px;
    background: #DCC7AA;
}


.aboutTextTop p,
.aboutTextBottom p {
    max-width: 50rem;             
}
.aboutTextTop h3 {
    margin-bottom: 60px;   
}
.aboutGrid h3 {
    margin-bottom: 0;  
}
.line-about {
    width: 255px;
    height: 2px;
    background: #DCC7AA;
    margin-top: 6px;    
    margin-bottom: 48px; 
}

.line-common {
    width: 400px;
    height: 2px;
    background: #DCC7AA;

    margin-top: 6px;    
    margin-bottom: 24px;
}
.aboutTextBottom h4 {
    margin-top: 32px !important;   
    margin-bottom: 8px !important; 
    padding: 0 !important;
}
.aboutTextBottom h4 {
    font-family: "Adamina", serif;
    color: #fff !important;   
}


.aboutTextBottom p {
    margin-top: 0 !important;
    margin-bottom: 24px !important; 
    padding: 0 !important;
    font-family: "Alike", serif;
    font-weight: 400;
    color: #fff;
}
.aboutGrid {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.darkBg.innerSpace.lowerGap {
    padding-bottom: 155px;
    margin-bottom: 0;
}
.upcomingEvents img.fit {
    border: 4px solid #2E3A53;
}


footer.darkBg {
    margin-top: 0 !important;
}
.calendar-page .mainTitle {
    font-family: "Adamina", serif;
    font-size: 36px !important; 
    font-weight: 400;        
    color: #2E3A53;       
    margin-top: 60px;               
}
.calendar-page {
    background-color: #F1EBE6; 
}


.monthBar {
    padding: 60px 60px 0; 
}


.monthRow {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    border-top: 1px solid #fff;
    margin-top: 40px;

    
    margin-left: -60px;
    margin-right: -60px;
}


.calendarBox {
    padding: 0 60px 80px;   
}


.calendarGrid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);

  
    margin-left: -60px;
    margin-right: -60px;

    border-top: 1px solid #ffff;
    border-left: 1px solid #ffff;
    border-right: 1px solid #ffff;
}
/* calendar grid borders */
.monthRow {
    border-top: 1px solid #ffffff !important;
}

.monthCell {
    border-right: 1px solid #ffffff !important;
}

.calendarGrid {
    border-top: 1px solid #ffffff !important;
    border-left: 1px solid #ffffff !important;
}

.calendarCell {
    border-right: 1px solid #ffffff !important;
    border-bottom: 1px solid #ffffff !important;
}





.monthCell {
    border-right: 1px solid #fff;        
    padding: 16px 8px;
    text-align: center;
}
.monthRow .monthCell {
    font-family: 'Alike', serif !important;
    color: #fff !important;   
    font-weight: 400;         
}


monthCell.end {
    margin-right: -1px;   
}
.dayNumber {
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}

.eventHighlight {
    background-color: #F7882F; 
    color: #E8ECF2;            
    padding: 3px 6px;
    font-family: "Alike", serif;
    font-size: 14px;
    font-weight: 600 ;
    border-radius: 2px;
    text-align: center;

   
    width: 90%;
    margin: 6px auto 0 auto;

  
    display: block;
}

.alignRow {
    align-items: center;   
}



.calendarCell {
    border-right: 1px solid #E8ECF2;
    border-bottom: 1px solid #E8ECF2;
    min-height: 120px;
    padding: 8px;
     font-family: 'Adamina', serif !important;
     font-weight: 400;
    font-size: 16px;
}

.cell.col2.md2 h2 {
    margin-top: 40px; 
}


.eventLegend {
    margin-top: 40px;
}
.eventLegend h2 {
    font-family: "Adamina", serif;
    color: #2E3A53;
    font-size: 36px;
    font-weight: 400;
}




.legendBox {
    background-color: #DCC7AA;
    font-family: "Alike", serif;
    padding: 20px 30px;
    max-width: 569px;
    min-height: 155px;

    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.legendLeft {
    margin-right: 80px;      
}

.legendRow {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.legendSwatch {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    margin-right: 8px;
}

.type1 { background-color: #6B7A8F; }
.type2 { background-color: #E58437; }
.type3 { background-color: #E0BA4F; }

.legendBox span {
    font-family: "Alike", serif;   
    font-size: 18px;
    font-weight: 400;
    color: #fff;                  
}

.monthBarTop {
    height: 21px;
    background-color: #6B7A8F;
    margin-bottom: 16px;
}
        

.monthTitle {
    font-family: "Adamina", serif;
    font-size: 36px;
    font-weight: 400;
    color: #6B7A8F;
    margin-bottom: 20px;
}

.eventRow {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.dateTag {
    background-color: #F7882F;
    color: #E8ECF2;
    padding: 8px 16px;     
    border-radius: 2px;
    font-family: "Alike", serif;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
}
.dateTag.type1 {           
    background-color: #6B7A8F;   
}

.dateTag.type2 {           
    background-color: #E58437;   
}

.dateTag.type3 {           
    background-color: #E0BA4F;   
}

.eventText {
    font-size: 18px;      
       font-family: "Alike", serif 
}

.smlLowerGap .twothirds h3 {
    font-family: "Adamina", serif !important;
    color: #2E3A53 !important; 
     padding-top: 150px !important;
     padding-bottom: 0px !important;

}
.home-page .innerSpace .cell h4 {
    font-family: "Adamina", serif;
    color: #2E3A53;  
}


.aboutTextTop h5 {
    font-family: 'Adamina', serif;
    color: #DCC7AA;   
    font-weight: 580;
}
.aboutTextBottom h5 {
     font-family: 'Adamina', serif;
    color: #DCC7AA;   
    font-weight: 580;
}
.clubTitle {
    font-family: 'Adamina', serif;
    color: #fff;   
    font-weight: 500;
}
    .aboutTextTop p {
    font-family: "Alike", serif;
    font-weight: 400;
    color: #fff;   
    line-height: 1.7;
     margin-top: 20px;
}
.monthBar.darkBg .monthTitleText,
.monthBar.darkBg h3 {
    color: #fff!important;    
    font-family: 'Alike', serif !important;
    font-weight: 400 !important;


}





