.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: #fff;   /* change color to theme color*/
padding-top: 100px;
text-align: right;
letter-spacing: 1px;
}
.banner-sub{
  letter-spacing: 2px;
  color:#fff;
  text-align: center;
  font-size: 30px;
  font-weight: 100;
}
.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: #425c70;
  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: 990px) {
  .banner-text{ font-size: 26px; top: 140px;}
  .banner-sub{ font-size: 20px; top: 110px;}
#headerImage{
background-size: 150% auto;
background-position-y: top;
}
#banner-text{
display: none;
}
#alignCenter{
text-align: center;
}
#howItWorks{
width: 50%;
}
.fadeInSection{
padding-top: 0px;
}
.sustainHeading{
text-align: center;
margin: 0;
font-size: 26px;
}
.sustainImage{
text-align: center;
}
.sustainText{
margin: 0;
line-height: 1;
text-align: center;
font-size: 14px;
font-weight: bold;
}
.impactText{
text-align: center;
}
}
@media screen and (max-width: 740px) {
  .banner-text{top: 70px; width:100%;}
  .banner-sub{top: 40px; width:100%;}
#headerImage{
background-size: 150% auto;
background-position-y: top;

}
#alignCenter{
text-align: center;
}
#howItWorks{
width: 50%;
}
#banner-text{
display: none;
}
.fadeInSection{
padding-top: 0px;
}
.sustainText{
display: none;
}
.sustainImage{
text-align: center;
}
.sustainHeading{
text-align: center;
margin: 0;
font-size: 30px;
}
}

@media screen and (max-width: 530px) {
  .banner-text{font-size: 20px;}
  .banner-sub{font-size: 15px;}
#headerImage{
background-size: 150% auto;
background-position-y: top;
}
#howItWorks{
width: 100%;
}
#banner-text{
display: none;
}
.fadeInSection{
padding-top: 0px;
}
.sustainText{
display: none;
}
.sustainImage{
text-align: center;
}
.sustainHeading{
text-align: center;
margin: 0;
font-size: 30px;
}
}
#headerButton{
    background-color: #f95506;
    border: none;
    color: white;
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    cursor: pointer;
}
@media screen and (max-width: 570px) {
	.navbar-collapse{
		background-color: #555 !important;
	}
}