#bodyp1{display: grid;
    background-color: rgb(250, 223, 215);
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}    
img{
    width: 50%;
}
header img{
width: 30%;
margin: 20px;
}
nav{
    margin-top: 40px;
    grid-column: 4/6;
    grid-row: 1/2;
}
nav a{
    position: relative ;
    margin-right: 30px;
    float: right;
    text-decoration: none;
    color: rgb(247, 210, 0);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    cursor: pointer;
}
nav a:hover {
    border-radius:3px;
    color: #ff0000;}
nav li{
    list-style: none;
}
#poparttitel{   grid-row: 2/3;
    grid-column: 1/4;
    font-size: 70px;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.778);
    color: rgb(247, 210, 0) ;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}
h2{ font-size: 25px;
}
#keithharinghome,#roylichtsteinhome{
    grid-row: 3/4;
    background-color:  rgb(247, 156, 0);
    margin: 15px;
    padding: 30px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.778);
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
#keithharinghome p,#roylichtsteinhome p{
    margin-top: 20px;
    color: rgb(255, 255, 255);
    font-family:'Courier New', Courier, monospace;
}
#keithharinghome img,#roylichtsteinhome img{
    width: 100%;
}
#andywarholhome{
    grid-row: 3/4;
    background-color:  rgb(234, 61, 38);
    margin: 15px;
    margin-top: -20px;
    margin-bottom: 40px;
    padding: 30px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.778);
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
#andywarholhome img{
    width: 100%;
}
#andywarholhome p{
    margin-top: 20px;
    color: rgb(255, 255, 255);
    font-family:'Courier New', Courier, monospace;
}
#mainhome{
    grid-column: 4/6;
    grid-row: 3/4;
    text-align: center;
    padding: 30px;
    font-size: 18px;
    font-family: 'Courier New', Courier, monospace;
}
#black{
    display: inline;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
#red{ 
    display: inline;
    color: #ff0000;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
#orange{ 
    display: inline;
    color: orange;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
#yellow{ 
    display: inline;
    color:rgb(255, 213, 0);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
#green{ 
    display: inline;
    color: rgb(91, 129, 35);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
#lightblue{ 
    display: inline;
    color: lightskyblue;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
#blue{ 
    display: inline;
    color:blue;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
#orange{ 
    display: inline;
    color: orange;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
#purple{ 
    display: inline;
    color:purple;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
#footerp1{
   margin: 0px;
    margin-top: 40px;
    grid-column: 1/6;
    height: 60px;
    background-color:  rgb(234, 61, 38);
  }
  #footerp1{
    margin-top: 40px;
    grid-column: 1/6;
    display: grid;
    grid-template-columns: 1fr 0.5fr 1fr;
    height: 60px;
    background-color:  rgb(234, 61, 38);
    padding: 20px;
  }
#footerp1 p{
    text-align: center;
    font-size: 20px;
    color: white;
  }
/*Keith Haring*/
#bodyp2{display: grid;
    background-color: rgb(244, 238, 201);
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
} 
#haringtitel{ grid-row: 2/3;
    grid-column: 2/5;
    font-size: 70px;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.778);
    font-family: 'Franklin Gothic Bold', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
  text-align: center;
  margin-bottom: 40px;}
