body {
    background-color: #f9fafb;
}

.brand {
    color: #4b4b4f;
    font-family: "Inter", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
   
}

.green-o {
    color: #27e30a;
}

.thin {
    font-weight: 300;
}

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

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

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

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

.image-contain {
    position: relative;
}

.image-notify {
    background-color: #18815c;
    bottom: 5%;
    left: -2px;
    min-width: 30%;
    position: absolute;   
}

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

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

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

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

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

.masthead-image::after {
    background: inherit;
    border-radius: 0 50% 50% 0;
    height: 100%;    
    position: absolute;
    width: 90%;
} 

/*
.masthead-image:after {
    width: 130%;
    height: 100px;
    background-color: #445261;
    border-radius: 50% 50% 0 0;
    margin-top: -50px;
}

*/


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


.profile-image {
    width: 100%;
    height: auto;       /*  aspect ratio */
    max-width: 100%;    /* Prevent overflow */
    object-fit: cover;  /* Ensures image fits */
    display: block;
    margin: 0 auto;     /* Center the image */
    position: absolute;
}


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

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

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

.btn-sign,
.btn-edit {
    background-color: #188167;
    color: #fff;
}

.btn-sign:hover,
.btn-sign:active {
    background-color: #fff;
    color: #23BBBB;
}

.link {
    color: #23BBBB;
    text-decoration: none;
}

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

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

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

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

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

.approval {
    color: rgb(232, 36, 22);
}
