/*
 Theme Name:   artoftheminds
 Theme URI:    https://generatepress.com
 Description:  Custom theme for Art of the Minds
 Author:       Bevan Kay
 Author URI:   https://bevankay.me
 Template:     generatepress
 Version:      0.1
*/

p:last-of-type {
	margin-bottom:0;
}

/* Custom Grow Animation - Use .grow */
.grow {
	transition: 300ms ease all !important;
}

.grow:hover {
	transform: scale(1.03);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
}