﻿.bgimgf {
    background-image: url('/assets/banners/flowers.jpg');
    background-size: cover;
}

.bgimg {
    background-image: url('/assets/banners/header.png');
    background-size: cover;
}

.mobb {
    font-size: 11px !important;
    font-weight: bold;
    border: 1px solid white;
    border-radius: 5px;
    color: white;
    background: midnightblue;
    opacity: 1
}
