@font-face {
	font-family: 'centurygothic';
	font-style: normal;
	font-weight: normal;
	src: 	url('/_incf/Century_Gothic_Pro.otf') format('opentype');
}
@font-face {
	font-family: 'centurygothic';
	font-style: normal;
	font-weight: bold;
	src: 	url('/_incf/Century_Gothic_Pro_Bold.otf') format('opentype');
}
@font-face {
	font-family: 'centurygothic';
	font-style: italic;
	font-weight: normal;
	src: 	url('/_incf/Century_Gothic_Pro_Italic.otf') format('opentype');
}
@font-face {
	font-family: 'centurygothic';
	font-style: italic;
	font-weight: bold;
	src: 	url('/_incf/Century_Gothic_Pro_Bold_Italic.otf') format('opentype');
}
* { box-sizing: border-box; }
:root {
	--fontsize1: 1rem;
	--fontsize2: 1.5rem;
	--fontsize3: 2rem;
	--bgcolor1: white;
	--bgcolor2: #e9f6fe;
	--textcolor: #3c3c3c;
	--duldred: #cd1719;
	--duldgreen: #3fa435;
	--dulddarkgreen: #006130;
}
html {
	scroll-behavior: smooth;
}
body {
	border: 0; margin: 0; padding: 0;
	font-family: centurygothic;
	font-size: var(--fontsize1);
	line-height: 1.5;
	background-color: var(--bgcolor1);
	color: var(--textcolor);
	min-height: 100vh;
}
a {
	color: var(--dulddarkgreen);
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
nav a {
	text-decoration: none;
	color: inherit;
}	
iframe {
	border: 0;
	width: 100%;
}
#site {
	padding-top: 2rem;
}
nav {
	margin-left: 100px;
	margin-top: 0.5rem;
	position: fixed;
	top: 0;
	z-index: 1000;
}
nav a {
	display: inline-block;
	background-color: var(--duldred);
	color: white;
	padding: 0.5rem;
	padding-bottom: 0.25rem;
	margin-right: 1rem;
	font-weight: bold;
}
div.headerimage {
	width: 100vw;
	height: 40vh;
/*	
	background-image: url('/testimages/sunflowers.jpg');
	background-size: cover;
*/
	position: relative;
}
div.headerimage video {
	width: 100vw !important;
	height: 40vh;
	object-fit: cover;
}
div.headerteaser {
	position: absolute;
	left: 40%;
	top: 20vh;
	font-size: var(--fontsize3);
}
div.headerteaser span {
	display: inline-block;
	background-color: var(--duldred);
	color: white;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	font-weight: bold;
}
div.headerteaser span:nth-of-type(1) {
	padding-top: 0.5rem;
}
div.pagecontent {
	width: 80vw;
	margin-left: auto;
	margin-right: auto;
}
div.background1 {
	background-color: var(--bgcolor1);
	margin-left: -10vw;
	padding-left: 10vw;
	margin-right: -10vw;
	padding-right: 10vw;
}
div.background2 {
	background-color: var(--bgcolor2);
	margin-left: -10vw;
	padding-left: 10vw;
	margin-right: -10vw;
	padding-right: 10vw;
}
div.section {
    padding: 3.5vw;
}
div.section p:last-of-type {
  margin-bottom: 0;
}
.wrapper1 {
    border-bottom-left-radius: 4vw;
    border-left: solid 2.5vw var(--duldgreen);
    border-bottom: solid 2.5vw var(--duldgreen);
    background-color: inherit;
	position: relative;
}
div.cornerholder {
	position: absolute;
	right: 0;
	bottom: -2.5vw;
	background-color: inherit;
	width: 2.5vw;
	height: 2.5vw;
	z-index: 70;
}
div.corner {
	position: absolute;
	right: 0;
	bottom: -2.5vw;
	width: 2.5vw;
	height: 2.5vw;
	z-index: 71;
	border-top-right-radius: 5vw;
	border-right: solid 2.5vw var(--duldgreen);
	background-color: white;
}
div.cornerholder2 {
	position: absolute;
	right: 2.5vw;
	bottom: -5vw;
	background-color: var(--duldgreen);
	width: 2.5vw;
	height: 2.5vw;
	z-index: 70;
}
div.corner2 {
	position: absolute;
	right: 2.5vw;
	bottom: -5vw;	
	width: 2.5vw;
	height: 2.5vw;
	z-index: 71;
	border-top-right-radius: 5vw;
	background-color: var(--bgcolor2);
}
div.cornerholder3 {
	position: absolute;
	left: 0;
	bottom: -2.5vw;
	background-color: inherit;
	width: 2.5vw;
	height: 2.5vw;
	z-index: 70;
}
div.corner3 {
	position: absolute;
	left: 0;
	bottom: -2.5vw;
	width: 2.5vw;
	height: 2.5vw;
	z-index: 71;
	border-top-left-radius: 5vw;
	border-left: solid 2.5vw var(--duldgreen);
	background-color: white;
}
div.cornerholder4 {
	position: absolute;
	left: 2.5vw;
	bottom: -5vw;
	background-color: var(--duldgreen);
	width: 2.5vw;
	height: 2.5vw;
	z-index: 70;
}
div.corner4 {
	position: absolute;
	left: 2.5vw;
	bottom: -5vw;	
	width: 2.5vw;
	height: 2.5vw;
	z-index: 71;
	border-top-left-radius: 5vw;
	background-color: var(--bgcolor1);
}
.wrapper2 {
    border-bottom-right-radius: 4vw;
    border-right: solid 2.5vw var(--duldgreen);
    border-bottom: solid 2.5vw var(--duldgreen);
    background-color: inherit;
	position: relative;
}
div.section1 {
    position: relative;
	border-left: 2vw solid transparent;
	border-bottom: 2vw solid transparent;
	border-bottom-left-radius: 2vw;
    background-color: inherit;
	padding-left: 10%;
	padding-right: 20%;
}
div.section2 {
    position: relative;
	border-right: 2vw solid transparent;
	border-bottom: 2vw solid transparent;
	border-bottom-right-radius: 2vw;
    background-color: inherit;
	padding-left: 2vw;
	padding-right: 20%;
	padding-bottom: 6vw;
	border-top-right-radius: 2vw;
}
div.header {
	text-transform: uppercase;
	color: var(--duldred);
	font-weight: bold;
	margin-bottom: -1em;
}
.subheader {
	color: var(--duldred);
	font-weight: bold;
}
div.introtext {
	font-weight: bold;
}
div.circle {
	position: absolute;
	width: 16vw;
	height: 16vw;
	border-radius: 50%;
	z-index: 100;
	background-size: cover;
	display: flex; /*turns the parent into a Flexbox container.*/
	align-items: center; /*aligns items along the vertical axis.*/
	text-align: center;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	font-size: var(--fontsize2);
	justify-content: center;
	z-index: 100;
	display: none;
}
div.circle1 {
	left: -11vw;
	top: -9vw;
}
div.circle2 {
	right: -11vw;
	top: -9vw;
}
div.buttontext {
}
div.quote {
	color: white;
	width: 15vw;
	font-weight: bold;
	padding: 2vw;
	margin-bottom: 4vw;
}
div.quotes {
	position: absolute;
}	
div.quotes1 {
	left: -10.5vw;
	top: 11vw;
}
div.quotes2 {
	right: -10.5vw;
	top: 11vw;
}
div.quoteperson {
	position: relative;
	width: 17vw;
	height: 10vw;
	margin-left: -4vw;
	margin-top: -4vw;
	margin-bottom: 1vw;
	color: white;
}
div.quoteperson img {
	position: absolute;
	left: 0;
	top: 0;
	width: 10vw;
	height: 10vw;
	border-radius: 50%;
}
@media only screen and (max-width: 768px) {
	:root {
/*		
		--fontsize1: 1.5rem;
		--fontsize2: 1rem;
		--fontsize3: 0.75rem;
		--fontsize1: 1.2rem;
		--fontsize2: 0.8rem; 
		--fontsize3: 0.6rem;
*/
	}
}

*/
