#header{
    padding: 15px 0;
    background-color: #d0af84;  /* paste color code here ------------------ */
    color: #064420;
    min-height: 90px;
    font-family: 'Lora', serif;
    display: flex;
    align-items: center;
}
 
#header a{
  text-decoration: none;
  color: #064420;


}
.head-title, .head-subtitle{
  margin: 0;
  padding: 0;
  font-weight: 500;
  line-height: 1;
}

.head-title:hover, .head-subtitle:hover{
  color: #064420;
}

.head-title{
  font-size: 26px;
}

.head-subtitle{
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.2;
}
.flex-head{
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: flex-end;
}

.banner{
  background-image: url(img/banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 480px;
  width: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 0% 91%, 0% 100%, 0% 66%, 0% 0%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.banner-overlay{
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.3;
  top: 0;
  left: 0;
  z-index: 1;
}
.banner-title{
  z-index: 99999;
}

.banner-title > h2{
  color: #d0af84; /* paste color code here ........................... */
  font-family: 'Lora', serif;
  font-size: 52px;
  font-weight: 700;
  opacity: 1;
}
.gallery-img{
    width: 45%;
    height: 250px;
    object-fit: cover;
    margin: 10px;
    vertical-align: top;
}
#img2{
  margin-top: 60px;
}
#img3{
  margin-top: -40px;
}

.add-div{
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.open-para{
  color: #334443;
  font-size: 18px;
  font-weight: 500;

}

.contact-btn, .contact-foot-btn{
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 20px 30px;
  background-color: #d0af84; /* paste color code here --------------------- */
  color: #064420;
  font-family: 'Lora', serif;
  border-radius: 2px;
  text-transform: uppercase;
}

.contact-btn:hover, .contact-foot-btn:hover{
  text-decoration: none;
  color: #064420;
}

footer{
  padding: 30px 0;
  border-top: 1px solid #d0af84; /* paste color code here ----------------- */
}

.footer-heading{
  color: #393e46;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.contact-foot-btn{
  /*padding: 10px 30px;*/
  /*font-size: 16px;*/
}

.foot-text{
  color: #334443;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  list-style: none;
}

.foot-text > li > span{
  min-width: 45px;
  float: left;
}