nav{
   
    
    
    
    img{
        width: 150px;
        margin-top: 15px;
        margin-left: 10px;
        
        float:left;
        
    }
    ul li{
        list-style: none;
        float: right;
        margin-right: 60px;
        margin-top: 35px;
        font-size: 30px;
        font-family: 'Impact';
        
        
        
        
       
    
    }
    a{
        text-decoration: none;
        color: white;
        
    
        
    }
    overflow: hidden;
}
a:hover{
    
    font-size: 35px;
    border-radius: 8px;
    
}
#home{
    background-image: url(../afbeeldingen/winkel.jpeg);
    background-size: cover;
    height: 800px;
    #slogan{
        font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        font-size: 55px;
        margin-bottom: 50px;
    }

}
#home main{
    margin-left: 50px;
    margin-right:50px;
}


#home main article{
    text-align: center;
    margin-top: 175px;
    margin-bottom: 20px;
    
    font-family: Arial, Helvetica, sans-serif;
    line-height: 50px;
    color: white;
    font-size: 30px;
}
 #kleuren{
    
        background-color: #2C475A;
    
    li{
        font-size: 22px;
        margin-bottom: 30px;
       
    }
    
       
    a:hover{
        font-size: 27px;
    }


    
}
#kleur main{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
   
     
    
    article:nth-child(1){
        width: 92%;
        margin-top: 20px;
        grid-column: 1/3;
        grid-row: 1/2;
        margin-left: 50px;
        img{
            width: 100%;
        }
        
    }
    article:nth-child(2){
        margin-left: 130px;
        margin-top: 10px;
        grid-column: 1/3;
        button:nth-child(1){
            background-color: #D7BCA6;
        }
        button:nth-child(2){
            background-color: #48453F;
        }
        button:nth-child(3){
            background-color: #749482;
        }
        button:nth-child(4){
            background-color: #F1E7D7;
        }
        button:nth-child(5){
            background-color: #2C475A;
        }
        button:nth-child(6){
            background-color: #C1D5D3;
        }
        button:nth-child(7){
            background-color: #7F544D;
        }
        button:nth-child(8){
            background-color: #CE4E37;
        }
        button:nth-child(9){
            background-color: #AA997F;
        }
        button:nth-child(10){
            background-color: #F3DF6D;
        }
        
        button{
            width: 70px;
            height: 70px;
            
        }
        button:hover{
            width: 80px;
            height: 80px;
            
        }
    
    }
    article:nth-child(3){

        grid-column: 3/4;
        grid-row: 1/2;
        width:90%;
        
       margin-right: 50px; 
        margin-top: 20px;
        line-height: 30px;
        p{
            font-family: Arial, Helvetica, sans-serif;
        }
        h3{
        font-family: Arial, Helvetica, sans-serif;
            font-size: 25px;
            margin-bottom: 10px;
            
            color: black;
        }
        #pp{
            font-size: 30px;
        }
        text-align: center;

    }
    input:hover{
        width: 200px;
        height: 20px;
        
    }
     
    
    
    
 
    
 }  
 #cirkel{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border-width: 5px;
    border-color: black;
    
    text-align: center;
    
 }

#kleureninfo{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 40px;
    
}

