body {
    background-color: #F9FAFC;
}

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

.red-o {
    color: #E84610;
}

.blue-globe {
    color: #23BBBB;
}

.logo-orange{
    color: orange;
}

.hello-user{
    color: #23BBBB !important;
}

.hello-user:hover{
    color: #23BBBB;
    cursor: default;
}

.post-list-card:hover {
    color: #125D5D !important;
}

.link-nav-footer:hover {
        color: #A4A9AE !important;
}

.post-list-title:hover{
        color: #BA2323 !important;
}

.thin {
    font-weight: 300;
}

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

.dark-bg {
    background-color: #253A47;
}

.main-bg {
    background-image: url('https://res.cloudinary.com/dkglcxx4y/image/upload/v1700136635/static/blog/img/background.dcfdccda3b47.jpg');
    background-position: center;
    background-repeat: no-repeat;
}

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

.image-container {
    position: relative;
}

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

.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: #445261;
    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: #445261;
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    transform: skew(15deg);
    z-index: 100;
}

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

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

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

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

.btn-signup {
    background-color: #23BBBB;
    color: #fff;
}

.btn-signup:hover,
.btn-signup: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-like:hover,
.btn-like:active {
    color: #E84610;
    background: transparent;
    border: none;
}

.follow-us {
    color: #E9EDE9;
}

.follow-me {
    color: grey;
}

.follow-me:hover {
    color: #253A47;
}

.form-width {
    width: 90%;
    margin: 0 auto;
}

.alert {
    width: 70%;
}

.form-heading {
    padding-left: 5%;
}

.form-login-width{
    width: 50%;
}

#searched-table{
    width: 75%;
    margin: 0 auto;
}

#msg{
   width: 80%;
   margin: 0 auto;
}

#map {
    min-height: 270px;
    min-width: 100%;
}

.comment-warning{
    line-height: 1.6;
}

/* maintain the same height of all the post's images  */
.image-container {
    height: 200px; /* Set the desired height */
    overflow: visible;
    position: relative;
}

.image-container img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    max-height: 100%;
}

.image-flash {
    position: absolute;
    bottom: 10px; /* Adjust as needed */
    left: -2px; /* Adjust as needed */
    z-index: 2;
}
/* ================================================= */