.master-nav ul li a{
  color:#fff;
  font-weight: normal;
}
.phone{
  font-size: 24px;
  color: #fff;   /* change color to theme color*/
}
.phone-sub{
  text-align: center;
  color: #fff;   /* change color to theme color*/
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 1px;
}
.banner-text{
  color:rgb(119,127,64);   /* change color to theme color*/
  font-size: 36px;
  text-align: center;
  letter-spacing: 2px;
}
.banner-sub{
  letter-spacing: 2px;
  color:#fff;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
}
.title{
  color:rgb(119,127,64);   /* change color to theme color*/
  font-size: 18px;
  letter-spacing: 1px;
  margin:20px 0 22px 0;
}
article p,
article li
{
  font-size: 14px;
  color: #000;
  font-weight: normal;
  letter-spacing: 1px;
  text-align:justify;
}
.phone-sub-small{
  color:rgb(119,127,64);    /* change color to theme color*/
  font-weight: 600;
  text-decoration: underline;
}
.tel-alias{
  font-weight:700;
  color: #666;
}

.btn-custom ,
.btn-custom:active,
.btn-custom.active,
.open > .dropdown-toggle.btn-custom,
.btn-custom:active:hover,
.btn-custom.active:hover,
.open > .dropdown-toggle.btn-custom:hover,
.btn-custom:active:focus,
.btn-custom.active:focus,
.open > .dropdown-toggle.btn-custom:focus,
.btn-custom:active.focus,
.btn-custom.active.focus,
.open > .dropdown-toggle.btn-custom.focus,
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus  {
  font-size: 16px;
  color: #fff;
  background-color: rgb(119,127,64);   /* change color to theme color*/
  border-color: rgb(119,127,64);   /* change color to theme color*/
}

.btn-custom:active,
.btn-custom.active,
.open > .dropdown-toggle.btn-custom {
  background-image: none;
}
@media screen and (max-width: 1260px) {
  .banner-text{top: 70px; width:100%;}
  .banner-sub{top: 40px; width:100%;}
}
@media screen and (max-width: 986px) {
  .banner-text{ font-size: 26px; top: 140px;}
  .banner-sub{ font-size: 20px; top: 110px;}
}

@media screen and (max-width: 740px) {
  .banner-text{top: 70px; width:100%;}
  .banner-sub{top: 40px; width:100%;}
}