.hero-with-image {
    background-image: url(../img/header.jpg);
    background-position: center;
    background-size: cover;
  }

.hero-with-image h1 {
    color: #bb4528;
    text-align: center;
}

.navbar-burger{
    color: #f0ece5!important;
}

.custom-navbar {
    background-color: #bb4528!important; /* Set your desired background color here */
    text-align: center;
}

.navbar-start {
  flex-grow: 1!important;
  justify-content: center!important;
}


.navbar-item {
    color: #f0ece5!important; /* Replace with your desired text color */
    font-size: xx-large;
}

.navbar-item:hover {
    background-color: #bb4528!important; /* Replace with your desired background color */
    text-decoration:underline!important;
}

.gallery a img {
padding: 10px; /* Add padding around each image */
border-radius: 10%; /* Round the corners of each image */
}

body, html {
    margin: 0;
    padding: 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: #f0ece5;
}