body {
      margin: 0;
      font-family: Arial, sans-serif;
    }

    /* Navbar Container */
    .navbar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 30px;
      background-color: transparent;
      position: sticky;
      top: 0;
      z-index: 1000;
    }

    /* Navbar Links */
    .navbar ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      gap: 25px;
    }

    .navbar ul li {
      display: inline;
    }

    .navbar ul li a {
      color: #fff;
      text-decoration: none;
      font-size: 16px;
      transition: 0.3s;
      padding: 5px 10px;
    }

    .navbar ul li a:hover {
      background: #fff;
      color: #222;
      border-radius: 5px;
    }

    /* Responsive for small screens */
    @media (max-width: 768px) {
      .navbar {
        flex-direction: column;
        align-items: flex-start;
      }

      .navbar ul {
        flex-direction: column;
        width: 100%;
        margin-top: 10px;
      }

      .navbar ul li {
        width: 100%;
      }

      .navbar ul li a {
        display: block;
        width: 100%;
      }
    }
.home_image {
    background-image: url(../images/drew-coffman-1872.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 100vh;
}

.home_text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: RGB(255, 255, 255);
    font-size: 22px;
    font-weight: 400;
    font-family: "Alegreya Sans";
}

.button1 {
    width: 100px;
    height: 50px;
    font-size: x-small;
    background-color: #8E7754;
    border: none;
    color: white;
}

.button2 {
    width: 100px;
    height: 50px;
    font-size: x-small;
    background-color: transparent;
    color: white;
    border: 2px solid #fff;
}
#about{
    background-color: #FFFFFF;
    margin: 120px;
}
.container{
    width: 95%;
    display: block;
    margin:auto;
}
.image {
    width: 50%;
    float: left;
}

.image img {
    width: 100%;
}

.info_cont {
    color: rgb(112, 109, 109);
    width: 50%;
    float: left;
    font-size: 18px;
    font-weight: 100;
    padding: 50px;
}

.clr {
    clear: both;
}

.location {
    background-color: #F8F8F8;
    padding: 90px;
    margin-bottom: 20px;
}

.location_cont {
    color: rgb(112, 109, 109);
    width: 45%;
    float: left;
    font-size: 18px;
    font-weight: 100;


}

.location_image {
    width: 45%;
    float: right;
}

.location_image img {
    width: 100%;
}

.end {
    background-color: #353330;
    text-align: center;
    color: white;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}

.end img {
    width: 25%;
}

.photo img {
    width: 50px;
}

.about {
    padding: 50px;
    color: #fff;
    background-color: #403D38;
}

.about_cont {
    color: grey;
    width: 20%;
    float: left;
    margin: 10px;
}

.about_cont h3 {
    color: whitesmoke;
}

.contact {
    background-color: #F8F8F8;
    padding: 150px;
}

.contact_info {
    color: rgb(112, 109, 109);
    width: 45%;
    float: left;
    font-size: 18px;
    font-weight: 100;

}
.contact_info img{
    width: 35px; 
    background-color: #8E7754;
margin-right: 10px;
}
.contact_image {
    width: 50%;
    float: right;
}

.contact_image img {
    width: 100%;
}

.items {
    text-align: center;
    background-color: #FFFFFF;
    padding: 70px;
}

.item {
    text-align: center;
    width: 30%;

    background-color: #FFFFFF;
    float: left;
    margin: 20px;
}

.item img {
    width: 100%;
}