/*
Theme Name: Startup Wife Custom
Theme URI: https://thestartupwife.tv
Description: A custom theme for Chloe Hall.
Version: 1.0
Author: Stig Greve
Author URI: http://www.hirestig.com
Tags: nonprofit
License: Copyright 2022 Stig Greve, all rights reserved.
*/

body{
	background: #eee url(page_bg05.jpg) no-repeat center center;
	background-size: cover;
	margin: 0;
	padding: 0;
	font-family: effra, sans-serif;
	font-size: 1.36vw;
	line-height: 1.82vw;
	font-weight: 400;
	font-style: normal;
	color: #111;
	text-align: center;
}
a{
	color: #111;
	text-decoration: underline;
}
section#home{
	display: block;
	position: relative;
	width: 100vw;
	height: 100vh;
	margin: 0 auto;
	z-index: 10;
}
footer{
	display: block;
	position: relative;
	background: #333;
	color: #eee;
	width: 100vw;
	height: 7.5vh;
	margin: 0 auto;
	padding: 2.5vh 0 0;
	z-index: 1;
}
footer a{
	color: #eee;
}