
body {
    font-family: 'Arial', sans-serif; 
    background-color: #F2F4F6;
    margin: 0;
    line-height: 1.6;
}

h2 {
    color: #1e749f; 
    text-align: center;
}

h3 {
    color: #000000; 
    text-align: center;
}

h1 {
    color: #ffffff;
    text-align: center;
}

p {
    color: #333; 
    text-align: center;
    font-size: 1em;
    font-weight: 400;
}


.creative-header {
    position: relative;
    height: 300px;
    background: linear-gradient(to bottom, rgba(110, 164, 191, 0.8), rgba(228, 166, 195, 0.8)), url('bilde.png') center/cover no-repeat;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .creative-header .overlay {
    padding: 20px;
    border-radius: 15px;
  
  }
  
  .creative-header h1 {
    font-size: 3rem;
    color:#6e0457;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  }
  
  .creative-header p {
    font-size: 1.2rem;
    font-style: italic;
    margin: 0;
  }
  
  
  .creative-header:hover .overlay {
    transform: scale(1.05);
    transition: 0.3s ease;
  }



.navbar {
    width: 100%;
    padding: 20px;
    text-align: center;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.navbar ul {
    list-style-type: none;
    background: transparent;
}

.navbar ul li {
    display: inline;
    margin: 0 15px;
}

.navbar ul li a {
    color: white;
    font-size: 1.2rem;
    text-transform: uppercase;
}

a {
    color: white;  
    text-decoration: none; 
}

a:hover {
    color: #3C6478;  
    text-decoration: underline; 
    transition: 0.3s;
}

.navbar.sticky {
    background-color: #6e0457;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
}



header h1 {
    font-size: 3em;
    letter-spacing: 2px;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}


#hoved {
    display: flex;
    justify-content: space-between;
    margin: 20px;
}

.text-bokser {
    display: flex;
    flex-direction: column;
    width: 60%;
}

.tekst-boks {
    background-color: #fff;
    border: 1px solid #f3d5e6; 
    border-radius: 5%;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tekst-boks:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.bilde-boks {
    width: 35%;
    background-color: #fff;
    border: 1px solid #f3d5e6;
    border-radius: 5%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bilde-boks img {
    width: 100%;
    height: auto;
    border-radius: 5%;
    transition: transform 0.3s ease;
}

.bilde-boks img:hover {
    transform: scale(1.05);  
}

#visjon-boks {
    background-color: #f3d5e6;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
}

#visjon-boks h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

#visjon-boks p {
    font-size: 20px;
    line-height: 1.5;
    color: #555;
    text-align: center;
}

footer {
    background-color: #6e0457;
    color: #f3d5e6;
    text-align: center;
    padding: 20px;
}
footer h3 {
    color: #ffffff;
    text-align: center;

}

footer h1 {
    font-size: 40px;
    color: rgb(149, 195, 236); 
}
footer p {
    color: #f3d5e6;
}

 
#ig {
    background: url('ig-logo.png');
  
    width: 150px;
    height: 150px;
  
    background-size: cover;
    background-position: center;
  
    transition: 0.3s;
  
    margin: auto;
    margin-bottom: 30px;
  }
  
  #ig:hover {
    background: url("ig-logo-farget.png");
  
    width: 150px;
    height: 150px;
  
    background-size: cover;
    background-position: center;
  
    transition: 0.3s;
  }
  footer > a {
    width: 400px;
  }
  

@media (max-width: 768px) {
    #hoved {
        flex-direction: column;
        align-items: center;
    }

    .text-bokser {
        width: 100%;
    }

    .bilde-boks {
        width: 100%;
        margin-top: 20px;
    }
}