#articlep2{
    display: grid;
    grid-template-columns: 1fr 0.5fr 1fr;
    grid-column: 1/6;
   padding: 40px;
    background-color: rgb(255, 179, 0);
}
#tekst1p2,#tekst2p2{
    font-family: 'Courier New', Courier, monospace; 
    margin-top: 20px;
}
#articlep2 img{
    margin-top: 20px;
    grid-column: 2/3;
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.778);
}
#tekst1p2{
    text-align: right;
    font-size: 18px;
}
#tekst2p2{
    text-align: left;
    font-size: 18px;
}
#figure1p1{
    margin-top: 40px;
    grid-column: 1/2;
    display: block;
    margin-left: 35px;
    text-align: center;
}
#figure2p1{
    margin-top: 40px;
    grid-column: 3/4;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#figure3p1{
    margin-top: 40px;
    grid-column: 5/6;
    display: block;
    margin-right: 35px;
    text-align: center;
}
#figure1p1 img{
    width:100%;
    transition: transform 0.3s ease-in-out;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.778);
}
#figure1p1 img:hover {
    transform: scale(1.1);
}
#figure2p1 img{
    width:100%;
    transition: transform 0.3s ease-in-out;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.778);
}
#figure2p1 img:hover {
    transform: scale(1.1);
}
#figure3p1 img{
    width:100%;
    transition: transform 0.3s ease-in-out;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.778);
    margin-right: 20px;
}
#figure3p1 img:hover {
    transform: scale(1.1);
}
#figure1p1 h2{
    font-family: 'Franklin Gothic Bold', 'Arial Narrow', Arial, sans-serif;
    font-weight:1000;
}
#figure2p1 h2{
    font-family: 'Franklin Gothic Bold', 'Arial Narrow', Arial, sans-serif;
    font-weight:1000;
}
#figure3p1 h2{
    font-family: 'Franklin Gothic Bold', 'Arial Narrow', Arial, sans-serif;
    font-weight:1000;
}
#footerp2 {
     margin-top: 40px;
     grid-column: 1/6;
     display: grid;
     grid-template-columns: 1fr 0.5fr 1fr;
     height: 60px;
     background-color:  rgb(255, 179, 0);
     padding: 20px;
   }
 #footerp2 p{
     text-align: center;
     font-size: 20px;
     color: white;
   }
 #instap2{
    grid-column: 1/2;
    float: right; 
    margin-right: 20px;
}
#gmailp2{
    float: left;
    margin-left: 20px;
}

/*Andy Warhol*/
#bodyp3{display: grid;
    background-color: rgb(249, 202, 243);
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
} 
#sectionp3{
    display: grid;
    grid-column: 1/6;
     grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
     background-image: url(../afbeeldingen/lijn2.png);
     background-repeat: no-repeat;
}
#merlin{
    grid-column: 2/3;
    grid-row: 3/4;
    width: 70%;
    border-radius: 50%;
    margin-top: 20px;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
}
#merlin:hover{
    transform: scale(1.1);
}
#merlintekst{
    grid-column: 2/3;
    grid-row: 2/3;
    margin-right:90px;
    text-align: center;
    font-family: 'Franklin Gothic Bold', 'Arial Narrow', Arial, sans-serif;
    font-weight:1000;
}
#cans{
    grid-column: 3/4;
    grid-row: 3/4;
    width: 70%;
    border-radius: 50%;
    display: block;
    margin-left: auto;
     margin-right: auto;
     margin-top: 20px;
     transition: transform 0.3s ease-in-out;
     cursor: pointer;
}
#cans:hover{
    transform: scale(1.1);
}
#canstekst{
    grid-column: 3/4;
    grid-row: 2/3;
    display: block;
    margin-left: auto;
     margin-right: auto;
     text-align: center;
     font-family: 'Franklin Gothic Bold', 'Arial Narrow', Arial, sans-serif;
    font-weight:1000;
}
#zebra{
    grid-column: 4/5;
    grid-row: 3/4;
    width: 70%;
    border-radius: 50%;
    margin-left:70px;
    margin-top: 20px;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
}
#zebratekst{
    grid-column: 4/5;
    grid-row: 2/3;
    text-align: center;
    margin-left: 40px;
    font-family: 'Franklin Gothic Bold', 'Arial Narrow', Arial, sans-serif;
    font-weight:1000;
}
#zebra:hover{
    transform: scale(1.1);  
}
#articlep3{
    grid-column: 1/6;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  background-color: white;
    background-image: url(../afbeeldingen/whitebg.png);
    background-size:full;
    background-repeat: no-repeat;
   height: 300px;
    margin-top: 50px;
}
#warholcolor{
grid-column: 1/2;
grid-row: 1/2;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.778);
}
#andywarholp3{
    grid-column: 2/3;
    grid-row: 1/2;
}
#warholtekst{
    grid-column: 2/3;
    grid-row: 1/2;
}
#warholzw{
    grid-column: 3/4;
    grid-row: 1/2; 
    display: block;
    margin-left: auto;
     margin-right: auto;
     margin-top: 40px;
     box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.778);
}
#andywarholp3{
    font-size: 70px;
    text-shadow:5px 5px 10px rgba(0, 0, 0, 0.778) ;
    font-family: 'Franklin Gothic Bold', 'Arial Narrow', Arial, sans-serif;
    font-weight: 1000;
    color: darkgreen;
    text-align: center;
}
#warholtekst{
    text-align: center;
    margin-top: 90px;
    font-size: 16px;
    font-family: 'Courier New', Courier, monospace;
}
#footerp3{
    margin-top: 40px;
    grid-column: 1/6;
    display: grid;
    grid-template-columns: 1fr 0.5fr 1fr;
    height: 60px;
    background-color:  rgb(148, 3, 136);
    padding: 20px;
  }
