.header-button a {
    animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in;
    color: #ffffff;
    cursor: pointer;
    border: 0px solid #000;
    padding: 3px 25px;
    font-size: 16px;
}
@keyframes borderPulse{
 0% {
    box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, .4), 0px 0px 0px 0px rgba(255, 255, 255, 1);
}
100% {
    box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255, .2), 0px 0px 0px 10px rgba(255, 255, 255, 0);
} 
}
@keyframes colorShift{
    0%, 100% {
        background: #0045e6;
    }
    33% {
        background: #fb3e3e;
    }
    66% {
        background: #0dcc00;
    }
}
#wide-nav ul.nav > li > a {
    font-size: 15px;
    padding: 3px 10px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    background: linear-gradient(to bottom, #ffffff 0%, #ff8787 35%, #ff4343 50%, #ff5d5d 75%, #ad2424 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-title-center b {
    background: transparent;
}
.imgbg img {
    border-radius: 10px;
    border: solid;
}
.content-home {
    background: #0c0c0c;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 20px var(--primary-color);
    height: 700px;
    overflow-y: auto;
    position: relative;
    scrollbar-width: thin;
    scrollbar-color: var(--primary-color) transparent;
}
.post-item .box {
    background: #000000;
    border-radius: 7px;
    padding: 5px;
}
.nopad{
    padding-bottom: 0;
}
footer {
    padding-top: 30px;
    background: #000;
}
.absolute-footer {
    border-top: solid 1px #ccc;
}
.breadcrumb {
    padding: 10px 0;
    font-size: 13px;
    background: #000;
}
.breadcrumb * {
    margin-bottom: 0;
}
.entry-header-text {
    padding-bottom: 0;
}
#comments {
    display: none;
}
