li a {
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* ---------------- classes */
.brand_image {
  height: 60px;
}



.nav-link {
  margin: 0 10px;
}

.nav-link:hover {
  text-decoration: none;
  color: black;
}

.nav-item:hover {
  background-color: #d7ba2e;
  color: black;
}

.first_section {
  color: white;
  padding-top: 8rem;
  font-size: 3rem;
}

.bg_image {
  width: 100%;
  height: 500px;
  background-color: white;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("Images/Section 1 bg image2.jpg");
}

.textAlignCenter {
  padding-top: 10px;
  text-align: center;
}

.firstSectionBottom {
  background-color: #998629;
  color: white;
}

.secondSectionLeft {
  margin: 5% 0;
  text-align: left;
  padding: 0;
}

.secondSectionRight {
  width: 450px;
  padding: 3% 0;
  transition: 0.5s;
}

.secondSectionRight:hover {
  width: 600px;
}

.overflowHidden {
  overflow: hidden;
  width: 104%;
  height: 300px;
}

.positionRelative {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}

.mainContant {
  position: absolute;
  width: 100%;
}

.overlay {
  position: absolute;
  background-color: #998629;
  opacity: 0.5;
  width: 600px;
  height: 100%;
  transition: 0.5s;
  top: 0;
  left: 15px;
}

.positionRelative:hover .overlay {
  left: 600px;
}

.section3 {
  margin-top: 5%;
  text-align: center;
}

.carousel-item {
  text-align: center;
}

.container-fluid01 {
  background-color: #998629;
  text-align: center;
  color: white;
  padding-top: 3rem;
  margin: 1.5rem 0;
}

.slideShow {
  padding: 5% 30%;
  color: white;
}

.image {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 5px solid white;
}

.next-prev {
  width: 50px;
}

.footer {
  background-color: #998629;
  text-align: center;
  padding: 2% 0;
  color: white;
  margin-top: 3%;
}

.myButton {
  background-color: #d7ba2e;
  border-radius: 42px;
  display: inline-block;
  color: #ffffff;
  font-family: Arial;
  font-size: 17px;
  padding: 16px 31px;
  text-decoration: none;
}

.myButton:hover {
  background-color: #595525;
  color: #ffffff;
  text-decoration: none;
}

.colorText {
  color: #998629;
}
