.weather {
    display: flex;
    font-family: Ubuntu, Helvetica, sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding-right: 27px;
	padding-left: 27px;
    height: 42px;
    align-items: center;
}
.header-right:hover .weather {
	color:#004C97;
}
.weather span.temp {
	padding: 0px 5px;
}
.weather span.weather-icon i {
	padding-right: 8px;
}
@media (min-width: 640px) {
    .weather {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 24px;
    }  
}