
* {
    font-family: 'Gill Sans', sans-serif;
    color: rgb(48, 48, 48);
    text-decoration: none;
    box-sizing: border-box; /* Include padding and borders in element's total width and height */

}

body {
    margin: 20;
    background-color: #fffafa;
 
   
    overflow-x: hidden;
}



main {
    margin-top: 120px; /* Space for the fixed header with padding */
    padding: 20px; /* Adding padding for main content */
}




.headerContainer {

    margin: 0; /* Set margin to zero to avoid overflow */


    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;

z-index: 10000;
width: 100%;
top:0;
left: 0;
background-color:  #f1eded40;
border-bottom: 1px solid #3333332d; /* Line below header */
white-space: nowrap;
}


.nav-icons {
    display: flex;
    flex-direction: row;
    gap: 30px; /* Space between icons */
    margin-right: 20px;

align-items: center;
}

@media (max-width: 768px) {
    .nav-icons {
        display: flex;
        gap: 15px; /* Space between icons */
       margin-right: 20px;
        flex-direction: row;
        justify-content: space-around;
    }  

}
.title-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
}

.name {
    color: #666666;
    margin: 0;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 8px;
}

.subtitle {
    color: #aaaaaa;
    margin: 0;
    font-size: 24px;
    font-weight: 200;
}

.nav-icon {
    text-decoration: none;
    font-size: 18px; /* Adjust icon size */
    width: auto;
    height: 24.0px;
    
}
.nav-icon:hover {
    opacity: 0.7; /* Slight change on hover */
}

#titleVideo {
 
 width: 100%;
 padding:79.93% 0 0 0;
position:relative;
overflow: hidden;

}


#posts {

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
    text-decoration: none;
    margin-top: 40px;
}
.post {
    display:flex;
    flex-direction: column;
justify-content: flex-start;
    padding: 5px;
align-items: flex-start;
gap: 20px;
border: 1px solid #eeeeee;     /* Add a solid border */
border-radius: 5px;  
background-color: rgb(236, 236, 236); 
text-decoration: none;
}

.postBody {
   
    border-radius: 5px;
    font-size: 18px;
    font-weight: 100;
    text-decoration: none;

    text-align: left;
    flex-grow: 0;
}

.post a{
    width: 100%;
    text-decoration: none;
margin: 20px;

}
.post img {

width: 30%;
height: auto;
border: 1px;
border-radius: 5px;
margin-top: 4px;
}

.postTextBox{
width: 100%;
display: flex;
flex-direction: row;
justify-content: flex-start;
text-decoration: none;
gap: 20px; /* Increase gap between elements */
padding: 0;
}

.title {
    flex-grow: 0;
    text-decoration: none;

    font-size: 24px;
    font-weight: 200;
   margin: 0;
   /* Example CSS */

    color: #C83427; /* Set the new color */


}
@media (min-width: 1024px) {
    .postBody {
   
        border-radius: 5px;
        font-size: 24px;
        font-weight: 100;
        text-decoration: none;
    
        text-align: left;
        flex-grow: 0;
    }

    .title {
        flex-grow: 0;
        text-decoration: none;
    
        font-size: 48px;
        font-weight: 200;
       margin: 20;
       /* Example CSS */
    
        color: #C83427; /* Set the new color */
    
    
    }

    .contentColumn {
        padding: 30px !important; /* Ensure padding is applied by using !important */
    }

    .postTextBox img {
        padding: 20px; /* Add padding around images on desktop */
    }

    .name {
        font-size: 48px; /* Make title bigger on desktop */
    }

    .subtitle {
        font-size: 32px; /* Make subtitle bigger on desktop */
    }

}


#top-content {
    margin: 20px;
text-align: left;
font-size: 20.0px;
    font-weight: 10;
}

.gallery {
    display: flex; 
    flex-direction: column;
    justify-content: flex-start;
width: 100%;
   overflow: auto;
    gap: 40px;
}



  #gallery-header {
    font-size: 36.0px;
    z-index: 10000;
  }


  .imageCaption {
    margin:  0;
    font-size: 20px;
  }

  .imageTitle {
    margin:  20px 0px 20px 0px;
    font-size: 22px;
    font-weight:400;
  }

  .gridContent{
    flex-grow: 1;
display: block;
flex-direction: column;
margin: 10px 10px 20px 10px;

  }

  .videoGridContent{
    flex-grow: 1;
display: inline;
margin: 10px 10px 20px 10px;

  }
  .gridItem {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background-color: #dadada;
    border-radius: 5px;

  }

  .gridContent a{
    flex-grow: 1;
    border-radius: 8px;

  
      height: auto;
  }
  .gridContent img {
  
    width: 100%;
    height: auto;
  }

  .videoGridContent iframe {
    position: relative;
    width: 100%;
height: auto;
background-color: red;
top: 0;
left: 0;
  }

 
  
  #gallery hr {
    
    margin-bottom: 40px;
    color: gray;
  }


.slideInPage {

    position: relative;
    animation: slideIn 0.5s ease forwards;

}
.placeholder-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.fullPageImage{
    display: flex;               /* Enable flexbox */
    justify-content: center;     /* Center horizontally */
    align-items: center;         /* Center vertically */
     height: 100vh;     /* Set a height for the container */
     width: 100vw;
     background-color: rgb(38, 38, 38);

}


.fullPageImage img {
    width:auto;
    max-width: 100vw;
   max-height:100vh;
   
}

.fixedBackButton {
    font-size: 24.0;
    position: fixed;              /* Keep button fixed in view */
    top: 40px;                /* Position from bottom */
    left: 20px;                 /* Position from right */
    padding: 10px 20px;          /* Button padding */
    background-color: #c3c3c3;   /* Button background color */
    color: white;                 /* Text color */
    border: none;                 /* No border */
    border-radius: 5px;          /* Rounded corners */
    cursor: pointer;              /* Pointer cursor */
    z-index: 1000;                /* Ensure it stays on top */
}

@keyframes slideIn {
    from {
        transform: translateX(100%); /* Start off-screen to the right */
        opacity: 0;                   /* Start invisible */
    }
    to {
        transform: translateX(0);     /* Move to original position */
        opacity: 1;                   /* Fade in to visible */
    }
}

hr {
    border: 0.5px solid rgb(197, 197, 197);
   margin-top: 40px;


}
