#masthead {
    background-image: radial-gradient(circle, #ffc92a 0%, #ff5e00 100%);
}
.header-button-1 a{
    background: linear-gradient(45deg, #5ba3ff, transparent);
    color: yellow;
    font-size: 14px;
    animation: flashing2 2s infinite;
    border: 2px solid #fff;
}
.header-button-2 a {
    animation: flashing1 2s infinite;
    border: 2px solid #fae279;
    color: yellow;
    font-size: 13px;
    background: linear-gradient(45deg, #044d3b, transparent);
}
@keyframes flashing2{
    0% {
        background-color: red;
    }
    50% {
        background-color: yellow;
    }
    100% {
        background-color: red;
    }
}
@keyframes flashing1 {
    0% {
        background-color: #039d3f;
    }
    50% {
        background-color: #0094b3;
    }
    100% {
        background-color: #00db55;
    }
}
#wide-nav ul > li.active > a {
    background: #fff !important;
    color: #a02929;
    padding: 5px 10px;
}
#wide-nav ul > li > a{
    color: #fff;
}
.section-title-center b {
    background: transparent;
}
.section-title-center {
    background: #a02929;
    padding: 10px;
    font-size: 22px;
}
.boxGame .box-text {
    padding: 5px;
}
.boxGame .box-text p {
    color: #000;
    font-weight: bold;
}
.boxGame {
    transition: all .2s;
}
.boxGame:hover {
    transform: translateY(-5px);
}
.boxGame2 {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgb(160 41 41 / 33%);
}
.boxGame2 .icon-box-text h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #9e2625;
}
.boxGame2 .icon-box-text p {
    font-size: 15px;
    color: #000;
    text-align: justify;
    height: 120px;
}
.nopad{
    padding-bottom: 0;
}
.content-home {
    border: 5px solid #BB0000;
    border-radius: 15px;
    padding: 10px;
    box-shadow: 0 0 20px #BB0000;
}
.accordion-item {
    border: 0;
    background: #fff;
    border-radius: 8px;
    padding: 20px 15px 20px 20px;
    font-weight: 700
}
.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
}
.accordion-inner {
    padding: 20px 0 0
}
.accordion-inner p {
    margin-bottom: 0;
    font-weight: 100;
    color: #000
}
.post-item .box {
    background: #ffffff;
    border: solid 1px #a02929;
}
.post-item .box a {
    color: #a02929;
}
.section-title-normal span {
    padding-bottom: 0;
    border-bottom: 0;
}
.ux-menu-link__link {
    font-weight: bold;
}
.breadcrumb {
    padding-top: 12px;
    font-size: 14px;
}
footer {
    background: #ffffff;
    padding-top: 30px;
}
.section-title-normal{
    border-bottom: 0;
}
#comments {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
h1.entry-title {
    color: #a02929;
}
.widget, .sidebar {
    background: linear-gradient(135deg, #FF0000, #CC9900);
    border-radius: 12px;
    padding: 10px;
    color: #fff;
    box-shadow: 0 0 15px rgba(255, 153, 0, 0.3);
    margin-bottom: 25px;
}
.widget .is-divider {
    background: #ffc729;
}
.recent-blog-posts a {
    color: #fff;
}
.archive-page-header {
    text-align: center;
}
@media (max-width: 549px){
    .boxGame2 .icon-box-text p{
        height: auto;
    }
}