body {
    background-color: #F9FAFC;
}

.btn-zwc-green {
    background-color: #68aa2c;
    color: #fff;
}

.greet-user {
    margin-bottom: 0px; 
    color: #577F40;
    font-size: 1.1rem; 
    font-weight: bold;
}

.gradient {
    font-weight: bold;
    text-align: center;
    background: linear-gradient(8deg, #C7DEAA, #577F40, #C7DEAA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.navbar .nav-link {
    color: #577F40 !important;
    font-size: 1.1rem; 
    font-weight: bold;
}

.navbar .nav-link:hover {
    color: #C7DEAA !important; 
    text-decoration: none; 
}

.navbar .nav-link:active {
    color: #ACC58E !important;
    text-decoration: none !important; 
}

.hero-div {
    background-color: #282629;
}

.hero-img {
    display: block;
    margin: 0 auto;
    width: 75%;
    height: auto;
    max-width: 100vw;
    max-height: 80vh;
}

.brand {
    font-family: "League Gothic", serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #4A4A4F;
}

/* Grid layout for features - Benefits of Zero Waste Cooking */
.grid {
    display: grid;
    place-items: center;
    align-content: center;
    min-height: 40vh;
}

.feature-card-title {
    color: #fff;
}

.feature-card-text {
    color: #C7DEAA;
}

/* Scroll Animations */
.scroll-animation-left {
    opacity: 0;
    filter: blur(5px);
    transform: translateX(-100%);
    transition: all 1s;
}

.scroll-animation-right {
    opacity: 0;
    filter: blur(5px);
    transform: translateX(100%);
    transition: all 1s;
}

.show {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}

.red-o {
    color: #E84610;
}

.thin {
    font-weight: 300;
}

.light-bg {
    background-color: #fff;
}

.dark-bg {
    background-color: #252426;
}

.main-bg {
    background-color: #F9FAFC;
}

.card {
    border: none;
    background-color: transparent;
}

.image-container {
    position: relative;
}

.image-flash {
    position: absolute;
    bottom: 5%;
    min-width: 30%;
    left: -2px;
    background-color: #80A665;
}

.scale {
    width: 100%;
    height: auto;
}

.author {
    color: white;
    margin: 4px;
    text-transform: uppercase;
}

.masthead {
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    height: 33vh;
    width: 100%;
}

.masthead-text {
    background-color: #80A665;
    color: white;
    position: relative;
}

.masthead-image {
    position: relative;
    overflow: hidden;
}

.masthead-image:after {
    content: "";
    position: absolute;
    top: 0;
    right: 90%;
    height: 100%;
    width: 150%;
    background: #ACC58E;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    transform: skew(1deg);
    z-index: 100;
}

.profile-image {
    width: 75%;
}

.post-link {
    text-decoration: none;
    color: #445261;
}

.post-link:hover,
.page-link {
    color: #80A665;
}

.post-title {
    margin-top: 10%;
    margin-left: 5%;
}

.post-subtitle {
    margin-left: 5%;
    color: lightgray;
}

.btn-signup,
.btn-edit {
    background-color: #577F40;
    color: #fff;
}

.btn-signup:hover,
.btn-signup:active {
    background-color: #fff;
    color: #577F40;
}

.link {
    color: #577F40;
    text-decoration: none;
}

.link:hover,
.link:active {
    color: #445261;
    text-decoration: underline;
}

.btn-like {
    color: #80A665;
    border: none;
    background: transparent;
}

.btn-delete {
    color: #fff;
    background: #80A665;
}

.btn-like:hover,
.btn-like:active {
    color: #80A665;
    background: transparent;
    border: none;
}

.faded {
    color: rgb(172, 175, 175);
}

.approval {
    color: rgb(222, 146, 168);
}