.copyright-footer {
    color: #fff;
}
#masthead {
    border-bottom: solid 3px #e9ae20;
}
.section-title-center b {
    background: transparent;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    background: linear-gradient(to bottom, #3b2679 0%, #3b2679 35%, #6846cb 50%, #5c2de9 75%, #000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
h1.section-title {
    font-size: 32px;
}
.content-home {
    background: rgb(59 38 121 / 3%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 8px;
    border: 1px solid rgb(222 211 255);
    padding: 24px 32px;
/*    height: 800px;
    overflow-y: auto;
    position: relative;
    scrollbar-width: thin;
    scrollbar-color: #3b2679 transparent;
    transition: background 0.3s ease;*/
}
.accordion-item {
    border: 1px solid rgb(222 211 255);
    border-radius: 8px;
    padding: 15px 15px 15px 20px;
    font-weight: bold;
}
.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;
}
.post-item .box {
    background: #f6f5f8;
    border: 1px solid rgb(222 211 255);
    border-radius: 5px;
}
.post-item .box img {
    border-radius: 5px;
}
.home #content{
    padding-bottom: 0 !important;
}
footer {
    padding-top: 30px;
    background: #f1f1f1;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
    padding-bottom: 0;
}
.ux-menu-link__link {
    min-height: auto;
}
.ux-menu-link__link:hover {
    text-decoration: underline;
}
.breadcrumb {
    background: #f1f1f1;
    padding: 6px 0;
    font-size: 14px;
}
.breadcrumb>div * {
    margin: 0;
}
.entry-header-text-top {
    padding-bottom: 0;
}
#comments {
    display: none;
}
.post-item .box-text {
    padding: 15px;
}