﻿header a.logo img {
    max-height: 120px;
}
.bg-deep-pink {
    background-color: #000000;
}
.bg-gold {
    background-color: #b48611;
}
.title-large {
    font-size: 60px;
    line-height: 95px;
}
.footer-logo {
    max-height: 95px;
}
.text-deep-pink, .btn.text-deep-pink {
    color: #b48611;
}
.list-style-3 li:before {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #b48611;
    position: absolute;
    top: 11px;
    left: 0;
}
a:hover, a:active {
    color: #b48611;
    text-decoration: none;
}