
:root {
    background-color: rgb(230, 227, 227);
    }
  
  
    .headerContainer {
      background-color: rgb(230, 227, 227);
    }
  
    .mainHeaderRow {
      /*margin-left: 7% !important;
      width: 80%;
      align-items: center;
      justify-content: center !important;
      margin-top: 50px !important;
      display: flex;*/
      gap: 1rem;
      text-align: center !important;
      padding-bottom: 50px;
  }
  
  body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Prevent horizontal scrolling */

  }
  body {
    -webkit-font-smoothing: auto !important; /* or initial */
  }
  .navList {
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    gap: 2rem;
  }
  
  .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;
      }




  #headerNamePhotoId {
      margin-top: -115px;
  }
  
    #headerNamePhotoId {
      margin-top: -118px;
    }
  
    .headerContent {
    text-align: center;
    background-color: rgb(230, 227, 227);
    padding-bottom: 10px;
    }
  
    .headerContent h2 {
      font-family: 'Poiret One', cursive;
      font-size: 75px;
      font-weight: bold;
      color: rgb(188, 67, 19) !important; 
    }
  
  /* IMAGE CONTAINER HEADER AND TOP MARGIN */
  
    .imageContainer {
    padding-top: 10px;
    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;
      
    }
  
  
  
  .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: 30px;
  }
  
  /* ROW CELL MARGINS - LEFT AND RIGHT */
  
  
      /* IMAGE SIZING */
      .img11x8-5 {
        margin-top: 50px;
            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;
    }
  
    .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 {
      justify-content: center;
      background-color: rgb(230, 227, 227);
      width: 80%;
      font-size: 20px;
      margin-left: 12.25%;
      padding-top: 35px;
  }
  
  .footerRow {
      justify-content: center;
      
  }
   
    .footerContainer a {
        color: rgb(188, 67, 19) !important;
    }
  
  
  @media (min-width: 1440px) {
  
  }
  
  @media (min-width: 992px) {
  
  }
  @media (max-width: 576px) {
    .row{
      display: flex;
      flex-direction: column;
    }

    #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 */
  }

  }