html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}



.bilder {
    width: 300px; /* Juster bredden etter behov */
    height: auto; /* Beholder proporsjonene */
}


.row img {max-height: 300px;object-fit: cover;
}



body {
        font-family: Calibri, Arial, sans-serif;
        background-color: #FFFFFF;
        color: #333333;
}

h1, h2, h3 {
        color: #002B5C;
}

a.btn-primary {
        background-color: #FF4500;
        border-color: #FF4500;
}

    a.btn-primary:hover {
            background-color: #FF8C00;
            border-color: #FF8C00;
    }





