/*
Theme Name: NextFusion GeneratePress Child
Template: generatepress
Version: 1.0.0
Text Domain: nextfusion-generatepress-child
*/

body {
    background-color: #fdfbf7;
    color: #43280f;
}

.nextfusion-main {
    min-height: calc(100vh - 17rem);
    padding-top: 5rem;
}

.nextfusion-main > .site.grid-container,
.nextfusion-main .site-main,
.nextfusion-main .inside-article,
.nextfusion-main .entry-content {
    margin: 0;
    max-width: none;
    padding: 0;
}

.nav-link {
    position: relative;
    text-decoration: none;
}

.nav-link::after {
    background-color: #55a51c;
    bottom: -4px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: all 0.3s ease;
    width: 0;
}

.nav-link:hover::after {
    width: 80%;
}

.nextfusion-global-header a,
.nextfusion-global-footer a {
    text-decoration: none;
}

.nextfusion-logo-text {
    color: #43280f;
    font-family: "Playfair Display", serif;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
}

.nextfusion-global-footer .nextfusion-logo-text {
    color: #fdfbf7;
    margin-bottom: 1rem;
}
