/* Move down content because we have a fixed navbar that is 3.5rem tall */
html {
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 5rem;
}

body {
    padding-top: 5rem;
}

.topstart {
    background-image: url('assets/img/toppstart.jpg');
    background-position: center center;
    background-size: cover;
    border-radius: none;
    min-height: 400px;
}

.hedd {
    border-radius: none;
    min-height: 200px;
    background: -webkit-radial-gradient(right center, rgb(229, 240, 223) 0%, rgb(233, 233, 233) 100%);
}

.staba {
    background-image: url('assets/img/kanskeomslag.jpg');
    background-size: auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}

.puffer {
    background-image: url('assets/img/transportbatwide.jpg');
    background-position: center center;
    background-size: cover;
    min-height: 300px;
    text-shadow: 2px 1px 4px #000000;
}

.txsku {
    text-shadow: 2px 1px 4px #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-weight: 200;
    line-height: 1.2;
    font-family: 'Archivo Narrow', sans-serif;
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0rem !important;
}

.jumbostart {
    padding: 7rem 1rem;
    margin-bottom: 2rem;
    border-radius: 0rem !important;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}

.footer {
    margin-top: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: -webkit-radial-gradient(right center, rgb(229, 240, 223) 0%, rgb(233, 233, 233) 100%);
    display: flex;
    align-items: center;
}

a {
    color: #414141;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

.btn-success {
    color: #fff;
    background-color: #6e9e6c;
    border-color: #6e9e6c;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.text-success {
    color: #58a955 !important;
}

.bgoff {
    background-color: #fdfdfd;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: 'Archivo Narrow', sans-serif;
}

.bg-pan-br {
    -webkit-animation: bg-pan-br 12s both;
    animation: bg-pan-br 12s both;
}

@-webkit-keyframes bg-pan-br{
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 100% 100%;
    }
}

@keyframes bg-pan-br{
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 100% 100%;
    }
}

a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}