/* blue #2e3f82 */
/* gold #c9b96d */

@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&family=Dancing+Script:wght@400..700&display=swap");

p {
  margin-block-start: 0;
}

p:last-child {
  margin-block-end: 0;
}

.homeSlider {
  display: flex;
  flex-direction: row;
  height: 700px;
  width: 100%;
}

.navBar {
  display: flex;
  flex-direction: column;
  background-color: #f8f2ee;
  width: 20%;
}

.navbar .container {
    row-gap: ;
}

ul {
  list-style-type: none !important;
  space
}

.headerLogo {
  width: 50% !important;
}

.navBar .container .headerInfo a {
  color: #ad9883 !important;
  text-decoration: none;
}

.greenBtn {
  background-color: #5c6558;
  color: white;
  border-radius: 15px;
  padding: 5px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
}

.sliderContent {
  width: 80%;
  display: flex;
  flex-direction: column;
  background-image: url("/img/slider.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sliderContent .container {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 60%;
}

.sliderContent .container img {
  width: 50%;
}
