*{
  flex: wrap;
  flex-wrap: wrap;
  margin: 0px;
  font-family: "Work Sans", sans-serif;
}

body{
  background-color: rgb(111, 186, 247);
  margin: 0px;
}


/* for meny plassert øverst på index.html, cv.html og prosjekter.html */ 

.GenerelArtikkel{
  margin: 1.5%;
}


.navbar {
    padding: 0px;
    overflow: hidden;
    background-color: #01213b;
    border: 4px solid #000000;
    font-family: Lucida, Moonspace;
  }
  
  .navbar a {
    transition: color 300ms;
    float: left;
    font-size: 16px;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 20px 90px;
    text-decoration: none;
  }
  

.navbar a:hover {
  transform: scale(1.2);
  transition: transform, 100ms;
  transition: transform ease-in-out 100ms;
  color: rgb(255, 0, 0);
}

.navbar a:active {
  transform: scale(0.8);
  transition: transform, 10ms;
} 
/* SLUTT for meny plassert øverst på index.html, cv.html og prosjekter.html SLUTT */ 

.Articlehoyre{

  float: right;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  padding-right: 75px;
  font-size: 20px;
}

.klokke{
  font-size: 35px;
  margin-bottom: 20px;
}

.ArticleVenstre{
  width: 900px;
  float: left;
  font-family: sans-serif;
  font-size: 30px;
}

.center{
  text-align: center 
}

.paddingtop{
  margin-top: 20px;
}

.textstyle1{
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 18px;
}

.paddingCV{
  padding-left: 10px;
}

/* syle for prosjekt.html tabbelen # syle for prosjekt.html tabbelen # syle for prosjekt.html tabbelen # */

.liste-container {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  margin-left: 9px;
  float: left;
  background: Red;
  width: 30%;
  border-radius: 2px;
  padding: 20px;
  background: #3FA3F4;
  color: #170830
}

.liste-container2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  float: left;
  margin-left: 30px;
  width: 30%;
  position: relative;
  border-radius: 2px;
  padding: 20px;
  background: #3FA3F4;
  color: #170830
}


.liste-container3{
  border-radius: 2px;
  padding: 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  float: right;
  background: #3FA3F4;
  color: #170830;
  width: 30%;
}

.ulProsjekter {
  list-style-type: none;
  padding: 0;
}

.liProsjekter {
  border-radius: 4px;
  background: #e8edf1;
  border: 4px solid #0778d4;
  margin: 10px 0;
  padding: 15px;
  color: black;
}
.liProsjekterHover:hover {
  transition: background 275ms;
  background: #0F8CF1;
}

.Acolor:hover{
  color: #aa20ff;
  transition: color 100ms;
}

.Acolor{
  font-size: 17px;
  color: #000000;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.ProsjekterOverskrift{
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 10px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 30px;
}

.overskrift{
  padding: 6px;
  font-size: 70px;

}

.ikkeFerdig:hover {
  background: #f54545;
}


/* syle for prosjekt.html slutt # syle for prosjekt.html slutt # syle for prosjekt.html slutt */
.ProfilIconListe{
  margin: 6%;
  width: 7%;
  border: 2px solid black;
}

.ProfilIconBilder{
  margin-bottom: 30px;
  width:100%;
}

