@import url('https://fonts.googleapis.com/css?family=Noto+Sans&display=swap');

* {
  margin: 0;
  padding: 0;  
}

body {
    font-family: "Noto Sans", sans-serif;
}

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

    .atext{
        text-justify: auto;
    }

header {
    display: flex;

}

nav a {
    height: 2.5vw;
    min-width: 4vw;
    font-size: 16px;
    display: grid;
    grid-area: auto;
    place-items: center;
    background-color: #ffff;
    padding: .1vw 1vw;
    margin: 2.5px;   
}

nav {
    display: flex;
    min-width: 7vw;
    max-width: 90vw;
    margin: .5vw auto 2vw;
    border-radius: 2vw .67vw .67vw 2vw;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #00685e;
    padding: .3vw 1.5vw;
    font-size: .875vw;
    box-shadow: 0 5px 10px #11111150;
}

nav a:first-of-type{
    border-radius: .5vw 0 0 .5vw;
}

nav a:last-of-type{
    border-radius: 0 .5vw .5vw 0;
}

.section1 {
    margin: 0vw 7vw;
    padding: 3vw;
    background-color: #00685e;
    text-emphasis-color: #ffff;
    border-radius: 2vw 2vw 0vw 0vw;
    box-shadow: 0 5px 10px #11111150;
}

.section2 {
    display: flex;
    justify-content: center;
    text-emphasis-color: #ffff;
    border-radius: 2vw 2vw 0vw 0vw;
}

form{
    margin: 0 0em 15em 0em;
    background-color: #00685e;
    padding: 20px;
    border-radius: 1em;
    box-shadow: 0 5px 10px #11111150;
}

input{
    padding: 0.5em;
    border-radius: 0rem;
}

input:first-of-type{
    border-radius: .5vw 0 0 .5vw;
}

input:last-of-type{
    border-radius: 0 .5vw .5vw 0;
}

article {
    margin: 0vw 3vw;
    padding: 3vw 2rem; 
    background-color: #ffff;
    border-style: solid;
    border-radius: 2vw;
    border-width: 7.5px;
    border-color: #00685e;
    box-shadow: 0 5px 10px #11111150;
}

.title {
    text-align: center;
    padding: 0vw 0vw 1vw 0vw;
}

.titlea {
    text-align: center;
    padding: 0vw 0vw 5vw 0vw;
}

.img1 {
    display: flex;
    justify-content: right;
    background-color: #ffff;
    border-radius: 50%;
    padding: .2vw;
    width: 55px;
    height: 55px;
    margin-right: .25vw;
}

.img1:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 10px #11111150;
  }

.homepageimg {
    padding: .5vw;
    display: flex;
    image-rendering: optimizeQuality;
    width: 40vw;
    border-radius: 5vw;
    border: 7.5px solid #00685e;
    box-shadow: 0 5px 10px #11111150;
    flex-direction: column;
}

.zoom {
    transition: transform 1s;
  }

  .zoom:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 10px #11111150;
  }

  .imgbok{
      margin: 0vw 0vw;
      padding: 0.15vw;
      height: 350px;
  }

/* @media(max-width: 768px) {
    * {
        flex-direction: column;
    }



    nav {
        align-items: left;
        flex-direction: column;
        max-width: 7rem;
        margin: 2.5rem 2rem;
    }
    nav a {
        height: 3rem;
        min-width: 4em;
        max-width: 2em;
        font-size: 16px;
        display: grid;
        grid-area: auto;
        place-items: center;
        background-color: #ffff;
        padding: .5rem 1rem;
        margin: 2.5px;   
    }
    nav a:first-of-type{
        border-radius: .5em .5em 0 0;
    }
    
    nav a:last-of-type{
        border-radius: 0 0 .5em .5em;
    }
    
    .img1 {
        display: flex;
        justify-content: right;
        background-color: #ffff;
        border-radius: 50%;
        padding: .2vw;
        width: 80px;
        height: 80px;
        margin-right: .25vw;
    }
}

Orker ikke å fikse koden men beholder for å vise kompetanse*/