@import url('https://fonts.googleapis.com/css2?family=Mrs+Sheppards&family=Poppins&display=swap');

.billede-projekt{
    width: 80vh;
}

body{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  margin: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.logo{

  font-family: "Mrs Sheppards", cursive;
  font-size: 5em;


}
header{
    background-color: rgb(45, 38, 29);
    padding-right: 10em;
    padding-left: 3em;
}
header nav {
    display: flex;
    padding: 1em;
    justify-content: space-between;
    align-items: center;
    gap: 5em;
    
    border-radius: 1em;
    padding-left: 1em;
    margin-right: 2em;
}

header nav ul{
    list-style: none;
    display: flex;
    gap: 5em;
    
}

nav a {
    list-style: none;
    text-decoration: solid;
    color: white;
    font-size: x-large;
}



header nav a:hover {
    color: blue;
}


/* ------------------------------------------------------------Header ------------------------------------------------------

 */

.main-forside {
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10em;
    min-height: 87vh;
    padding-left: 20rem;
    
}



    
.beskrivelse-forside{
display: flex;
flex-direction: column;
color:white;
max-width:  20em;
margin: 0; }

.beskrivelse-forside h2{
    
    font-size: 2em;
    color: white;
    margin: 0;

    
}

.jobtitel{
    color: #5d5d5d;
}


.tekst-forside{
    color:white;
}    

.knapper{
    display: flex;
    gap: 4em;
}


.portfolio{

    display: inline-block;
    border: 1px solid white;
    border-radius: 2em;
    background-color: grey;
    color: #f3f2ef;
    text-decoration: none;
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-top: 2em;
    
}

.profil-billede{
    border: 2px solid gray;
    border-radius: 100%;
    width: 30em;
    

}



section ul {
    padding-left: 2em;

}

/* -----------------------------------------------------------------------main----------------------------------------- */


footer {
    background-color: rgb(12, 12, 12);
    height: 2em;
    text-align: center;
}
    

.tekst{
    color: #f3f2ef;
    letter-spacing:0.5rem ;
}

.Javascript{
 width: 300px;
}

.om-mig{
    display:flex;
    flex-direction:column;
    margin-top: 2em;


}

.html{
    width: 300px;
}

.webudvikling{
    width: 60rem;
    margin-top: 2em;
    margin-bottom: 2em;
}