section.green_bg {
    background: #4e763b;
}

.about_img_green {
    padding: 0px;
    margin-top: 25px;
    display: inline-block;
    border: 10px solid #193c0d;
    border-radius: 50%;
    overflow: hidden;
}

/* .weather_info{
    font-size: 1.6em;
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    position: relative;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0.5px;
} */

.weather_info {
    font-size: 1.6em;
    font-family: "Raleway", sans-serif;
    display: inline-block;
    position: relative;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0.5px;
    margin-right: 25px;
}

#weather-info {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 600px) {
    .weather_info {
        display: block;
        width: 100%;
        font-size: 1.2em;
        margin-bottom: 10px;
    }
}

.live-dot {
    width: 25px;
    height: 25px;
    background-color: green;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    animation: blink 1s infinite;
    display: inline-block;
}

@media (max-width: 600px) {
    .live-dot {
        width: 15px;
        height: 15px;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (min-width: 991px) {
    .hbf_2 .inner {
        background: rgba(255, 255, 255, 0.8);
        box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
        backdrop-filter: blur(2.5px);
        -webkit-backdrop-filter: blur(2.5px); /* for safari */
        border-radius: 10px;
        /* border: 1px solid rgba(255, 255, 255, 0.18); */
    }
}

.room {
    /* -webkit-box-shadow: 8px 8px 14px -10px rgba(0,0,0,0.3);
    -moz-box-shadow: 8px 8px 14px -10px rgba(0,0,0,0.3);
    box-shadow: 8px 8px 14px -10px rgba(0,0,0,0.3); */

}
