@import url('https://fonts.googleapis.com/css2?family=Acme&family=DM+Sans&family=Itim&family=Playfair+Display&display=swap');

body {
  background-color: #E0A35C;
  width: 100%;
  margin: 0;
  clear: both;
  font font-family:'Playfair Display', serif;
}


.navigation-bar {
  width: 100%;
  height: 100px;
  background-color: #614628;
  padding-top: 2em;
  padding-bottom: 2em;
}

.logo {
  display: inline-block;
  vertical-align: top;
  width: 140px;
  height: 100px;
  margin: 0 1% 0 5%;
  float: left;
}

.navigation-bar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  padding: 10px 0;

}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
 
}


nav ul li {
  cursor: pointer;
  padding: 0.2em;
  flex: auto;
  text-align: center;
}

nav ul li:hover {
  background-color: #555;
  color: white;
}

.navigation-bar li {
  display: inline;
  margin: 0 5%;
  padding: 20px;
  float: inline-end;
}

.navigation-bar li a {
  color: #FFFF;
  font-size: 1.8em;
  text-decoration: none;
  word-spacing: 0.5em;
  padding-bottom: 2em;

}

h1{
  font-family:'Playfair Display', serif;
  font-size: 4em;
  color: #873e23;
  text-align: center;

}

.slider-inner {
  display: flex;
  overflow: hidden;
}

.slider-item {
  display: flex;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  animation: slide 16s infinite linear;
}

.slider-image {
  flex-basis: 50%;
  width: calc(100% / 3);
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slider-image-two {
  flex-basis: 30%;
}

.slider-image-three {
  flex-basis: 20%;
}

.slider-image img {
  width: 100%;
  height: 100%;
}

@keyframes slide {
  to {
    transform: translateX(-100%);
  }
}

button {
    text-align: center;
    display: block;
    margin: 10px auto;
    padding: 5px 20px;
    background-color: #873e23;
    border: 1px solid #797979;
    color: antiquewhite;
    font-family:'Playfair Display', serif;
    text-transform: none;
    letter-spacing: 3.5px;
    font-size: 1.5rem;
    border-top-left-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
    padding-bottom: 0.5em;
    background: #614628;
    cursor: pointer;
    cursor: #ffff;
    
    }

    body {
      color: #fff;
      font-size: 1.1em;
      line-height: 1.5;
      text-align: center;
    }
    
    img {
      display: block;
      width: 100%;
      height: auto;
    }
    
    h1,
    h2,
    h3 {
      margin: 0;
      padding: 1em 0;
    }
    
    p {
      margin: 0;
      padding: 1em 0;
    }
    
    .btn {
      display: inline-block;
      background: #333;
      color: #fff;
      text-decoration: none;
      padding: 1em 2em;
      border: 1px solid #666;
      margin: 0.5em 0;
    }
    
    .btn:hover {
      background: #eaeaea;
      color: #333;
    }
    
    
    #showcase {
      min-height: 450px;
      color: #fff;
      text-align: center;
    }
    
    #showcase .bg-image {
      position: absolute;
      background: #333
      Sbackground-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 450px;
      z-index: -1;
      opacity: 0.4;
    }
    
    #showcase h1 {
      padding-top: 100px;
      padding-bottom: 0;
    }
    
    #showcase .content-wrap,
    #section-a .content-wrap {
      padding: 0 1.5em;
    }
    
    
    #section-a {
      background: #eaeaea;
      color: #333;
      padding-bottom: 2em;
      font-family 'Playfair Display', serif;

    }
    
    #section-b {
      padding: 2em 1em 1em;
      font-family:'Playfair Display', serif;
    }
    
    #section-b ul {
      list-style: none;
      margin: 0;
      padding: 0;
      font-family:'Playfair Display', serif;

    }
    
    #section-b li {
      margin-bottom: 1em;
      background: #fff;
      color: #333;
      font-family:'Playfair Display', serif;
    }
    
    .card-content {
      padding: 1.5em;
    }
        
    #section-c {
      background: #fff;
      color: #333;
      padding: 2.5em;
      font-family: 'Acme', sans-serif;
    }
    
    #section-d .box {
      padding: 2em;
      color: #fff;
      font-family:'Playfair Display', serif;
    }
    
    #section-d .box:first-child {
      background: #873e23;
      font-family:'Playfair Display', serif;
    }
    
    #main-footer {
      padding: 2em;
      background: #000;
      color: #000
      text-align: center;
    }
    
       
    @media (min-width: 700px) {
      .grid {
        display: grid;
        grid-template-columns: 1fr repeat(2, minmax(auto, 25em)) 1fr;
      }
    
      #section-a .content-text {
        columns: 2;
        column-gap: 2em;
        font-family: 'DM Sans', sans-serif;
      }

      }
    
      #section-a .content-text p {
        padding-top: 0;
      }
    
      .content-wrap,
      #section-b ul {
        grid-column: 2/4;
      }
    
      .box,
      #main-footer div {
        grid-column: span 2;
      }
    
      #section-b ul {
        display: flex;
        justify-content: space-around;
      }
    
      #section-b li {
        width: 31%;
      }
      footer{
        font-family:'Playfair Display', serif;
        font-size: 1em;
        color: #873e23;
      }
  