
.horizontal-bar-white {
  width: 100%;
  height: 50px;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.horizontal-bar-gray {
  width: 100%;
  height: 50px;
  background-color: gray;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
p {
  margin: 25px 75px 25px;
}

li {
  margin: 25px 75px 25px;
}

h3 {
  margin: 25px 75px 25px;
}

h4 {
  margin: 25px;
}

.schedule {
  flex-direction: column;
  margin-left: 25px;
}

.horizontal-bar-black {
  width: 100vw;
  /* Set width to 100% of viewport width */
  height: 300px;
  background-color: black;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 200px) {
  .text {font-size: 11px}
}
/* Centering the title */
h2 {
  text-align: center;
}

/* Styling the days and hours */
h4 {
  text-align: center;
}

.horizontal-bar img {
  height: 100px;
  margin-right: 70 px;
}

.horizontal-bar span {
  font-size: 20px;
}
/* Styling for Gallery */ 
.responsive-img {
  width: 100%;
  max-width: 500px;
  /* Adjust as needed for your largest image */
  height: auto;
}

@media (max-width: 600px) {
  .responsive-img {
      max-width: 100%;
  }
}

/* Reset all margins and paddings for the entire document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  width: 100%;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.container {
  background-color: white;
  /* Gray background color */
  padding: 20px;
  /* Add padding for spacing */
  text-align: center;
  /* Center the content */
}

.container-grey {
  background-color: gray;
  /* Gray background color */
  padding: 20px;
  /* Add padding for spacing */
  text-align: center;
  /* Center the content */
}

.align-left {
  margin: 0;
  padding: 0;
}

.align-rigth {
  margin-left: auto;
}

html {
  height: 100%;
  width: 100%;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

header {
  background: #27235C;
  color: #fff;
  padding: 1rem 0;
  text-align: center;
}

nav ul {
  list-style: none;
  padding: 0;
}

nav ul li {
  display: inline;
  margin: 0 1rem;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
}

section {
  padding: 2rem;
  margin: 1rem 0;
}

section#home {
  background: #f4f4f4;
}

form {
  display: flex;
  flex-direction: column;
}

form label {
  margin: 0.5rem 0 0.2rem;
}

form input,
form textarea {
  padding: 0.5rem;
  margin-bottom: 1rem;
}

form button {
  padding: 0.5rem;
  background: #333;
  color: #fff;
  border: none;
  cursor: pointer;
}

footer {
  background: #000000;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  position: fixed;
  bottom: 0;
  width: 100%;
}

h3 {
  margin-left: auto;
}