//CSS code for website
nav {
  max-width: 100%;
  mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 25%, #ffffff 75%, rgba(255, 255, 255, 0) 100%);
  margin: 0px auto;
  padding: 0px 0;}

.banner img {
  width: 100%;
  height: auto; /* Ensure the image scales proportionally */
  position: relative; /* Change to relative for better positioning */
}

.banner ul {
  text-align: center;
  margin: -4px auto;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1), inset 0 0 0px rgba(255, 255, 255, 0.6);}

nav ul li {
  display: inline-block;}

nav ul li a {
  padding: 20px;
  font-family: 'Playfair Display';
  font-size: 20px;
  font-weight: bold;
  text-transform:uppercase;
  color: rgba(18,96,70,1);
  text-decoration: none;
  display: block;}

h4 { font-size:40px;
  font-family: 'Playfair Display';
  color: rgba(18,96,70,1);
  margin-bottom: 10px;
  margin-top: 10px;}
h5 , h3, h1, h2 {
  color: rgba(18,96,70,1);
}

//centering whole page
html, body {
    height: 100%;}
html {
    display: table;
    margin: auto;}
body {
    display: table-cell;
    vertical-align: middle;}

  #index-main {
      display: block;
      max-width: 600px;
      width: 100%;
      height: auto;
      margin: 0 auto;
    }
    
    @media (max-width: 767px) {
      #index-main {
        max-width: 70%;
      }
    }    

.body-text {
  width: 80%; /* Adjust width for better responsiveness */
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 0px; }

.under {font-size: 18px;}

.image-container {
  display: flex;
  justify-content: center;
  gap: 5px;  /* Optional: Adds gap between the images */
}

.index-image {
  width: 20%;  /* Ensures all images take up equal width */
  height: auto;  /* Adjust to desired height */
  object-fit: cover;  /* Ensures images fill the space without distortion */
  border: 1px solid rgba(18, 96, 70, 1);
}

table, th, td{
  border: 2px solid #126046;
  border-collapse: collapse;
  color: #126046;
  margin: 0px auto;
  font-size: 12px;}

body{
    color: rgba(5,53,37,255); 
    font-family: 'Playfair Display';
    text-align: center;
    width: 100%;
    background-color: rgba(252,244,224,1);
    margin:0px;}

.site-footer
{
  background-color: rgba(252,244,224,1);
  padding:40px 50px 20px;
  font-size:10px;
  line-height:24px;
  color: rgba(18,96,70,1);}

.site-footer a
{
  color: rgba(18,96,70,1);
text-decoration:none;}

.site-footer a:hover
{
  color: rgba(18,96,70,1);
  text-decoration: none;
  font-weight: bold;}

.site-footer .social-icons
{
  text-align:center;
  margin: 0 auto;
  margin-bottom: 25px;}

.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color: rgba(18,96,70,1);
  }

.copyright-text
{
  margin:0;}

@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px}
  .body-text {
    font-size: 18px; /* Adjust font size for readability */
  }
  nav ul li a {
    padding: 15px; /* Adjust padding for smaller screens */
    font-size: 18px; /* Adjust font size */
  }
}

@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0}
  
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center}
  .banner-text h1 {
    font-size: 14vw; /* Further adjust font size for smaller screens */
    top: 10%;
    left: 5%; /* Adjust positioning */
  }
  .banner-text h2 {
    font-size: 8vw; /* Further adjust font size for smaller screens */
    top: 30%;
    left: 5%; /* Adjust positioning */
  }
  .body-text {
    font-size: 16px; /* Further adjust font size for readability */
  }
  nav ul li a {
    padding: 10px; /* Further adjust padding for smaller screens */
    font-size: 16px; /* Further adjust font size */
  }
}

.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none;}

.social-icons li
{
  display:inline-block;
  margin-bottom:2px;
  margin-top:4px;
  margin-right:2px;}

.social-icons a{
  color: rgba(252,244,224,1);
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear}

.social-icons a.facebook:hover
{
  background-color: rgba(252,244,224,1);}

.social-icons a.instagram:hover
{
  background-color: rgba(252,244,224,1);}

.social-icons a.email:hover
{
  background-color: rgba(252,244,224,1);}

@media (max-width:767px)
{
  
 .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600}}