/*
 Theme Name:   New Press Starter Theme
 Theme URI:    https://generatepress.com
 Description:  New Press Web Design starter theme (A GeneratePress child theme)
 Author:       GaryG
 Author URI:   https://newpress.com
 Template:     generatepress
 Version:      1.0
*/

/* ------------------------------------------- */
/*  SEE CODBOX FOR PRIMARY CSS  */
/* ------------------------------------------- */

/* Set the main content area to a minimum of 65vh */
#main {
    min-height: 65vh;
}

/* ------------------------------------------- */
/* HELPER CLASSES */

/* Standard Shadow(s) */

.shadow-standard {
    box-shadow: 0px 5px 16px -5px rgba(33, 33, 33, 0.2);
    transition: all .2s ease-in;
}

.shadow-standard:hover {
    box-shadow: 0px 8px 32px 0px rgba(33, 33, 33, 0.1);
}








