/* 

    Auteur: Tim Kleuver
    Datum: 26-8-2024
    beschrijving: index.css

*/

#container
{
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: space-evenly;
}

#container2
{
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: space-evenly;
}

#container3
{
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: space-evenly;
}

.item
{
    transform: rotateZ(0deg);
    transition: all 0.5s;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 35px;
    margin-bottom: 35px;
    max-height: 800px;
    padding: 4px;
    z-index: 4;
    box-shadow: rgb(255, 255, 255) 2px 2px 2px;
    background-color: rgb(30, 30, 30);
    color: white;
}

.item:hover
{
    transform: rotateZ(1deg);
    transition: all 0.5s;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 35px;
    margin-bottom: 35px;
    max-height: 800px;
    padding: 4px;
    z-index: 4;
    box-shadow: rgb(255, 255, 255) 2px 2px 2px 2px;
    background-color: rgb(30, 30, 30);
    color: white;
}

#item-1
{
    border-radius: 50%;
    min-width: 190px;
    max-width: 220px;
    max-height: 320px;
}

#item-2
{
    flex-grow: 0;
}

#item-3
{
    width: 300%;
}

.tim
{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}


@media screen and (max-width: 1000px) and (max-height: 450px) { /*phone landscape*/

    #container
    {
        margin-top: 50px;
        margin-bottom: 20px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        justify-content: space-evenly;
    }
    
    #container2
    {
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        justify-content: space-evenly;
    }
    
    #container3
    {
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        justify-content: space-evenly;
    }

    #item-3
{
    width: 90%;
}
    
}

@media screen and (max-width:580px) and (min-height:450px) and (max-height:1000px) { /*phone portrait*/
    #container
    {
        margin-top: 10px;
        margin-bottom: 10px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        justify-content: space-evenly;
    }
    
    #container2
    {
        margin-bottom: 10px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        justify-content: space-evenly;
    }
    
    #container3
    {
        margin-bottom: 10px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        justify-content: space-evenly;
    }

    #item-3
{
    width: 90%;
}
 
    #container
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: space-evenly;
}

#container2
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: space-evenly;
}

#container3
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: space-evenly;
}

.item
{
    transform: rotateZ(0deg);
    transition: all 0.5s;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
    max-height: 800px;
    padding: 4px;
    z-index: 4;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: white 1px 1px 1px 1px;
    background-color: rgb(30, 30, 30);
    color: white;
}

.item:hover
{
    transform: rotateZ(1deg);
    transition: all 0.5s;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
    max-height: 800px;
    padding: 4px;
    z-index: 4;
    box-shadow: white 1px 1px 1px 1px;
    background-color: rgb(30, 30, 30);
    color: white;
}

#item-1
{
    border-radius: 50%;
    width: 50%;
    margin-left: 95px;
    max-width: 165px;
    min-width: 100px;
}

#item-2
{
    flex-grow: 0;
}

.tim
{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
}
