
a{
    text-decoration: none;
    color: #555;
}
#splide{
    direction: ltr;
    width: 80%;
    border-radius: 50px;
    overflow: hidden;
    margin: auto;
    border: 10px solid #fff;
}
  .splide {
            position: relative;
            width: 100%;
        }
        .splide__slide {
            position: relative;
            overflow: hidden; /* Ensures no overflow of image */
        }
        .splide__slide img {
            width: 100%;
            height: auto;
            display: block; /* Remove any space below image */
            object-fit: cover; /* Ensures image covers the container */
        }
      
        /* Optional: Adjust height of the slides */
        .splide__slide {
            height: 400px; /* Adjust height as needed */
        }
        .splide__slide img {
            height: 100%; /* Ensures image height fits the container */
            object-fit: cover; /* Cover the container while preserving aspect ratio */
        }
        @media only screen and (max-width: 900px) {
            .splide__slide {
                height: 250px; /* Adjust height as needed */
            }
          }
/* Banner */
.banner img{
    width: 100%;
}

/* slideshow */
#slideshow{
    background-color: #cdcdcd;
    padding:10px 0;
}
/* items */

#items{
    background-color: #818181;
    color:#fff;
    padding: 20px 0;
    margin-bottom: 0;
}
#items .item{
    border-radius: 10px;
    border: 1px solid #7c7c7c; /* Optional: Border for visibility */
    box-shadow: 2px -2px 17px -8px rgb(76 76 76);
    border-left: 10px solid #D8CDC2;

    
}

#items .item  h5{
    font-weight: bold;
}
#items .item p{
    font-size: 13px;
    font-weight: bold;
    color:#303030
}
#items .item i {
    background-color: #565656;
    border-radius: 10px;
    width: 10%;
    text-align: center;
    padding: 10px;
    color:#D8CDC2;
    display: block;
    margin: 10px 0;
    font-size:30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 9:55 - 10:10 */

/* Maps */
#maps iframe{
    width: 100%;
    border-radius: 55px;
    border: 10px solid #fff !important;
}


/* Footer Top */
#footerTop{
  margin-top: 0;
  background-color: #EDE8E3;
  color:#2d2d2d;
  font-weight: bold;
  padding: 40px 0;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
}
#footerTop .item{
  background-color: #D8CDC2;
  border: 10px solid #fff;
  border-radius: 25px;
  box-shadow: 11px 2px 9px -4px rgb(200 200 200)

}
#footerTop .item h5{
  font-size: 50px;
}
#footerTop .item h5::first-letter{
  color:#B8860B;
}

#footerBottom {
    background-color: #CDCDCD;
    padding: 10px 0;

}
#footerBottom a{
    color:#2d2d2d;
    font-weight: bold;
}

/* Change folder icon color from yellow/orange to site color */
.fa-folder,
.fa-folder-open {
    color: #D8CDC2 !important;
}
#footerBottom  p{
    font-size: 14px;
    padding: 5px 0;
    color:#2d2d2d;
    font-weight: bold;
}
#footerBottom  i {
    color:#2d2d2d;
    font-size: 24px;
}

.information .heading span{
    display: block;
    background: #d63384;
    font-weight: bold;
    padding: 3px 0;
    border-radius: 5px;
}


/* Media */



@media only screen and (max-width: 500px) {
    #containerLogin{
        width: 100% !important;
    }
    #containerLogin input{
        font-size: 13px;
        font-weight: normal !important;
    }
    #containerLogin button{
        font-size: 12px;
    }
    #appLogin{
        border-bottom: 3px dotted #b3b3b3;
    }
  #appLogin h5,#appParent h5{
    font-size: 16px;
    padding: 4px !important;
  }
  }