﻿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-center-text {
    font-size: 30px;
    background-color: #FBE9D4;
}

.sec-img-layer {

    width: 100%;
}

.sec-box {
    padding: 10px;
}

.sec-mainbox {
    padding: 10px !important;
}

.sec-lightwarmgraybox {
    padding: 10px;
    background-color: #E0E3E5
}

.sec-lightgraybox {
    padding: 10px;
    background-color: #E0E3E5
}

.sec-lightgreenbox {
    padding: 10px;
    background-color: #E3ECE1
}


.sec-jumbotron-bg {
    position: relative;
    background-image: url('/images/Publik-2023.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sec-jumbotron-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); /* 50% svart transparens */
    z-index: 1;
}

.sec-jumbotron-content {
    position: relative;
    z-index: 2;
}


.sec-orange-button {
    background-color: #EF7D00;
    color: white;
    width: 100%;
    border: none;
    transition: background-color 0.3s ease;
}

    .sec-orange-button:hover {
        background-color: #d96c00; /* lite mörkare orange vid hover */
    }


@media screen and (max-width: 1270px) {
    .sec-nav-item {
        padding-top: 0.1rem !important
    }

    .sec-nav-link {
        font-size: 16px !important;
    }

}

@media screen and (max-width: 990px) {
    .row > * {
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .sec-container {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
}
