#header {
    box-shadow: #fff 0px 5px 15px !important;
}
.header-button a {
    font-size: 14px;
    background: #a0ac1a;
    box-shadow: 0 4px 8px rgb(255 255 255 / 50%);
}
.header-button-1 a {
    background: #c60000;
}
.off-canvas .nav-vertical>li>a {
    color: #fff;
}
.content-1 p{
  font-size: 40px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #fff7a8 0%, #ffd84b 35%, #ffb700 70%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: -2px -2px 0 #f8f85b, 2px -2px 0 #694c4c, -2px 2px 0 #000, 2px 2px 0 #000, 0px -2px 0 #000, 0px 2px 0 #000, -2px 0px 0 #000, 2px 0px 0 #000, 0px 4px 0 #1c1c1c, 0px 6px 0 #101010, 0px 8px 0 #0a0a0a, 0px 0px 10px rgba(255, 230, 80, 0.45);
  font-weight: 700;
  animation: zoom-in-zoom-out 1s ease infinite;
  margin-bottom: 0;
}
@keyframes zoom-in-zoom-out{
  0% {
    transform: scale(1, 1);
}
50% {
    transform: scale(1.1, 1.1);
}
100% {
    transform: scale(1, 1);
}
}
.content-home {
    border-radius: 10px;
    box-shadow: 0 0 10px 5px rgba(255, 255, 0, 0.5);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.accordion-item {
    border: 0;
    background: #292929;
    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;
}
.box-bounce:hover .box-text {
    background: #292929;
}
.breadcrumb {
    padding-top: 12px;
}
.is-divider, #comments {
    display: none;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.archive-page-header h1 {text-align: center;font-size: 24px;}
@media (max-width: 549px){
    .content-1 p {
        font-size: 26px;
    }
}