.farge{
    color: white;
    font-size: 500%
}




body{
    background:#303234;
    text-decoration: none;
    

  }

.h2{
color: rgb(238, 242, 249);
font-size: 300%;



}

.h22{
    color: rgb(22, 175, 47);
    font-size: 300%;


    }

.button4 {
        background-color: white;
        color: black;
        border: 2px solid #e7e7e7; }

/* Hover fuknsjonen */
.raise:hover,
.raise:focus {
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  transform: translateY(-0.25em);
  text-decoration: none;

}

button{
    background:#303234;
    color: white;
    text-decoration: none;
    margin: 13px;
    padding-left: 20px;
    padding-right: px;

    
}

.prosjekter{
    color: rgb(238, 242, 249);
    font-size: 300%;
    text-decoration: none;
}

/* Fade Inn Animasjon */
body {
    animation: fadeInAnimation ease 5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
 
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}

/*  Nederste bar, div */
#bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background-color: #201f1f;
    color: #fff;
    text-align: center;
    line-height: 50px;
  }

  a:link {
    color: rgb(255, 145, 0);
    background-color: transparent;
    text-decoration: none; }


      button:hover {
        background-color: #0a7012;
        box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
        color: #fff;
        transform: translateY(-7px);
    
      }
  

  
    
      
    