﻿.div-about-gal
{
 margin-left:80px;
 color: #3b331a;
}
ul.about-gal {
  list-style-type: none; /* Remove default list styling */
  padding: 0;
  color: #3b331a;
 
}

li.about-gal {
  display: flex; /* Use flexbox to align items */
  align-items: center; /* Center items vertically */
  margin-bottom: 10px; /* Space between list items */
   margin: 12px 0;
   color: #3b331a;
}

li.about-gal img {
  width: 25px; /* Set a fixed width for the image */
  height: 25px; /* Set a fixed height for the image */
  margin-right: 10px; /* Space between image and text */
  border-radius: 50%; /* Make the image circular */
}

li.about-gal span {
  font-size: 16px; /* Adjust text size */
  color: #3b331a; /* Text color */
}




.col {
    padding: 5px;
    font-family: Luxora Grotesk;
    color: #3b331a;
}
.offers-sub-title {
    font-size: 18px;
    color: #3b331a;
    font-weight: 300;
    margin-bottom: 20px;
    text-align:justify;
}



.btn-fill {
    font-size: 16px;
    width: 120px;
    padding: 6px 6px;
    border-radius: 0px;
    background-color: #7C2011;
    color: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(212, 175, 55);
    text-decoration: none;
    font-family: Emilea;
    margin: 0px;
    font-weight:bold;
}

    .btn-fill:hover {
        color:white;
        text-decoration :none;
    }


    /* MULTICOLUMN GALLERY*/
    
        ul.ul-gal {
  columns: 200px;
  break-inside: avoid;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
}
li.li-gal {
  list-style-type:none;
}
img.img-gal {
  width: 100%;
  display: block;
  object-fit: cover;
  margin-top: 0px;
  margin-bottom: 20px;
  border: 1px solid black;
  box-shadow: 1px 3px 8px rgba(0,0,0,0.5);
}

    


