/*BASIS*/

.container 
{
    width: 100%;
    max-width: 330px;
    padding: 10px;
    background: #6A2831;
    border-radius: 20px;
    margin: 20px auto;
    box-shadow: 0 4px 15px rgba(0,0,0,0.5);
    color: #fff;
}

.head 
{
    background: #fff;
    border-radius: 25px;
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
}

h2 
{
    display: flex;
    justify-content: center;
    color: #000 !important;
}

.cirkel 
{
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #C5A880;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    box-shadow: 0 4px 15px rgba(0,0,0,0.5);
}

.circle img 
{
    width: 60px;
}

/* Beige blokken (basis) */
.beige-block,
.beige-block2,
.beige-block-big,
.beige-block-contact 
{
    background-color: #C5A880;
    border-radius: 25px;
    padding: 20px;
    margin: 20px auto;
    box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}

/* Specifieke maten mobile */
.beige-block 
{
    width: 220px;
    min-height: 300px;
    font-size: 14px;
}

.beige-block2 
{
    width: 300px;
    height: 260px;
}

.beige-block-big 
{
    width: 350px;
    height: 300px;
}

.beige-block-contact 
{
    width: 300px;
    height: 200px;
    display: flex;
}

.skill-img
{
    width: 50px;
}

/*TABLET*/
@media screen and (min-width: 500px) {

    .container 
    {
        max-width: 550px;
        padding: 20px;
        border-radius: 30px;
    }

    .head 
    {
        max-width: 500px;
        border-radius: 30px;
    }

    .cirkel 
    {
        width: 180px;
        height: 180px;
        margin: 30px auto;
    }

    .circle img 
    {
        width: 80px;
    }

    .beige-block 
    {
        width: 400px;
        min-height: 350px;
        font-size: 16px;
    }

    .beige-block2 
    {
        width: 450px;
        height: 250px;
    }

    .beige-block-big 
    {
        width: 500px;
        height: 350px;
    }

    .beige-block-contact 
    {
        width: 450px;
        height: 250px;
    }
}

/* DESKTOP*/
@media screen and (min-width: 900px) {

    .container 
    {
        max-width: 1000px;
        padding: 40px;
        border-radius: 40px;
    }

    .head 
    {
        max-width: 800px;
        border-radius: 40px;
    }

    h2 
    {
        font-size: 2.5rem;
    }

    .cirkel 
    {
        width: 220px;
        height: 220px;
        margin: 40px auto;
        box-shadow: 0 6px 20px rgba(0,0,0,0.5);
    }

    .circle img 
    {
        width: 100px;
    }

    .beige-block,
    .beige-block2,
    .beige-block-big,
    .beige-block-contact 
    {
        border-radius: 40px;
        padding: 40px;
        margin: 40px auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .beige-block 
    {
        width: 600px;
        min-height: 400px;
        font-size: 18px;
    }

    .beige-block2 
    {
        width: 700px;
        height: 300px;
    }

    .beige-block-big 
    {
        width: 850px;
        height: 500px;
    }

    .beige-block-contact 
    {
        width: 700px;
        height: 300px;
    }

    .skill-img 
    {
        width: 90px;
    }
}

/*ALGEMEEN*/

.carousel-control-prev-icon, .carousel-control-next-icon 
{
    filter: invert(1) grayscale(100%) brightness(0);
}

.carousel.img-work 
{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.carousel-inner, .carousel-item 
{
    height: 100%;
}

.carousel-item img 
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body 
{
    --bs-body-bg: #F2E9D8;
}

/* Footer */
footer 
{
    width: 100%;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer iframe 
{
    width: 90%;
    max-width: 330px;
    height: 250px;
    border-radius: 25px;
    border: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.img-work 
{
    width: 320px;
    height: 250px;
    border-radius: 25px;
}


/* bootstrap aanpassing omdat anders de header wit bleef */
body
    {
        --bs-body-bg :  #F2E9D8;
        --bs-light-rgb:
    }
