body{
    font-family: 'Poppins', sans-serif;
}
html, body{
    height: 100%;
    padding: 0;
    margin: 0;
}
.logo img{
    width: 200px;
}
.navbar{
    display: flex;
    text-align: center;
}
.navbar a{
    font-size: 15px;
}
nav{
    flex: 1;
    text-align: right;
}
nav ul{
    display: inline-block;
    list-style: none;
}
nav ul li{
    display: inline-block;
    margin: 10px;
    margin-top: 20px;
}
.navbar a{
    text-decoration: none;
    color: white;
}
.navbar a img{
    margin-left: 20px;
    margin-top: 30px;
}
.container{
    max-width: 1400px;
    margin: auto;
}
.header{
    background-color:darkmagenta;
        padding-left: 60px; /*padding zet blank space tussen het element en de border of boven/onder een andere set van divs*/
    padding-right: 60px;
}
.row{
    display: flex;
    align-items: center;
    justify-content: space-around; /*zorgt er voor in een flexbox layout dat er een zelfde aantal ruimte er rond zit op de hoofd axis en de andere flexboxen er rond*/
    flex-wrap: wrap;
}
.col-1{
    box-shadow: 0 0 20px 0px rgba(0, 0,0, 0.1);
    text-align: center;
    padding: 20px 0;
    border-radius: 50px;
}
.col-1 a{
    text-decoration: none;
    color: #555;
    font-weight: bold;
    margin-right: 25px;
}
.col-1 ul{
    list-style: none;
    margin-right: 25px;
    
}
.col-1 img{
    width: 100px;
    cursor: pointer;
}
.row .col-1{
   transition: 75ms;
}
.row .col-1:hover{
    transform: translateY(-5px);
}
.small-container{
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer{
    background-color: darkmagenta;
}
.footer hr{
    border: none;
    background: #b5b5b5;
    height: 1px;
    margin: 20px 0;
}
.coppyright{
    text-align: center;
    padding-bottom: 20px;
    color: white;
}
.footer-col-1{
    text-align: center;
    color: #555;
    font-size: 20px;
}
.footer-col-1 img{
    width: 200px;
    margin-top: 20px;
}
.footer-col-2 h3{
    color: white;
}
.container ul{
    list-style: none;
    color: #555;
}
.footer-col-2 a{
    text-decoration: none;
    color: white;
}

.col-2{
    box-shadow: 0 0 20px 0px rgba(0, 0,0, 0.1);
    text-align: center;
    width: 350px;
}
.col-2 a{
    text-decoration: none;
    color: #555;
    font-weight: bold;
    margin-right: 25px;
}
.col-2 ul{
    list-style: none;
    margin-right: 25px;
}
.col-2 img{
    width: 100px;
    cursor: pointer;
}
.row .col-2{
   transition: 75ms;
}
.row .col-2:hover{
    transform: translateY(-5px);
}
.info-2{
    padding-top: 10px;
    padding-bottom: 20px;
}
.title-2 h1{
    text-align: center;
    padding-bottom: 10px;
}
.logo img{
    width: 100px;
    margin-bottom: 25px;
}
.names a{
    font-size: 30px;
}
.block1{
    height: 400px;
    width: 320px;
    background-color: darkmagenta;
    border-radius: 50px;
    text-align: center;
    margin-right: 100px;
    
}
.block2{
    height: 400px;
    width: 320px;
    background-color: darkmagenta;
    border-radius: 50px;
    text-align: center;

}
.section1{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    margin-top: 50px;
    color: aliceblue;
}
.section2{
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
    color: aliceblue;
    
}
.block3 {
    background-color: darkmagenta; 
    height: 400px; 
    width: 320px; 
    border-radius: 25px; 
    text-align: center; 
    margin-right: 50px;
} 
.block4 {
    background-color: darkmagenta; 
    height: 400px; 
    width: 320px; 
    border-radius: 25px; 
    text-align: center; 
    margin-right: 50px;
} 
.block5 {
    background-color: darkmagenta; 
    height: 400px; 
    width: 320px; 
    border-radius: 25px; 
    text-align: center;
}
a{
    color: aliceblue;
}
.block6{
    height: 400px;
    width: 480px;
    background-color: darkmagenta;
    border-radius: 50px;
    margin-right: 50px; 
    text-align: center;
    font-size: 25px;
    padding-top: 20px;
}
.block7{
    height: 400px;
    width: 480px;
    background-color: darkmagenta; 
    border-radius: 50px;
    text-align: center;
    
} 
.block1:hover {
    margin-top: -20px;
    transition: 0.5s;

}
.block2:hover {
    margin-top: -20px;
    transition: 0.5s;

}
.block3:hover {
    margin-top: -20px;
    transition: 0.5s;

}
.block4:hover {
    margin-top: -20px;
    transition: 0.5s;

}
.block5:hover {
    margin-top: -20px;
    transition: 0.5s;

}
.block6:hover {
    margin-top: -20px;
    transition: 0.5s;

}
.block7:hover {
    margin-top: -20px;
    transition: 0.5s;

}
