#masthead {
    background-image: radial-gradient(at top left, #970707 0%, #000000 100%);
}
.header-button a {
    font-size: 14px;
    color: #fff;
    background: linear-gradient(90deg, #f7d34b, #FF0C01, #f7d34b);
    background-size: 200% auto;
    border: 2px solid #f7d34b;
        padding: 0px 20px;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 0 10px rgba(247, 211, 75, 0.6);
    animation: goldMove 3s linear infinite;
    transition: 0.3s;
}
@keyframes goldMove{
  0% {
    background-position: 0% center;
}
100% {
    background-position: 200% center;
}  
}
#wide-nav {
    background: linear-gradient(to right, #000000, #ff0000, #000000);
}
.section-title-center b {
    background: transparent;
}
.content-home {
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    box-shadow: 0 2px 20px var(--primary-color);
    padding: 10px 20px;
    height: 600px;
    overflow-y: auto;
    position: relative;
    scrollbar-width: thin;
    scrollbar-color: var(--primary-color) transparent;
}
.section-title-center {
    background: #830505;
    font-size: 20px;
    padding: 5px 0;
    border-radius: 5px;
}
.post-item .box {
    background: #1a1a1a;
}
.post-item .box .box-text {
    padding: 12px;
}
.accordion-item {
    border: 0;
    background: #1a1a1a;
    border-radius: 8px;
    padding: 15px;
    font-weight: bold;
}
.accordion-item+.accordion-item {
    margin-top: 15px;
}
.accordion .toggle {
    left: auto;
    right: 0;
    top: -5px;
    opacity: 1 !important;
    width: auto;
}
.accordion-title.active {
    background: transparent;
}
.accordion-title {
    border: 0;
    padding: 0 10px 0 0;
    font-size: 15px;
}
.accordion-inner {
    padding: 20px 0 0;
}
.accordion-inner p {
    margin-bottom: 0;
    font-weight: 100;
    color: #fff;
    font-size: 14px;
}
footer {
    border-top: solid 1px #353535;
    padding-top: 30px;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
    padding-bottom: 0;
}
.ux-menu-link__link {
    font-weight: bold;
    font-size: 15px;
}
.ux-menu-link__link:hover {
    color: #eead1f !important;
}
.breadcrumb {
    padding-top: 12px;
    font-size: 14px;
}
.breadcrumb * {
    margin-bottom: 0;
}
.entry-header-text-top {
    padding-bottom: 0;
}
#comments {
    display: none;
}
.post-title a {
    color: #ffb52f;
}