@font-face {
    font-family: 'Czizh';
    src: url('/Czizh Body.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body, p, div, h1, h2, h3, h4, h5, h6, p {
    color: rgb(88, 18, 10);
}

.fancy-font {
    /*font-family: 'Czizh', Arial, sans-serif !important;*/
}

.author-namge,
.slicknav_nav a,
.main-header .main-nav ul li a,
.main-header .main-nav ul li.menu-item-has-children > a {
    color: rgb(88, 18, 10);
}

.main-tag-category {
    font-weight: 600;
    font-size: 25px;
    display: inline-block;
    /*line-height: 1;*/
    letter-spacing: 0.3px;
    /*padding: 25px;*/
    background-color: rgb(88, 18, 10);
    /*font-family: 'Czizh', Arial, sans-serif !important;*/
    width: 140px;
    height: 140px;
    margin-top: 25px;
}

@media (max-width: 768px) {
    .main-tag-category {
        font-size: 30px;
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .main-tag-category {
        font-size: 24px;
        padding: 15px;
    }
}

@media (min-width: 768px) {
    .p-lg-15 {
        padding: 15px !important;
    }

    .p-lg-10 {
        padding: 10px !important;
    }
}

.bg-main {
    background-color: rgb(88, 18, 10);
    /*font-family: 'Czizh', Arial, sans-serif !important;*/
}

.text-main,
.text-main a {
    color: rgb(88, 18, 10) !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.school-page p {
    font-size: 23px;
    margin-bottom: 5px;
}

.school-page ul {
    margin-left: 25px;
}

.school-page ul > li {
    font-size: 23px;
    list-style: outside;
}

.nav-topbar ul.sub-menu, .main-header .main-nav ul ul.sub-menu {
    background-color: rgb(88, 18, 10) !important;
}

.main-header .main-nav ul li.menu-item-has-children ul a {
    color: white !important;
}

.main-header .main-nav ul li.menu-item-has-children ul a:hover {
    color: #9b9b9b !important;
}

.footer-copy-right .text-muted a {
    color: white !important;
}

.post-thumb {
    /*background-position: center;*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    width: 100%;
    aspect-ratio: 16 / 9;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    overflow: hidden;
}

.category-thumb.thumb-overlay {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.partner-circle {
    width: 250px;
    height: 250px;
    /*border-radius: 50%;*/
    overflow: hidden;
}

.partner-circle img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1318px) {
    .partner-circle {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 1024px) {
    .partner-circle {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 768px) {
    .partner-circle {
        width: 100px;
        height: 100px;
    }
}

.carausel-4-columns {
    z-index: 1;
}

.thumb-overlay::before {
    background: none !important;
}

.new-logo {
    z-index: 100;
    position: absolute;
    bottom: -70px;
    margin-left: calc(50% - 70px);
}

.new-logo img {
    width: 140px;
}

.footer-logo {
    position: absolute;
    margin-left: calc(50% - 70px);
    top: -70px;
}

.footer-logo img {
    width: 140px;
}

.header-style-1 {
    height: 120px;
}

@media (max-width: 992px) {
    .header-style-1 {
        height: 88px !important;
    }

    .new-logo {
        bottom: -60px;
        margin-left: calc(50% - 60px);
    }

    .new-logo img {
        width: 120px;
    }

    .footer-logo img {
        width: 120px;
    }

    .footer-logo {
        margin-left: calc(50% - 60px);
        top: -60px;
    }

    .header-right {
        margin-right: 0 !important;
    }
}

.sketch-1 {
    bottom: 250px !important;
    z-index: -1 !important;
}

.carausel-3-columns .post-card-1 figure {
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
}

.carausel-3-columns .post-card-1 figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pt-270 {
    padding-top: 270px;
}

.nav-topbar ul.sub-menu.left li ul.sub-menu {
    margin-top: -20px;
    margin-left: calc(100% + 39px);
    top: 0;
}

.nav-topbar ul.sub-menu.right li ul.sub-menu {
    margin-top: -20px;
    margin-left: calc(100% + 21px);
    top: 0;
}

.fade:not(.show) {
    opacity: 100 !important;
}

.first-article .post-content {
    max-width: 100% !important;
}

.author-img {
    width: 30%;
    float: left;
    padding: 30px;
}

@media (max-width: 992px) {
    .author-img {
        width: 50%;
        padding: 10px;
    }

    .post-card-1.large .thumb-overlay {
        min-height: 500px !important;
    }

    .post-title {
        font-size: 30px !important;
        line-height: 45px !important;
    }
}