ul.no-bullets {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.container-fluid {
    background-color: white;
    font-family: sans-serif;
}

#logo {
    display: flex;
    align-items: center;
    justify-content: center;

}

.navbar-toggle {
    width: 50px;
    height: 50px;
}

#nav {
    font-family: sans-serif;
    font-weight: 400; 
    font-size: 15px;
    margin-bottom: 0;
}

.topline {
    font-family: "Cinzel", serif;
    font-weight: 700;
    font-style: normal;
    background-color: #FBF2ED;
    padding: 20px;
    text-align: center;
}

.info {
    width: 100%;
    padding: 20px    
}

.details {
    font-size: 15px;
    padding-top: 20px;
    width: 100%;

}

#tagline {
    font-family: "Cinzel", serif;
    font-weight: 700;
    font-style: normal;
    width: 100%;
    text-align: center;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    align-content: center;
}

#sheep {
    padding-top: 30px;
}

#deer {
    padding-top: 25px;
}

#footer {
    line-height: 20px;
    margin: inherit;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 10px;
    background-color: #FBF2ED;
    color: black;
}
    }
}

.features {
    line-height: 35px;
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 50px;
    color: black;
}

.sitemap a {
    color: black; 
}
.sitemap a:hover {
    color: azure;
}

.social {
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #FBF2ED;
}

.copyright { 
    color: ghostwhite;
    vertical-align: bottom;
}



address {
    margin-bottom: 0px;
}

#insta {
    padding-left: 15px;
    padding-right: 15px;
}

#contact {
    line-height: 20px;
    padding-top: 20px;
}

* {
    box-sizing: border-box;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* Local Area CSS */

.town {
    text-align: center;
    line-height: 25px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.localarea {
    line-height: 25px;
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
}

#laimages {
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.amenities {
    line-height: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 20px;
    text-align: center;
    font-size: 15;
}

h3 {
    margin-top: 10px;
}


#nobook {
    line-height: 5px;
    padding-right: 50px;
    padding-top: 20px;
}

/* CSS */



/* booking css */

.booking {
    padding-bottom: 20px;
}

div.elem-group {
    margin: 20px 0;
}

div.elem-group.inlined {
    width: 49%;
    display: inline-block;
    float: left;
    margin-left: 1%;
}

label {
    display: block;
    font-family: 'Nanum Gothic';
    padding-bottom: 10px;
    font-size: 1.25em;
}

input, select, textarea {
    border-radius: 10px;
    border: 2px solid #777;
    box-sizing: border-box;
    font-size: 1.25em;
    font-family: 'Nanum Gothic';
    width: 100%;
    padding: 10px;
}

div.elem-group.inlined input {
    width: 95%;
    display: inline-block;
}

textarea {
    height: 250px;
    resize: none;
}

hr {
    border: 1px dotted #ccc;
}

button {
    height: 80px;
    width: 120px;
    background: #FFD196;
    border: none;
    color: white;
    font-size: 1.25em;
    font-family: 'Nanum Gothic';
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    border: 2px solid black;
}

.faq {
    border: solid; 1px;
    border-radius: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 5px;

}

/* Gallery css */
.gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  padding: 20px 10px;
  max-width: 1100px;
  margin: 0 auto;
}

.gallery-item {
  flex: 1 1 300px;
  max-width: 300px;
  aspect-ratio: 4 / 3;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
  margin-bottom: 16px;
}


.gallery-item:hover {
  transform: scale(1.02);
}

.gallery-item img {
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 6px 6px 0 0;
}

.desc {
  padding: 10px;
  text-align: center;
  font-size: 14px;
  color: #333;
}

/* Responsive adjustments */
@media only screen and (max-width: 700px) {
  .gallery-item {
    flex: 1 1 48%;
  }
}

@media only screen and (max-width: 500px) {
  .gallery-item {
    flex: 1 1 100%;
  }
}


/* Color Theme Swatches in Hex */
.neutral-color-palette-neutral-color-palette-home-design-regarding-pastel-colour-palette-decorating-neutral-color-schemes-for-small-houses-1-hex { color: #CDD5C6; }
.neutral-color-palette-neutral-color-palette-home-design-regarding-pastel-colour-palette-decorating-neutral-color-schemes-for-small-houses-2-hex { color: #FBF2ED; }
.neutral-color-palette-neutral-color-palette-home-design-regarding-pastel-colour-palette-decorating-neutral-color-schemes-for-small-houses-3-hex { color: #B7BCBF; }
.neutral-color-palette-neutral-color-palette-home-design-regarding-pastel-colour-palette-decorating-neutral-color-schemes-for-small-houses-4-hex { color: #E8D4C6; }
.neutral-color-palette-neutral-color-palette-home-design-regarding-pastel-colour-palette-decorating-neutral-color-schemes-for-small-houses-5-hex { color: #FFE2C3; }