.taxi {
    border-top-left-radius: 18px;
}

h1 {
    text-transform: uppercase;
}

.gran {
    background-image: url('assets/img/logo/granars.svg');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 50%;
}

.btn {
    text-transform: uppercase;
    font-weight: bold!important;
}

.txtsh {
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.85);
}

.hej::before {
    content: '';
    position: fixed;
    z-index: -1;
    display: block;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-image: url('assets/img/bakobill.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width:767px) {
    .hej::before {
        background-image: url('assets/img/bakobillmobo.webp ')!important;
    }

    .calltax {
        display: block;
        position: fixed;
        z-index: 100 !important;
        right: 20px;
        bottom: 20px;
    }

    .logo {
        width: 76px;
    }
}

.calltax {
    display: none;
}

.trygg {
    background-image: url('assets/img/bg2.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    background-attachment: fixed;
}
