body {
    margin: 0;
    padding: 0;
    background-color: #E3FDFD;
}

/* Huvudmenyn */
header {
    background-color: #71C9CE;
    height: 7rem;
    margin: 0;
    padding: 0;
    display: flex;
}

.rubrik {
    text-align: center;
    padding-top: 1.3rem;
    margin: 0;
    font-size: 3rem;
    width: 30%;
    color: white;
}

.topnav {
    margin: 0;
    padding-top: 1rem;
    margin-left: 20rem;
}

.top_ul{
    list-style-type: none;
    display: flex;
}

.top_li{
    margin-left: 1.5rem;
}

.top_a{
    text-decoration: none;
    font-size: 2rem;
    color: white;
}

.top_a:hover{
    background: #A6E3E9;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.active{
    background-color: #24bcd3;
    padding: 0.5rem;
}
/* Huvudmenyn slut*/

/*Innehåll */

.flex_container{
    display: flex;
    min-height: 75vh;
}

.uppdelning{
    flex: 1;
    margin: 1rem;
}

a{
    text-decoration: none;
}


/*Innehåll slut*/

footer{
    background-color: #71C9CE;
    padding: 0.5rem;
    text-align: center;
    color: white;
    margin-top: auto;
   
}

/*Projects.html */
.project{
    padding: 1rem;
    padding-left: 15rem;
    padding-right: 15rem;
    min-height: 75vh;
}

.flexcontainer{
    list-style: none;
    display: flex;
    margin: 1rem;
    border: 0.2rem solid #A6E3E9;
    background-color: #CBF1F5;
    /*height: 15rem;*/
}

.searchbox{

    list-style: none;
    display: flex;
    margin: 1rem;
    border: 0.2rem solid #A6E3E9;
    background-color: #CBF1F5;
    padding: 1rem;
    height: 3rem;
}

.searchcontent{
    flex: 3;
    padding: 1rem;
}
.searchcontentsmall{
    flex: 1;
    padding: 1rem;
}
.image{
    width: 100%;
}
/*Projects.html slut */

/*info.html slut */

.info{
    list-style-type: none;
    list-style: none;
    margin: 1rem;
    display: flex;
    justify-content: space-between;
    /*height: 15rem;*/
}

.infoimage{
    width: 100%;
}

/*Info sidan css slut*/

/*techniques css */
.flexcontainer_tech{
    list-style: none;
    margin: 1rem;
    border: 0.2rem solid #A6E3E9;
    background-color: #CBF1F5;
    text-align: center;

}

.searchcontent_tech{
    flex: 3;
    padding: 1rem;
    margin-left: 5rem;
    margin-right: 1rem;
}
.searchcontentsmall_tech{
    flex: 1;
    padding: 1rem;
    margin-left: 1rem;
    margin-right: 5rem;
}

.leftside_tech h2{
    text-align: center;
}
.leftside_tech{
    border: 0.2rem solid #A6E3E9;
    background-color: #CBF1F5;
    margin: 1rem;
}

  .grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 1rem;
  }
  .grid-item {
    background-color: #CBF1F5;
    border: 0.15rem solid #A6E3E9;

    padding: 0.5rem;
    font-size: 20px;
    margin: 0.1rem;
    text-align: center;
  }
/*techniques css SLUT */


/*info css */

.specified_project{
    display: flex;
    margin: 1rem;
    border: 0.2rem solid #A6E3E9;
    background-color: #CBF1F5;
    width: 100%;
    min-height: 70vh;

}

li{
    list-style: none;

}
    





