/* 
Autuer: Bartek Nowotnik
Datum: 2/10/2025

Statische website
Opmaak van de inhoud
*/

/* Template rows & columns aanmaken bij main */
main
{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(5, auto);
}

/* ↓ PAGE WAALWIJK ↓ */

/* Opmaak van de plaatje(Pagina Waalwijk) */
#plaatje1 img 
{
    width: 175%;
    height: auto;
    border: solid rgb(12, 39, 127) 5px;
    border-radius: 15px;
    margin-left: -40%;
}
#plaatje1
{
    grid-row: 2 / 4; 
    grid-column: 4 / 5;
} 
/* Opmaak info tekst (pagina waalwijk */
#InfoWK
{
    grid-row: 2;
    grid-column: 1; 
    text-align: center;
}
/* Opmaak info tekst (pagina waalwijk */
#WaalwijkInfo1
{
    grid-column: 2;
    grid-row: 2;
    width: 120%;
    font-size: 19px;
    background-color: rgb(249, 255, 162);
    border: dotted black;
    padding: 10px;
    border-radius: 10px;
    margin-top: 17.5%;
}

                     
/* ↓ PAGE LUNCH ↓ */    


#VraagP1
{
    grid-row: 2;
    grid-column: 1; 
    text-align: center;
}
/* Opmaak van de plaatje (Pagina Lunch) */
#plaatjep1 img
{
    width: 90%;
    height: auto;
    border: ridge rgb(152, 96, 43) 10px;
}
#plaatjep1
{
    grid-column: 4 ;
    grid-row: 2;
    width: 200%;
}
/* Opmaak van de tekst (Pagina Lunch) */
#WaalwijkEten
{
    grid-column: 3 / 6;
    grid-row: 1 / 4 ;
    font-size: 19px;
    width: 50%;
    height: 30%;
    background-color: rgb(249, 255, 162);
    border: dotted black;
    padding: 10px;
    border-radius: 10px;
    margin-left: -30%;
    align-self: center;
    
}
/*  Opmaak van de tekst onder de plaatje (Pagina Lunch) */
#Naamcafe
{
    grid-column: 5;
    grid-row: 3;
    font-size: 20px;
    background-color: rgb(147, 147, 147);
    border: ridge black 2px;
    padding: 10px;
    text-align: center;
    align-self: center;
    justify-self: center;
    margin-left: -110%;
}


/* ↓ PAGE BEZIENSWAARDIGHEDEN ↓  */


/* Opmaak plaatje (Pagina Bezienswaardigheden) */
#plaatje2 img
{
    width: 80%;
    border: double rgb(141, 98, 5) 7px;
    
}
/* Position van de plaatje */
#plaatje2
{
    grid-column: 4 / 6;
    grid-row: 1 / 3;
    margin-top: 55px;
    text-align: center;
    margin-left: -50px;
}
/* Position van de text en opmaak */
#MuseumMossel
{
    font-size: 19px;
    width: 125%;
    height: 83%;
    background-color: rgb(249, 255, 162);
    border: dotted black;
    padding: 10px;
    border-radius: 10px;
    margin-left: 40%;
    align-self: center;
    margin-top: 70px;
    position: relative;
    right: 110%;
}

/* text centreren */
#sights
{
    text-align: center;
}
/* Positoneren text */
#Vraag2
{
    position: relative;
    right:290px;
    top: 50px;
}

/* ↓ PAGE SPORTMOGELIJKHEDEN ↓  */
/* Opmaak en position van plaatje */
#plaatje3 img
{
    position: relative;
    top: 25%;
    left: 50%;
    width: 600px;
    border: solid rgb(0, 94, 255) 7px;
}
/* Opmaak en position van text*/
#textplaatje3
{
    position: relative;
    right: 25%;
    width: 50%;
    bottom: 25%;
    font-size: 19px;
    background-color: rgb(249, 255, 162);
    border: dotted black;
    padding: 10px;
    border-radius: 10px;
}
/* Position van text */
#naamclub
{
    margin-top: 90px;
    position: relative;
    right: 90% ;
}

/* ↓ PAGE BEDRIJVEN ↓  */
/* position van text */
#Naambedrijf1
{
    position: relative;
    top: 18%;
    right: 55%;
}
/* Position van foto */
#Starapple img
{
    position: relative;
    top: 30%;
    right: 180%;
    width: 80%;
}
/* Opmaak en position van text */
#TextStarapple
{
    position: relative;
    font-size: 14px;
    right: 85%;
    width: 100%;
    bottom: 19%;
    background-color: rgb(249, 255, 162);
    border: dotted black;
    padding: 10px;
    border-radius: 10px;
}
/* Position van text */
#Naambedrijf2
{
    position: relative;
    top: 18%;
    right: 37%;
}
/* Position van foto */
#WonenBreBurg img
{
    position: relative;
    top: 30%;
    right: 150%;
    width: 80%;  
}
/* Position en opmaak van text */
#TextWonen
{
    position: relative;
    font-size: 15px;
    right: 55%;
    width: 100%;
    bottom: 19%;
    background-color: rgb(249, 255, 162);
    border: dotted black;
    padding: 10px;
    border-radius: 10px;
}
/* Position van text */
#Naambedrijf3
{
    position: relative;
    bottom: 20%;
    left: 25%;
}
/* Position van foto */
#Krachtrecruitment img
{
    position: relative;
    bottom: 6%;
    right: 80%;
    width: 80%; 
}
/* Position en opmaak text */
#TextKracht
{
    position: relative;
    font-size: 15px;
    width: 100%;
    left: 15%;
    bottom: 55%;
    background-color: rgb(249, 255, 162);
    border: dotted black;
    padding: 10px;
    border-radius: 10px;
}
