/*
 Theme Name:     Divi Child Theme
 Author:         ARTILLERY
 Author URI:     http://www.artillerymedia.com
 Template:       Divi
 Version:        1.0
*/


/* ----------- PUT CUSTOM CSS BELOW THIS LINE --- DO NOT EDIT ABOVE THIS LINE --------------------------- */
/*vertically center content when column has vertically-center class -equalize column height must be on*/
.vertically-center { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}