
.hero-unit {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    color: inherit;
}

.blue {
    color: #2258A4;
}

.green {
    color: #51B848;
}

.navbar {
    padding: 0px;
}

.active {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.bnt-mfd {
    margin-right: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.img-container {
    position: relative;
    background-image: url('../img/home.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    max-height: 85vh;
    border-radius: 20px;
    overflow: hidden;
}