#header{
    padding: 15px 0;
    background-color: #1687a7;  /* paste color code here ------------------ */
    color: #fff;
    min-height: 70px;
    font-family: 'Lora', serif;
    display: flex;
    align-items: center;
}

#header a{
  text-decoration: none;
  color: #fff;


}
.head-title, .head-subtitle{
  margin: 0;
  padding: 0;
  font-weight: 500;
  line-height: 1;
}

.head-title:hover, .head-subtitle:hover{
  color: #fff;
}

.head-title{
  font-size: 24px;
}

.head-subtitle{
  font-size: 18px;
  letter-spacing: 1px;
}
.flex-head{
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: flex-end;
}

.banner{
  background-image: url(banner-back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 450px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title-site{
    padding: 20px;
    text-align: center;
}

.title-site > h2{
  color: #1687a7; /* paste color code here -------------------------------- */
  font-family: 'Lora', serif;
  font-size: 36px;
  font-weight: 700;
}
.body-img{
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.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: #1687a7; /* paste color code here --------------------- */
  color: #fff;
  font-family: 'Lora', serif;
  border-radius: 2px;
  text-transform: uppercase;
}

.contact-btn:hover, .contact-foot-btn:hover{
  text-decoration: none;
  color: #fff;
}

footer{
  padding: 30px 0;
  border-top: 1px solid #1687a7; /* 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;
}