/*Ella Encontró*/
:root {
    background-color: rgb(230, 227, 227);
    }
  
  
    .headerContainer {
      background-color: rgb(230, 227, 227);
    }
    

  body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden !important; /* Prevent horizontal scrolling */
  }

  body {
    -webkit-font-smoothing: auto !important; /* or initial */
  }
  
  .headerContent hr {
    margin-left: 12%;
    width: 78%;
  }

  .headerContent h2 {
    font-family: 'Poiret One';
    font-size: 75px;
    font-weight: bold;
    color: rgb(188, 67, 19) !important; 
  }

  .imageContainerTest {
    background-color: rgb(230, 227, 227);
    /*padding-top: 50px;*/
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .imageRow1 {
    background-color: rgb(230, 227, 227);
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-right: 44px;
  }
  .col-md-4 {
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .imgColCell {
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    border-style: solid;
    border-color: grey;
    /* padding: 18px; */
    height: 450px !important;
  }

  .projectCol {
    width: 450px !important; 
    background-color: white;
    margin-left: 45px; 
  }

  .title {
    background-color: rgb(230, 227, 227);
  }

  .titleH3 {
    background-color: rgb(230, 227, 227);
   
  }

  .grandmotherTitle a{
    font-size: 30px;
    color: grey !important;
    text-decoration: none;
  }

  #grandmaRow {
    background-color: rgb(230, 227, 227);
  }

  .favCereal {
    width: 115%;
  }

  .favCereal a{
   margin-left: -20px;
  }

  .col-md-4 a {
    font-size: 30px;
    color: grey !important;
    text-decoration: none;
      }

      .col a:hover {
        color: grey;
        text-decoration: underline rgb(188, 67, 19) !important; 
      }

      .col-md-4 h5:hover {
        text-decoration: rgb(188, 67, 19) !important; 
      }

      .col- {
        text-align: center;
      }

      .col a {
        text-decoration: none;
        color: gray;
        font-size: 30px;
        font-weight: 500;
      }
  
    
  .navList {
      list-style: none;
      flex-wrap: wrap;
      display: flex;
  }
  
  .headerContent {
  text-align: center;
  background-color: rgb(230, 227, 227);
  padding-bottom: 10px;
  }
  
  .headerContent h2 {
    font-family: 'Poiret One' !important;
    font-size: 75px;
    /* font-weight: 100; */
    color: rgb(188, 67, 19) !important; 
  }
  
  /* IMAGE CONTAINER HEADER AND TOP MARGIN */
  
  .imageContainer {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: rgb(230, 227, 227);
}  
  #imageRow1 {
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
    margin-top: 30px !important;
    display: flex !important;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  
  .imageContainer h1 {
    justify-content: center;
    text-align: center;
  }
  
  
  #imageRow1 {
    justify-content: center;
    
  }
    /* Test horizonatal grid system */
    .imageRowHorizontalScale{
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); /* Three equal columns, fluid resizing */
      gap: 10px; /* Space between grid items */
      flex-wrap: nowrap;
      max-width: auto;
      max-height: auto;
  
  
    }
    #horizontalRowID{
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); /* Three equal columns, fluid resizing */
      gap: 10px; /* Space between grid items */
      flex-wrap: nowrap;
      max-width: auto;
      max-height: auto;
  
  
    }
  
  
  .imageResize {
    border-style: solid;
    border-color: grey;
    background-color: white;
    padding: 18px;
  }
  
  /*.imageResize:hover {
    transform: scale(1.75);
    border: none;
    margin-right: 30%;
    margin-left: 30%;
  } */
  
  .img8-5x11Row {
  text-align: center;
  margin-top: 10px;
  }
  
  /* ROW CELL MARGINS - LEFT AND RIGHT */
  
    /* IMAGE SIZING */
    .img11x8-5 {
      /*margin-top: 50px;
          width: 400px;
          height: 308px; */
          width: 100%;
          overflow: hidden;
          position: relative;

        }
      
        .img8-5x11 {
         /* width: 308px;
          height: 400px;
          margin-top: 3px; */
          width: 100%;
          overflow: hidden;
          position: relative;

        }
      
        .img11x6-3 {
         /* width: 400px;
          height: 228px;
          margin-top: 35px;
          margin-bottom: 35px; */
          width: 100%;
          overflow: hidden;
          position: relative;

        }
      
  .img11x11 {
    width: 400px;
    height: 400px;
    margin-top: 4px;
  }
  
  .projectStatementWrapper {
    background-color: rgb(230, 227, 227);
  }
  
  .projectStatement {
    margin-left: 15% !important;
    margin-right: 15% !important;
    padding-top: 65px !important;
    background-color: rgb(230, 227, 227);
  }
  
  .projectStatement h2 {
    text-align: center;
    font-family: 'Poiret One', cursive;
    font-weight: bold;
    font-size: 45px !important;
  }
  
  .projectStatement h3 {
    text-align: center;
  }
  
  .projectStatement p {
    margin-top: 10px !important;
  }
  
  .stateRow p {
    text-indent: 40px;
  }
  
  .galleriesBtn {
    padding-top: 40px;
    background-color: rgb(230, 227, 227);
    font-family: 'Poiret One' !important;
    text-align: center;
    text-decoration: none !important;
    text-decoration-style: none !important;
    font-size: 35px;
    color: rgb(188, 67, 19) !important;
  
  }
  
  .galleriesBtn a {
    text-decoration: none !important;
    text-decoration-style: none !important;
    font-size: 40px;
    color: black;
    font-weight: 100;
  }
  
  .galleriesBtn a:hover  {
    color: rgb(188, 67, 19) !important;
  }
  
  .footerWrapper {
    background-color: rgb(230, 227, 227);
  }
  
  .footerContainer {
    background-color: rgb(230, 227, 227);
    justify-content: center;
    width: 80%;
    font-size: 20px;
    margin-left: 12.25%;
    padding-top: 35px;
  }
  
  .footerRow {
    justify-content: center;
    
  }
  
  .footerContainer a {
      color: rgb(188, 67, 19) !important;
  }

  .imgColCell8-5x11 {
    display: flex;
    justify-content: center;
    align-items: center;
  }


#backToTop.visible {
    display: block; /* Show the button */
}

#backToTop.hidden-opacity {
    opacity: 0.3; /* Slightly transparent */
}

#backToTop:hover {
    opacity: 1; /* Fully visible when hovered */
}

  
  @media (max-width: 576px){

    .row{
      display: flex;
      flex-direction: column;
    }

    .imageContainer h1 {
      justify-content: center;
    
      padding-right: 15px;
      padding-left: 20px;
      text-align: center !important;
  
    }
    #backToTop {
        position: fixed; /* Fixed position */
        bottom: 30px;    /* 10px from the bottom */
        right: 30px;     /* 10px from the right */
        z-index: 9999;   /* Make sure it's on top of other content */
        padding: 8px 16px; /* Padding for size */
        background-color: #666; /* Background color */
        color: white; /* Text color */
        border: none; /* No border */
        cursor: pointer; /* Cursor indicates it's clickable */
        border-radius: 5px; /* Rounded corners */
        opacity: 0.3; /* Slightly transparent */
        display: none; /* Hidden by default */
        transition: opacity 0.5s ease; /* Smooth transition for opacity */
    }
    
    #backToTop.visible {
        display: block; /* Show the button */
    }
    
    #backToTop.hidden-opacity {
        opacity: 0.3; /* Slightly transparent */
    }
    
    #backToTop:hover {
        opacity: 1; /* Fully visible when hovered */
    }
    
  
  }