.header-button a {
    border-radius: 5px !important;
    background: #fed701;
    color: #000;
}
.btn {
    margin: 0;
    background: #bc2b2b;
    width: 100%;
    padding: 3px 10px;
    border-radius: 5px;
    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-1 {
    background: #333333;
    padding: 20px;
    border-radius: 5px;
    border: solid 1px #ebebeb1a;
}
.content-home {
    border: 2px solid #fa641900;
    box-shadow: 0 2px 30px #fed701bd;
    border-radius: 10px;
    padding: 20px;
    background: #333333;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
    padding-bottom: 0;
}
.ux-menu-link__link:hover {
    color: #fed701 !important;
}
.ux-menu-link__link {
    min-height: auto;
}
.breadcrumb {
    padding-top: 12px;
}
#comments, .entry-divider {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.archive-page-header h1 {
    text-align: center;
}