/*=======*/
/*general*/
/*=======*/

body{
   margin: 0;
   font-family: 'Open Sans', sans-serif;
}

*{
    box-sizing: border-box;
}   


h1,h2,h3,h4,h5,h6 {

    font-family: 'Solway';
    color: #666666;
    margin: 0 0 15px 0;
    padding: 0;
}

p {
    padding: 0;
    margin: 15px;
}

a {
    color: #666666;
}

.container {
    width: 100%;
    border: 2px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
}


/*======*/
/*Navbar*/
/*======*/

#navbar {

display: flex;
justify-content: left;
align-items: center;

}

#navbar li{
    padding: 10px;
    font-size: 20px;
}

li{
    padding-left: 10px;
    padding-right:10px;
    list-style: none;
    float: left;
    font-size: x-large;
}



/*========*/
/* header */
/*========*/

#top-header{
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: xx-large;
    height: 40vh;
    
    /* Katt */
    background-image: url(https://preview.redd.it/does-anyone-other-than-me-know-where-this-cat-is-from-lol-v0-img24gu05lfb1.jpg?width=1080&crop=smart&auto=webp&s=c3f0a1639fc3a21e04864423c108302d5a36ff8b);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#top-header h1{
     font-size: 5vw;
    font-weight: 700;
    color: #ffffff;
}

#header {
    height: 70px;
    background-color:wheat;
}

#header h1 {
    margin: 15px 25px 0 0;
    font-size: 36px;
     letter-spacing: 3px;
}

#header h1, li{
     color: #ffffff;
}

/*========*/
/* om meg */
/*========*/

.meg h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}

.meg h4 {
    font-size: 16px;
    font-weight: 400;
}

.meg p {
    font-size: 16px;
    font-weight: 300;
}

/*=============*/
/* Prosjekter */
/*===========*/

.grid-container {

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    background-color: rgb(200, 237, 239);   

    padding-left: 10vw;
    padding-right: 10vw;
    padding-top: 8vh;
    padding-bottom: 8vh;
    
}

.grid-container div {
        background-color: white;
        padding: 50px;
}

.grid-container h3{
    margin-bottom: 10px;
}

  /*================*/
 /* Footer Section */ 
/*================*/

#footer {
    display: flex;
    padding: 20px;
    background-color: wheat;
    height: auto;
    text-align: center;

}   

#footer p {
    color: white;
    font-size: 22px;
    padding: 5px
}





/*====*/
/*Misc*/
/*====*/
.Text-Left{

    float: left;
    margin-left: 25vw;
}

.container h2{
    margin-top: 30px;
}




#meg{

\

max-width: 40%;
height: 40vh;
margin-top: 20px;
text-align: center;



}