/*
 Theme Name:   LUOVA DIGITAL Starter Theme
 Theme URI:    https://generatepress.com
 Description:  LUOVA DIGITAL theme (A GeneratePress child theme)
 Author:       Kim Takala
 Author URI:   https://luovadigital.com/
 Template:     generatepress
 Version:      0.1
*/

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

body {
	background-color: var(--outside-container);
}

/* Site Wrapper to set overall site max width */
.site-wrapper {
	width: 100%;
	max-width: 1920px;
	background-color: var(--body);
} 

body {
	background-color: var(--outside-container);
}


