/* Brown Style Changes */
a {
    color: #641b31;
}
a:hover, a:focus {
    color: #501627;
}
.top-bar-section ul li > a.button {
    background: #641b31;
}
.top-bar-section ul li > a.button:hover {
    background: #3c101d;
}
.top-bar-section ul li:hover > a {
    color: #641b31;
}
.top-bar-section li.hover > a:not(.button) {
    color: #641b31;
}
.no-js .top-bar-section ul li:hover > a {
    color: #641b31;
}
a:hover, a:focus {
    color: #942849;
}
.header .main-header h2 span {
    text-shadow: 1px 1px 5px #641b31;
}
.header .header-right {
    background: #641b31;
    /* Old browsers */
    background: -moz-linear-gradient(left, #641b31 0%, #875463 50%, #360311 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #641b31), color-stop(50%, #875463), color-stop(100%, #360311));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #641b31 0%, #875463 50%, #360311 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #641b31 0%, #875463 50%, #360311 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #641b31 0%, #875463 50%, #360311 100%);
    /* IE10+ */
    background: linear-gradient(to right, #641b31 0%, #875463 50%, #360311 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#641b31', endColorstr='#360311',GradientType=1 );
    /* IE6-9 */
}
.top-bar .top-bar-section ul.left .dropdown li.title {
    background: #736468;
}
.content-section .main-content h1 {
    border-bottom: 1px solid #7d4051;
}
.row.footer {
    border-top: 1px solid #7d4051;
}