@font-face {
    font-family: Qwitcher Grypen;
    src: url(fonts/qwitchergrypen-regular-webfont.woff2);
}

@font-face {
    font-family: PT Sans Narrow;
    src: url(fonts/ptsansnarrow-regular-webfont.woff2);
}

/* Nulstilling af margin og padding på alle elementer, samt ændring af box model på alle elementer */
* {
    box-sizing: border-box;
    margin: 2px;
    padding: 2px;

  }
  
  
  /* Normalisering af font og linjehøjde på dokumentets tekster, samt nedtoning af tekstfarven */
  body {
    font-family: PT Sans Narrow;
    line-height: 1.6;
    color: #3A2A1E;
    background-color: #E2F3FF;
 
  }
  
  
  /* Normalisering af billeder */
  img {
    width: 100%;
    height: auto;
    display: block;
  }

  main{
    max-width: 1200px;
    margin-inline: auto;

  }

  footer{
    text-align: center;
    margin-block: 20px;
    margin-top: 50px;
  }





  /* Navigationsmenu */



  nav ul {
    background-color: #A19786;
    padding: 20px; 
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    list-style: none;
    font-size: 20px;
    box-shadow: 10px 10px 8px #888888;
    border-radius: 10px;
  }
  
  a.link1{
    text-decoration: none;
    font-weight: bolder;
    color: white;
 
  }

  a:hover{
    color:#3A2A1E
  }



  /* Forside */
  h1{
    font-family: Qwitcher Grypen;
    font-size: 800%;
    color: #A19786;
    text-align: center;
  }

h2{
    text-align: center;
    font-size: 200%;
}

a.link2, a.link3, a.link4{
  color: #A19786;
  background-color: white;
  text-decoration: none;
  display: inline-block; 
  border: 4px solid #C4ECFF;
  border-radius: 10%;
  padding: 7px 40px;
  margin: -10px 0px 20px 0px;
  text-align: center;
  font-size: 20px;
}



@media (max-width: 650px){
  h1{
    text-align: center;
    font-size: 360%;
    margin-top: -30px;
  }
  h2{
    text-align: center;
    font-size: 110%;
    margin-bottom: 80px;
  }



}


/* Side 2 - Grød */

.time{
  text-align: center;
  margin-top: 60px;
  font-style: italic;
}


h5{
  color: #A19786;
  font-size: 20px;
}
h4{
  color: #A19786;
  text-align: center;
font-size: 30px;
margin-top: 80px;
margin-bottom: -50px;
}

.ingredienser{
  border: 2px solid #A19786;
  background-color: #D3EEFD;
  border-radius: 10%;
  display: inline-block; 
  padding: 7px 30px;
  margin: 0px 0px 20px 40px;
  width: 80%;

}



h3{
  text-align: center;
  font-size: 40px;
}
span{
  font-size: 18px;
  font-style: italic;
  color: #3A2A1E;
}

/* Side 3 - Bagværk*/


.ingredienser2{
  border: 2px solid #A19786;
  background-color: #D3EEFD;
  border-radius: 10%;
  display: inline-block; 
  padding: 7px 30px;
  margin: 0px 0px 20px 40px;
  width: 80%;
}


/* Side 4 - Smoothiebowl*/

.banan, .blaabaer{
  text-align: center;
font-size: 30px;
margin-top: 70px;
margin-bottom: -50px;
}




