.ralemen {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1rem;
}

.ralemen a:link {
    color: #ffffff!important;
}

.ddl a:link {
    color: #ffffff!important;
    background-color: none;
    font-weight: bold!important;
}

.lightmon {
    background-image: url('assets/img/monsterlightstorre.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    background-attachment: fixed;
}

.moback {
    background-color: black;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url('assets/img/moback.webp');
}

.eback {
    background-color: black;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url('assets/img/eback.webp');
}

.fastback {
    background-color: black;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url('assets/img/fastighet/geostorliten.webp');
}

.ddl:hover,
ddl:focus {
    color: #ffffff!important;
    background-color: none!important;
    font-weight: bold!important;
}

.topback {
    background-image: url('assets/img/evarmemonsterrepet800.png');
    background-repeat: repeat;
    background-size: auto;
    background-position: center top;
}

.front {
    z-index: 100!important;
}

.txtsh {
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.51);
}

#vidbg {
    position: fixed;
    z-index: -100;
    width: 100%;
    min-height: 600px;
    left: 0;
    margin-top: -150px!important;
}

.vh80 {
    min-height: 80vh;
}

.vidiot {
    display: flex;
    object-fit: cover;
    box-sizing: inherit;
    overflow: clip;
    position: fixed;
    z-index: -10;
}

.vidtop {
    min-height: 398px;
    max-height: 400px;
}

.vidtoplarge {
    min-height: 550px;
    max-height: 600px;
}

.instabg {
    background-image: url('assets/img/samling_innedelar_arixs.webp');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

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

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

    .nto {
        z-index: 1000!important;
        background-image: url('assets/img/backmobo.png');
        background-repeat: repeat-y;
        background-size: auto;
    }
}

