.copyright-footer {
    color: #fff;
}
.copyright-footer strong {
    color: #ffff00;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
    padding-bottom: 0;
}
.ux-menu-link__link {
    font-size: 15px;
}
.ux-menu-link__link:hover {
    color: #ffff00 !important;
}
.absolute-footer {
    border-top: solid 1px #cccccc42;
}
.banner-img {
    border: solid 3px #ffff02;
}
.header-main {
    border-bottom: solid 1px #252525;
}
.section-title-center b {
    background: transparent;
}
.section-title-center {
    background: linear-gradient(to right, transparent 0%, #f6cd31 20%, #f6cd31 80%, transparent 100%);
}
.section-title-center span {
    color: #000000;
    font-size: 22px;
    padding: 10px 0;
}
.btn-play-web {
    animation: btnAnimation .6s linear infinite;
}
@keyframes btnAnimation{
    0% {
        transform: scale(1.04);
        -webkit-filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
        filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
    }
    50% {
        transform: scale(1);
        -webkit-filter: none;
        filter: none;
    }
    100% {
        transform: scale(1.04);
        -webkit-filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
        filter: drop-shadow(2px 4px 7px #f6ce75) brightness(1.3);
    }
}
.content-home {
    padding: 10px;
    border: 1px solid #FFD700;
    box-shadow: 0 2px 30px #ffcc00;
}
.banner-img2 {
    margin: 0 auto;
}
.breadcrumb {
    text-align: center;
    padding-top: 12px;
}
.entry-header-text-top {
    padding-bottom: 0;
}
#comments {
    display: none;
}
.archive-page-header {
    text-align: center;
}
div#masthead {
    background: linear-gradient(0deg, #4F0015 0%, #4F0015 45%, #F3BB45 130%);
}