/*
 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.1
*/

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

/*  full screen and force footer to bottom  */

body_ {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
	background-color: #fd625e;
}
.site-footer_ {
    margin-top: auto;
}

/* ------------------------------------------- */

