/* Generell stil */

html {
    height: 100%;
  }
  
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;    
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
 
}




/* Header */
header {
    background-color: #33333393;
    padding: 10px;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline;
    margin-right: 10px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
}

nav ul li a.active {
    font-weight: bold;
}

/* Hero-seksjon */
.hero {

    color: rgb(255, 255, 255);
    text-align: center;

    
}

.hero2 {
    background-size: cover;
    color: #5a5a5a;
    text-align: center;
    padding: 50px;
}

.hero_index {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;   
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    
    color: #ffffff;
    text-align: center;
    
    background-image: url("./bilder/desk2_dark.png");
    background-color: #33333341;

}

.hero_ifsp {

    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;   
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    
    color: #ffffff;
    text-align: center;
    
    
    background-image: url("./bilder/komp\ dark.png");
    background-color: #33333341;
}


.hero_kontakt {

    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;   
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    
    color: #ffffff;
    text-align: center;
    
    background-image: url("./bilder/site1_dark.png");
    background-color: #33333341;
}

.LI-profile-badge {
    color: #fff;
    
    text-decoration: none;
    font-size: 30px;
    
}

.hero h1 {
    font-size: 36px;
}

.hero h2 {
    text-align: center;
    font-size: 24px;
    
    padding-top: 15cqh;
}

.hero p {
    font-size: 18px;

}


.cta-button {
    display: inline-block;
    background-color: rgb(255, 196, 0);
    color: #ffffff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 3px;
    border-color: #000000;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #e55c00;
}



/* Footer */
footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}

footer2 {
    background-color: orange;
    height: 100px;
}

.center { 
    height:33cqh;
    position: relative;
    border: 3px solid green; 
    
}


.a_third { 
    height:33cqh;
   
    
    
}

.paa_bunn {
    left: 0;
    position: fixed;
    text-align: center;
    bottom: 0;
    width: 100%;
}

.grid-container {

  }
  
  .grid-item {

  }

  .grid-row1 {

    grid-row: 1 / span 2;
  }

  .grid-row2 {

    grid-row: 3 / span 3;
  }