.hero {
    min-height: 500px;
        background-size: cover;
        background-position: center;
}

.hero .hero-widget {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 28px;
}

.hero-widget .right-now {
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 2px;
}

.hero-widget .divider {
    height: 2px;
    background: #8FC3EA;
}

.hero-widget .weather-area>* {
    display: inline-block;
    vertical-align: middle;
    height: 42px;
    margin-right: 20px;
}