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

.btxt {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

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

.ring {
    display: flex;
    width: 4em;
    height: 4em;
    position: fixed;
    right: 5px;
    top: 98px;
    z-index: 500;
    justify-content: center;
    align-content: center;
}

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

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

.long {
    background-image: url('assets/img/langis.webp');
    min-height: 180px;
    background-repeat: repeat-x;
    background-position: right center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.85);
}

.hejtax {
    background-repeat: no-repeat;
    background-size: 33%;
    background-position: right top;
    background-image: url('assets/img/hail-taxi.svg');
}
