﻿body {
}

.sec-nav-item {
    padding-top: 1rem !important
}

.sec-nav-link {
    color: #003B73 !important;
    font-size: 18px !important;
    font-weight: bold;
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

.sec-container-fluid {
    padding-right:0 !important;
    padding-left:0 !important
}



.sec-jumbotron-bg {
    position: relative;
    background-image: url('/images/keyboard.jpeg'); /* Ändra till din bilds sökväg */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
}

.sec-jumbotron-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 50% svart transparens */
    z-index: 1;
}

.sec-jumbotron-content {
    position: relative;
    z-index: 2;
}


@media screen and (max-width: 1270px) {
    .sec-nav-item {
        padding-top: 0.1rem !important
    }

    .sec-nav-link {
        font-size: 16px !important;
    }
}