#masthead {
    background: #a7ceff;
}
#wide-nav .flex-center > ul > li.active > a {
    background: #003a84;
}
#wide-nav .flex-center > ul > li > a {
    height: 50px;
    padding: 15px;
    font-size: 15px;
    color: #fff;
}
.section-title-center b {
    background: transparent;
}
.section-title-center span {
    text-transform: capitalize;
}
.sapo {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 2px 20px rgb(167 206 255);
    margin-bottom: 30px;
}
.content-home {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 -2px 2px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 0 hsla(0, 0%, 100%, 0.11), 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 8px;
    border: 1px solid rgb(167 206 255);
    padding: 24px 32px;
    height: 800px;
    overflow-y: auto;
    position: relative;
    scrollbar-width: thin;
    scrollbar-color: #1a60b8 transparent;
    transition: background 0.3s ease;
    margin-top: 30px;
}
.header-button a {
    padding: 2px 20px;
    font-size: 15px;
    text-transform: capitalize;
}
.post-item .box {
    background: #ffffff;
    border: solid 1px #1a60b8;
}
.ux-menu-link__link {
    min-height: auto;
    font-weight: bold;
    font-size: 15px;
}
.section-title-normal, .section-title-normal span {
    padding-bottom: 0;
    border: 0;
    color: #f75157;
}
.breadcrumb {
    background: #ffffff;
    padding: 10px 0;
    font-size: 14px;
}
.breadcrumb > div * {
    margin: 0;
}
.entry-header-text-top {
    padding-bottom: 0;
}
#comments {
    display: none;
}