body{
    scroll-behavior: smooth;
    background-color: rgb(182, 171, 160) ;
    text-align: center;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin: auto;
}


h1{
    color: rgb(112, 28, 28);    
}

p{
    margin-left: 60px;
    margin-right: 60px ;
}

.container{
    margin:auto;
    text-align: center;
}

.navbar{
    background-color:rgba(80, 17, 16, 0.929);
}

a {
  color: rgb(112, 28, 28);
}

button{
    filter: opacity(70%);
}

.video-slideshow{
    filter: brightness(70%);
}

/* Make video fill the slide */
.carousel-item video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* keeps aspect ratio and crops if needed */
}

img{
  width: 30%;
  height: 30%;
  object-fit: cover;
}


div.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

div.gallery-item {
  margin: 5px;
  border: 1px solid #7c1818;
  width: 180px;
}


div.gallery-item img {
  width: 100%;
  height: auto;
}

.instagram-media{
filter: opacity(90%);
  display: block
}

.video-container {
  display: flex;
  justify-content: center; /* horizontal center */
  align-items: center;     /* vertical center (optional) */
}

.video-container video {
  width: 600px;  /* change size */
  height: auto;
}

