/*
===================
SKIN: MINIMAL
-------------------
SKIN COLORS
===================
*/

/*
This css file contain the Minimal design styles.
CHANGE COLOR: The first part of this file contain all colors of this template, replace all blue colors with your new color.
*/


@import 'https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700';

.mycolumn {
    padding: 35px 70px 50px 90px;
  float: center;
  width: 25%;
}


/* On hover, add a black background color with a little bit see-through */


.myzoom:hover {

     transform: translateY(-1px); 
    /* transform:scale(1.1,1.1); */
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/

    /* transform:translate(0px,-5px);*/
    /* transform:scale(-1.2,-1.2);*/
 /*  box-shadow: 0px 16px 20px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    
}