#footerp3 p{
    text-align: center;
    font-size: 20px;
    color: white;
  }
/*Roy Lichtstein*/
#bodyp4{display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
background-color: aliceblue;
}
#roylichtsteintitel{
    grid-row: 2/3;
    grid-column: 1/4;
    font-size: 60px;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.778);
    color: rgb(247, 210, 0) ;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
  text-align: center;
}
#article4{
    padding: 20px;
    grid-row:1/6;
    grid-column: 4/6;
    background-color: rgb(253, 248, 217);
}
#roylichtsteinp{
    font-family: 'Courier New', Courier, monospace;
    margin: 35px;
    text-align: center;
}
#roylichtstein{
    width:80%;
    display: block;
    margin-top: 30%;
    margin-left:60px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.778);
}
#sectionp4{
    padding: 30px;
    grid-column: 1/4;
    grid-row: 3/4;
    background-color: rgb(192, 192, 254);
    margin: 35px;
    display: grid;
    grid-template-columns: auto auto auto;
}
#cryinggirl{
    border-radius: 50%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.778);
    grid-column: 1/2;
    width: 70%;
    display: block;
    margin-left:80px;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
}
#img1p4{
    grid-column: 1/2;
    grid-row: 2/3;
    text-align: center;
    margin-top: 10px;
    margin-left:70px;
    font-family: 'Franklin Gothic Bold', 'Arial Narrow', Arial, sans-serif;
    font-weight: 700;
}
#cryinggirl:hover{
    transform: scale(1.1);  
}
#inthecar{
    border-radius: 50%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.778);
    grid-column: 3/4;
    width: 70%;
    display: block;
    margin-right:80px;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
}
#img2p4{
    grid-column: 3/4;
    grid-row: 2/3;
    text-align: center;
    margin-top: 10px;
    margin-right:90px;
    font-family: 'Franklin Gothic Bold', 'Arial Narrow', Arial, sans-serif;
    font-weight: 700;
}
#inthecar:hover{
    transform: scale(1.1);  
}
#popartgreat{
    border-radius: 50%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.778);
    grid-column: 2/3;
    grid-row: 2/3;
    width:100%;
    display: block;
    margin-left:auto;
    margin-right: auto;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
}
#img3p4{
    grid-column: 2/3;
    grid-row:3/4;
    text-align: center;
    margin-top: 10px;
   
    font-family: 'Franklin Gothic Bold', 'Arial Narrow', Arial, sans-serif;
    font-weight: 700;
}
#popartgreat:hover{
    transform: scale(1.1);  
}
#footerp4{
    margin-top: 20px;
    grid-column: 1/6;
    display: grid;
    grid-template-columns: 1fr 0.5fr 1fr;
    height: 60px;
    background-color:  rgb(43, 0, 217);
    padding: 20px;
  }
#footerp4 p{
    text-align: center;
    font-size: 20px;
    color: white;
  }



