/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
/**
 ** START HEADER
**/

/**
 ** END HEADER
 ** 
 ** START FOOTER
**/
.certificaten img{
    transition:450ms ease-in-out;
}
.certificaten img:hover{
    transform: rotate(5deg) scale(1.2,1.2);
    transition:450ms ease-in-out;
}
/**
 ** END FOOTER
**/