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

  body, html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    overflow-x: hidden;
  
  }
  

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

  .headerContent {
    background-color: rgb(230, 227, 227);
  text-align: center;
  padding-bottom: 10px;
  }

  .mainHeaderRow {
    margin-left: 10% !important;
    width: 80%;
    align-items: center;
    justify-content: center !important;
    margin-top: 0px !important;
    display: flex;
    gap: 1rem;
    text-align: center !important;
    padding-bottom: 8px;
}

.navList {
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    gap: 2rem;
    
}

#imageRow1 {
  justify-content: center;
  margin-bottom: 60px !important;
  width: 100%;
  margin-top: 60px !important;
  display: flex !important;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
  padding: 0;
  text-align: center;
}

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

    /* IMAGE SIZING */
  .img11x8-5 {
    width: 400px;
    height: 308px;
  }

  .img8-5x11 {
    width: 308px;
    height: 400px;
    margin-top: 3px;
  }

  .img11x6-3 {
    width: 400px;
    height: 228px;
    margin-top: 90px;
  }

  .img11x11 {
    width: 400px;
    height: 400px;
    margin-top: 4px;
  }

  .footerWrapper {
    background-color: rgb(230, 227, 227);
  }
   
.footerContainer {
    background-color: rgb(230, 227, 227);
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    padding-top: 45px;
}

.footerRow {
    justify-content: center;
    
}
 
  .footerContainer a {
      color: rgb(188, 67, 19) !important;
  }



  

/* Media query for small screens */
@media (max-width: 576px) {

  .img11x8-5 {
     width: 100% !important;
     height: 280px !important;
}


  #backToTop {
      position: fixed; /* Fixed position */
      bottom: 10px;    /* 10px from the bottom */
      right: 10px;     /* 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 */
  }
}
