.site-header .site-branding .site-title a {
    color: #f8b016;
}

.our-community .header {
    background: #f8b016;
    padding: 68px 10px;
    text-align: center;
}

.intro .columns-3 .text-holder .btn {
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    font-weight: 700;
    color: #F8B016;
    text-transform: uppercase;
}

.site-footer .promotional-block .btn-donate {
    background: #F8B016;
    font-size: 24px;
    line-height: 65px;
    font-weight: 600;
    color: #000;
    width: 264px;
    height: 65px;
    display: inline-block;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}