.navbaren {
    background-color: #0166FF;
    border-color: #3C3C96;
}

main {
    padding-top: 15px; /* Pass på at innholdet starter under navbaren */
    margin-left: 10px;
    background-color: black;
}
.main-img {
    max-height: 400px;
    margin-top: 50px;
}

.row-pad {
    padding-top: 30px;
    padding-bottom: 50px;
}

.clr-white {
    color: black;
}

.menu_link {
    font-weight: 600;
}
.lia {
    font-weight: 600;
    color: white; 
  
}
.bold-link {
    font-weight: 700;
    margin: 0px;
}
.soyle-wrapper {
    height: 300px;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    position: relative;
    padding-bottom: 20px;
}

.soyle {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60px;
}

.soyle-value {
    font-weight: bold;
    margin-bottom: 8px;
    color: white;
}

.soyle-bar-wrapper {
    height: 200px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    position: relative;
}

.soyle-bar {
    width: 100%;
    border-radius: 6px 6px 0 0;
    transition: height 0.5s ease;
}

.soyle-subtext {
    margin-top: 10px;
    font-size: 0.5rem;
    color: white;
}
.title_color {
    color: white;
}
.hello_color {
    color: black;
}

.page_title {
    font-size: 24px;
    font-weight: 700;
    align-content: center;
}

/* =============================================================
   GENERAL STYLES
 ============================================================ */
body {
    background-color: black;
}
/* =============================================================
   NAVBAR  STYLES
 ============================================================ */
.navbar-inverse {
    background-color: #0099e2;
    border-color: #3C3C96;
}

/* =============================================================
   ABOUT STYLES
 ============================================================ */
.developer-img {
    border: 5px solid #5656AA;
}



.testimonial:after {
    border-top-color: #5656AA;
}

.testimonial {
    border: 1px solid #5656AA;
}
h {
    color: white;
}
.testimonial-name {
    color: #5656AA;
}
.center-box {
    display: flex;
    justify-content: center; /* Sentrerer horisontalt */
}
html, body {
    margin: 0;
    padding: 0;
    font-family: 'Signika', sans-serif;
    font-size: 18px;
    color: white;
    line-height: 45px;
    background-color: black;
}

.minesider-container {
    display: flex;
    height: 100vh;
    margin: 0;
}
.container
{
    background-color: black;
    color: black;
}
.minesider-sidebar {
    
    background-color: #f8f9fa; /* Lys grå */
    margin-top: 60px;
    padding: 10px;
    overflow-y: auto;
    position: fixed; /* Fikser sidebaren til venstre */
    top: 0;
    left: 0;
    height: 100vh; /* Full høyde */
    z-index: 1000; /* Sørger for at den er over annet innhold */
}
h1 {
    padding-top: 50px;
    font-family: 'Yellowtail', cursie;
    padding-bottom: 20px;
    color: white;
}
p{
    font-family: 'Signika', cursive;
    font-size: 20px;
    color: white;
}

.card-body {
    background-color: #2C2B2A;
}
.card-header {
    background-color: #212121;
    color: white;

}
tbody
{
    color: white;
}
li {
    color: white;
}

h3 {
    color: white;
}
h5 {
    color: white;
}
h {
    color: white;
}

.form-check-label {
    color: white;
}
.label {
    color: white; /* eller hvilken som helst farge du vil */
}
input.bg-dark::placeholder {
    color: #aaa;
}
input.bg-dark {
    color: #fff; /* Hvit tekst */
   
}
    textarea.bg-dark::placeholder {
        color: #aaa;
    }

textarea.bg-dark {
    color: #fff; /* Hvit tekst */
}
textarea.bg-dark::placeholder {
    color: #aaa;
}
.strong {
    color: white;
}
.toup-div {
    position: fixed;
    bottom: 20px;
    right: 15px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.29);
    padding: 5px 10px 5px 10px;
    font-size: 20px;
}

    .toup-div a, .toup-div a:hover {
        color: #fff;
        text-decoration: none;
    }

