/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

html,
body {
	min-height: 100%;
}

body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

#page {
	flex: 1 0 auto;
	width: 100%;
}

.site-footer {
	flex-shrink: 0;
}
/* Light Page Body Class Override */
body.light-page,
body.light-page #page,
body.light-page .site-content,
body.light-page .inside-article {
    background-color: #ffffff !important;
    color: #222222;
}

body.light-page h1,
body.light-page h2,
body.light-page h3,
body.light-page h4,
body.light-page h5,
body.light-page h6 {
    color: #111111;
}

body.light-page a {
    color: #0066cc;
}
/* 1. Remove spacing above and below the main content area */
body.light-page,
body.light-page #page,
body.light-page #content,
body.light-page .site-content,
body.light-page .inside-article {
    background-color: #ffffff !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* 2. Push footer to bottom and fill viewport height on short pages */
body.light-page #page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body.light-page #content {
    flex-grow: 1;
}