.jumbotron {
    margin-bottom: 0;
    background-image: url('../img/brand_guidelines/banner.png');
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    height: 625px;
    color: #fff;
}
.btn-gold {
    padding: 20px;
    color: #000;
    background-color: #dba377;
}
.hr-gold{
    border-top: 1px solid #dba377;
}