
.text{
    width: 200px;
    height: 300px;
    margin: 40px;
}

*::selection{
    color: white;
    background-color: black ;
}

body{
    margin: 0;
    background-image: url(bilder/vit.jpg);
    background-repeat: no-repeat;
    background-size: 100vw 100vh;

}

.bild{
    width: 100%;
    height: 50vh;
    border-radius: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
}

span *{
    color: black;
}



*{
    font-family: "Bebas Neue", sans-serif;
    font-style: normal;
}

#title{
width: fit-content;
font-size: 80px;
font-weight:500;
margin-top: 0px;
text-shadow: 0px 18px 16px rgba(0,0,0,0.34);
text-align: center;
user-select: none;
}

h1{
    text-align: center;
}

#list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 300px;
    height: 50px;
    justify-items: center;
    position: absolute;
    justify-content: space-around;
    align-content: center;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    padding: 0;
    border: black solid 2px;
    background-color: white;
}

#list *{
    list-style: none;
    text-decoration: none;
    color:black;   
    height: 100%;
}

.li:hover{
    transform: scale(1.1);
    transition: 1s;
}

.icon{
    position: absolute;
    left: 25px;
    top: 25px;
    font-size: 80px;
    color: black;
}

#bars{
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 60px;
    color: black;
    animation: 5s;
}

#kredits{
    text-decoration: underline;
    margin-bottom: 8px;
}

#andra{
    width: 80px;
    height: fit-content;
    display: none;
    flex-direction: column;
    background-color: white;
    border: black solid 1px;
    position: absolute;
    right: 10px;
    top: 80px;
}

#andra *{
    text-align: center;
    list-style: none;
    text-align: center;
    border-bottom: solid 1px;
    color: black;
    padding-top: 10px;
    padding-bottom: 10px;
}

.titlearea{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.grid>div{
    height: 30vh;
    width: 15vw;
    border-radius: 20px; 
    border: solid black 1.5px;
    font-size: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid>div:hover{
    background-color: rgba(128, 128, 128, 0.118);
}

#about{
    width: 45vw;
    max-width: 70%;
    margin: auto;
    width: 500px;
    word-spacing: 4px;
    font-size: 18px;
}



.om{
    background-color: rgba(128, 128, 128, 0.118);
}

.grid{
    display: grid;
    grid-template-columns: auto auto auto auto;
    width: 80%;
    border-radius: 15px;
    margin: auto;
    justify-content: space-around;
    background-color: rgba(255, 255, 255, 0);
    margin-top: 50px;

}
footer{
    min-height: fit-content;
    width: 100%;
    margin: 0;
    background-color: rgba(16, 15, 15, 0.749);
    margin-top: 60px;
    position: relative;
}

footer p{
    width: fit-content;
    text-align: center;
}
footer>*{
    filter: invert(1);
}

.icon2{
    font-size: 100px;
    margin-left: 30px;
    margin-top: 20px;
}

.flex{
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: center;
}


.idk{
    width: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.idk>p{
    font-size: 80px;
    font-weight: 700;
    margin-bottom: 30px;
}

.kontakt2{
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.kontakt2>*{
    margin: 0;
    margin-bottom: 10px;
}

.kontakt>*{
    margin: 0;
}

.kallor{
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer li{
    list-style: circle;
}


.medlemar{
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 40px;
}


#framtid{
    display: none;
    width: 45vw;
    max-width: 70%;
    margin: auto;
    width: 500px;
    word-spacing: 4px;
    font-size: 18px;
}

#pros{
    display: none;
    width: 45vw;
    max-width: 70%;
    margin: auto;
    width: 500px;
    word-spacing: 4px;
    font-size: 18px;
    position: relative;
}

#cons{
    display: none;
    width: 45vw;
    max-width: 70%;
    margin: auto;
    width: 500px;
    word-spacing: 4px;
    font-size: 18px;

}

footer ul{
    padding: 0;
}

@media only screen and (max-width: 1000px){

    .flex{
        flex-direction: column;
        justify-content: center;
    }
    
    .medlemar{
        margin: 0;
    }

    .grid>div{
        width: 24vw;
        height: 20vh;
    }

    .grid{
        width: fit-content;
    }

    .bild{

        height: 300px;
    }

}

@media only screen and (max-width: 700px){

    .bild{
        width: 100%;
        height: 250px;
    }
    

    #title{
        font-weight: 300;
        font-size: 40px;
    }

    .icon{
        font-size: 60px;
    }

    #bars{
        font-size: 60px;
    }
}

#organtext, #sjukvårdtext, #kompatibilitettext, #forskningtext, #celltext, #skelettext, #energytext, #kostnadentext{
    display: none;
}

li>div{
    cursor: pointer;
}

li h2{
    user-select: none;
}

div > h2{
border: black solid;
border-radius: 20px;

}

li, ul{
    list-style: none;
    padding-left: 0;
}

h2{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    }

