/*
 * General
 */

.amatic {
    font-family: 'Amatic SC', sans-serif !important;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.lh-08 {
    line-height: 0.8 !important;
}

/*
 * Navbar
 */

#navbar > ul > li:nth-child(5) > form > button {
    color: #637f7b;
}

#navbar > ul > li:nth-child(5) > form > button:hover {
    color: #1bbca3;
}

.header-title {
    font-size: 5rem !important;
}

.logout-btn {
    color: #637f7b;
}

.logout-btn:hover {
    color: #1bbca3;
}


/**
 * Home slider
 **/

.owl-carousel {
    height: 60vh;
    max-height: 60vh;
    border-radius: 15px;
}

.owl-carousel .owl-item img {
    object-fit: cover;
    width: 100%;
    height: 60vh;
    max-height: 60vh;
    border-radius: 15px;
}

/*
 * Posts page
 */

.fit-content {
    width: fit-content !important;
}

/**
 * Home posts
 */

.post-box {
    border-radius: 15px;
    margin-bottom: 20px;
}

.post-image {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

@media (max-width: 576px) {
    .post-box {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .post-image {
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0;
    }
}

.post-image:hover .post-image-zoom {
    transform: scale(1.05);
    transition: transform 0.2s ease-out;
}

.post-image img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.2s ease-out;
}

.post-info {
    height: 100%;
}

.post-title h2 {
    margin-top: 0;
}

/*
 * Miscellaneous
 */
.border-tl-15 {
    border-top-left-radius: 15px;
}

.border-bl-15 {
    border-bottom-left-radius: 15px;
}

.border-tr-15 {
    border-top-right-radius: 15px;
}

.border-br-15 {
    border-bottom-right-radius: 15px;
}

.border-15 {
    border-radius: 15px;
}

.h-350 {
    height: 350px;
}

.h-200 {
    height: 200px;
}
