@media (max-width:430px) {
    .navbar-brand {
        display: inline-block;
        padding-top: .3125rem;
        padding-bottom: .3125rem;
        margin-right: 0.3rem;
        font-size: 1.25rem;
        line-height: inherit;
        white-space: nowrap;
        max-width: 200px;
    }
}

.homey {
    background-image: url('../img/stadvalkommentop.jpg');
    background-size: cover;
    min-height: 500px;
    background-position: center bottom;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.98);
    background-repeat: no-repeat;
}

.homeyfore {
    background-image: url('../img/omtop.jpg');
    background-size: cover;
    min-height: 300px;
    background-position: center bottom;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.98);
    background-repeat: repeat-x;
}

.greengradi {
    background: -webkit-repeating-radial-gradient(right center, rgb(11, 112, 39) 0%, rgb(41, 116, 62) 63.0682%, rgb(75, 123, 88) 100%);
}

.greengradi2 {
    background: linear-gradient(to right, rgb(11, 112, 39) 0%, rgb(61, 138, 82) 48%, rgb(29, 123, 54) 100%);
}

.leftbg {
    background-image: url('../img/cleano3.jpg');
    background-position: center center;
    background-size: cover;
    min-height: 200px;
}

.omfobg {
    background-image: url('../img/omfofonster.jpg');
    background-position: center center;
    background-size: cover;
    min-height: 200px;
}

.hemstabg {
    background-image: url('../img/hemstadning-stockholm.jpg');
    background-position: center center;
    background-size: cover;
    min-height: 200px;
}

.forebg {
    background-image: url('../img/foretagcleaning.jpg');
    background-position: center center;
    background-size: cover;
    min-height: 200px;
}

.kontbg {
    background-image: url('../img/kontaktstad.jpg');
    background-position: center center;
    background-size: cover;
    min-height: 200px;
}

a {
    color: #1a3c27;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #1a3c27;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.78);
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.99);
}

.green-text {
    color: #37823a !important;
}
