body {
 background-color: #fff;
    color: #000; 
}
  
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Poppins", sans-serif; 
}

h1 {
    font-weight: 550;
    line-height: 58px;
}

h2 {
    font-weight: 550;
    font-size: 2rem;
}

h3 {
    font-weight: 550;
    font-size: 1.5rem;
}

h4 {
    font-weight: 550;
    font-size: 1rem;
}

/*Navbar*/
.nav-link {
    color: #E8B703;
    font-weight:500;
}


.nav-link:hover {
    color:#fff;
    font-weight: 600;
}

.navbar-toggler-icon {
    color:#E8B703;
}

/*Linker*/
a {
    color: #E8B703;
    font-weight: 500;
}

.a-mork {
    color: #1B1B1B;
    font-weight: 500;
}

/*Liste*/
ul {
    list-style-type: none;
}

.liste-p {
    font-weight: 450;
    color:#1B1B1B
}

/* Button */ 
.btn-hoved {
    background: #E8B703;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #e0c14f, #E8B703);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #e0c14f, #E8B703); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #1B1B1B;
    transition: 0.5s;
    font-size: 16px;
}

.btn-hoved:hover {
   background: #1B1B1B;
   border-color:#E8B703;
   color: #E8B703;
}

.btn-skjema {
    background: #E8B703;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #e0c14f, #E8B703);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #e0c14f, #E8B703); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #1B1B1B;
    font-size: 16px;
}

.btn-skjema:hover {
    border-color:#E8B703;
    background: #fff;
    font-weight: 500;
}

.btn-sekundar {
    border: 1px solid #E8B703;
    background-color: transparent;
    height: 45px;
    width: 125px;
    color: #E8B703;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16x;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.6);
}

/* Ikon */
.ikoner {
    color:#E8B703;
}

.ikoner-mork {
    color: black;
}

.ikoner-store {
    color:#E8B703;
    font-size: 50px;
}

.ikon-profil {
    font-size: 200px;
    margin-left: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ikoner-face {
    color: #E8B703;
    font-size: 18px;
}

.ikoner-insta {
    color: #E8B703;
    font-size: 20px;
}

/* Bokser */
.boks {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 20px;
    margin-bottom: 20px;
}

/* Footer */
.footer-p {
    /* font-size: 14px;*/
    color: lightgray; 
    font-weight: 400;
}

.footer-h3 {
   /* font-size: 16px;*/
       font-weight: 500;
}


/* bakgrunn */
.bg-overlay {
    background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url(/assets/car1.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    height: auto;
    padding-top: 50px;  
}

.bg-overlay-omoss {
    background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url(/assets/cars.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    height: auto;
    padding-top: 100px;
}

.minheight-banner {
    min-height: 35rem;
}