:root {
	--bodytext: #e9e3e3;
  /*--color1: #81D4FA;
  --color2: #A5D6A7;
  --color3: #FFAB91;
  --color4: #B39DDB;
  --color5: #FFE0B2;
  --color6: #B2DFDB;
  --color7: #FFCCBC;
  --color8: #CFD8DC;
  --color9: #81D4FA;
  --color1: #001219;
  --color2: #005F73;
  --color3: #1f2d16;
  --color4: #545e47;
  --color5: #77704d;
  --color6: #be6831;
  --color7: #b55219;
  --color8: #BB3E03;
  --color9: #8e2a00;
  --color10: #0e3240;*/

  --mix-warm: orange;
  --mix-cool: #5a6859;
  --color1:  #29381a; /* #home */
  --color2:  #2c562c; /* #contact */
  --color3:  #3f7259; /* #coaching */
  --color4:  #558c8c; /* #culture_strategy */
  --color5:  #341a13; /* #chronic_illness */
  --color6:  color-mix( in srgb, var(--color1), var(--mix-cool) 20% ); /* #creativity */
  --color7:  color-mix( in oklch longer hue, var(--color2), var(--mix-cool) 10% ); /* #myhumancoach */
  --color8:  color-mix( in oklch longer hue, var(--color3), var(--mix-cool) 20% ); /* #about */
  --color9:  color-mix( in srgb, var(--color4), var(--mix-warm) 20% ); /* #projects */
  --color10: color-mix( in srgb, var(--color5), var(--mix-cool) 20% ); 
	--pale1:  RGB(251, 180, 181);
	--pale2:  RGB(251, 228, 181);
	--pale3:  RGB(251, 251, 181);
	--pale4:  RGB(180, 251, 181);
	--pale5:  RGB(180, 251, 251);
	--pale6:  RGB(180, 180, 251);
	--pale7:  RGB(228, 180, 251);
	--numSections: 8;
	--sectionAngle:  calc(360deg / 8);/*in degrees*/
	/*--section1angle: calc(0.5 * var(--sectionAngle));
	--section2angle: calc(1.5 * var(--sectionAngle));
	--section3angle: calc(2.5 * var(--sectionAngle));
	--section4angle: calc(3.5 * var(--sectionAngle));
	--section5angle: calc(4.5 * var(--sectionAngle));
	--section6angle: calc(5.5 * var(--sectionAngle));
	--section7angle: calc(6.5 * var(--sectionAngle));
	--section8angle: calc(7.5 * var(--sectionAngle));
	--section9angle: calc(8.5 * var(--sectionAngle));*/

	--section1angle: calc( var(--sectionAngle) / 2 );
	--section2angle: calc(var(--sectionAngle) + var(--section1angle));
	--section3angle: calc(var(--sectionAngle) + var(--section2angle));
	--section4angle: calc(var(--sectionAngle) + var(--section3angle));
	--section5angle: calc(var(--sectionAngle) + var(--section4angle));
	--section6angle: calc(var(--sectionAngle) + var(--section5angle));
	--section7angle: calc(var(--sectionAngle) + var(--section6angle));
	--section8angle: calc(var(--sectionAngle) + var(--section7angle));
	--section9angle: calc(var(--sectionAngle) + var(--section8angle));
}
html, body {
    min-height: 100%;
		scroll-behavior:smooth;
}
body {
	color: var(--bodytext);
	margin: 0;
	font-family: 'Roboto',sans-serif;
	font-size: 18px;
}
header {
	position: absolute;
}
h1 {
	font-family: 'IBM Plex Serif', serif;
	font-weight: 400;
	font-size: 4.8rem;
	color: var(--pale2);
	margin: 0;
}
h2 {
	font-family: 'IBM Plex Serif', serif;
	font-weight: 400;
	font-size: 2.4rem;
  margin: 0 0 .5em;
}
h3 { margin: 1rem 0 0; }

.display-3 {
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 1.65rem;
}
p { margin: 0 0 1.65rem; }
blockquote {
	max-width: 33ch;
	float: right;
	border-left: .25rem solid var(--pale7);
	padding: 0 0 0 1.5rem;
	font-size: 1.2rem;
	margin: 0 0 0 auto;
}
address { font-style: normal; }
.linklist {
	margin: 1rem 0;
	list-style: none;
	display: flex;
	padding: 0;
	gap: 1.5rem;
	align-content: stretch;
	max-width: 66ch;
	flex-wrap: wrap;
}
.linklist li {
	margin: 0;
}
a {
	color: var(--pale4);
}
a:visited {
	color: var(--pale3);
}
.linklist a {
	display: flex;
	flex-direction: column;
	width: 15ch;
	height: 15ch;
	background: white;
	color: var(--color10);
	text-align: center;
	font-family: 'IBM Plex Sans Condensed';
	text-decoration: none;
	padding: 1rem 0.5rem ;
	border-radius: 0.5rem;
	box-shadow: 2px 2px 6px 0 rgb(0 0 0 / 50%);
	transform: scale(.9);
	transition: all .3s ease-out;
	line-height: 1;
}
.linklist a:hover {
	transform: scale(1.0);
	color: black;
	box-shadow: 4px 6px 12px 0 rgb(0 0 0 / 70%);
}
.linklist a img {
	max-width: 60%;
	display: block;
	margin: auto;
}
img { max-width: 100%; height:auto; }
#wrapper {
	height: 100vh;
	scroll-behavior:smooth;
  overflow-y: scroll;
	scroll-snap-type: y mandatory;
}
section {
	height: 100%;
	scroll-snap-align: start;
}
section .content {
	height: 100%;
	max-width:  76ch;
	display: flex;
	flex-flow: column;
	justify-content: center;
	margin: 0 auto;
}
/*WHEEL*/
#wheel-wrapper {
	float: right;
	width: 360px;
	height: 360px;
	position: fixed;
	right: 0;
	display: inline-block;
	margin-top: 2em;
	vertical-align: top;
}
#wheel{
	width:80%;
	height:80%;
	margin-left: 10%;
	position:relative;
	transform: rotate(290deg);/* initial rotation */
}

#wheel:before{
	content: '';
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	border-width: 38px 18px 0 18px;
	border-style: solid;
	border-color: var(--bodytext) transparent transparent transparent;
	z-index: 1000;
	top: -5%;
	right: 62%;
	transform: rotate(-21deg);
}

#inner-wheel{
	width:100%;
	height:100%;
	border-radius: 50%;
	border: 1px solid var(--bodytext);
	overflow: hidden;
	background-color: white;
	background-image: conic-gradient( 
		 from 20deg,
     var(--color8) 10deg var(--section1angle),/*about*/
     var(--color7) var(--section1angle) var(--section2angle),/*MHC*/
     var(--color6) var(--section2angle) var(--section3angle),/*Creativitiy*/
     var(--color5) var(--section3angle) var(--section4angle),/*Chronic Disease*/
     var(--color4) var(--section4angle) var(--section5angle),/*Cultural*/
     var(--color3) var(--section5angle) var(--section6angle),/*Coaching*/
     var(--color2) var(--section6angle) var(--section7angle),/*Contact*/
     var(--color1) var(--section7angle) var(--section8angle),/*Home*/
   	 var(--color8) var(--section8angle) 0deg);/*about*/
	transition: transform .5s ease-out;
	box-shadow: -4px 4px 16px 4px rgb(0 0 0 / 50%);
}
/* sections */
#home 						{ background: var(--color1); }
#contact 					{ background: var(--color2); }
#coaching 				{ background: var(--color3); }
#culture_strategy { background: var(--color4); }
#chronic_illness 	{ background: var(--color5); }
#creativity 			{ background: var(--color6); }
#myhumancoach			{ background: var(--color7); }
#about 						{ background: var(--color8); }
#projects 				{ background: var(--color9); }

#spin{
	width: 20%;
	height: 20%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10% 0 0 -10%;
	border-radius: 50%;
	z-index: 1000;
	background: var(--color10);
	background: radial-gradient(circle, #E9CF87 58%, var(--pale3) 60%, transparent 69%),
							conic-gradient(from 36deg at 20% 80%, #A100FFFF 0%, #000000 25%, #119CFDFF 30%);
	/* background-size: 50%; */
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	color: #000;
	font-size: .85rem;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	transform: rotate(70deg);
}
#wheel div.section-slice a {
	display: block; opacity:1;
	z-index: -1;
	position: relative;
	transform: translateX(.5em) rotate(95deg);
	transform-origin: center;
	color: var(--bodytext);
	border: 0;
	white-space: nowrap;
	padding: 0 0 0 1.8em;
	line-height: 1;
	text-decoration: none;
	font-family: 'IBM Plex Sans Condensed', sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#wheel div.section-slice{
	position: absolute;
    width: 15%;
    height: 50%;
    border-style: solid;
    border: 0;
    transform-origin: 50% 100%;
    left: 42%;
    opacity: 1;
    cursor: pointer;
}

#wheel div.section-slice:nth-child(1){
	transform: rotate(calc(var(--section1angle) * -1.01));
}
#wheel div.section-slice:nth-child(2){
	transform: rotate(calc(var(--section2angle) * -1.01));
}
#wheel div.section-slice:nth-child(3){
	transform: rotate(calc(var(--section3angle) * -1.01));
}
#wheel div.section-slice:nth-child(4){
	transform: rotate(calc(var(--section4angle) * -1.01));
}
#wheel div.section-slice:nth-child(5){
	transform: rotate(calc(var(--section5angle) * -1.01));
}
#wheel div.section-slice:nth-child(6){
	transform: rotate(calc(var(--section6angle) * -1.01));
}
#wheel div.section-slice:nth-child(7){
	transform: rotate(calc(var(--section7angle) * -1.01));
}
#wheel div.section-slice:nth-child(8){
	transform: rotate(calc(var(--section8angle) * -1.01));
}
#wheel div.section-slice:nth-child(9){
	transform: rotate(calc(var(--section9angle) * -1.01));
}

#shine{
	width:250px;
	height:250px;
	position:absolute;
	top:0;
	left:0;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0.91) 9%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(1%,rgba(255,255,255,0.99)), color-stop(9%,rgba(255,255,255,0.91)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0.91) 9%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0.91) 9%,rgba(255,255,255,0) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0.91) 9%,rgba(255,255,255,0) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0.91) 9%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
opacity:0.1;
}
.btn {
  background: #34d9d9;
  background-image: -webkit-linear-gradient(top, #34d9d9, #2bafb8);
  background-image: -moz-linear-gradient(top, #34d9d9, #2bafb8);
  background-image: -ms-linear-gradient(top, #34d9d9, #2bafb8);
  background-image: -o-linear-gradient(top, #34d9d9, #2bafb8);
  background-image: linear-gradient(to bottom, #34d9d9, #2bafb8);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #3ccffc;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
	.reversed-lg {
		flex-direction: row-reverse;
		justify-content: flex-end;
	}
}
@media screen and (max-width: 650px) {
	h1 { font-size: 4rem; line-height: 1; }
	h2 { font-size: 2rem; }
	.display-3, h3 { font-size: 1.55rem; }
	#wrapper {
		height: auto;
		scroll-behavior:smooth;
		scroll-snap-type: none;
	}
	section {
		height: auto;
		min-height: 100vh;
		padding: 6rem .65rem;
    display: flex;
    align-content: center;
    flex-flow: wrap;
	}
	section#home { padding-top: 2rem }
	blockquote {
		font-size: 1.65rem;
	}
	.linklist {
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
	}
	.linklist li {
    width: 40%;
    margin: auto;
	}
	.linklist a {
		width: 100%;
		height: 100%;
	}
	.linklist a img {
		max-width: 100%;
		width: 80%;
		height: auto;
	}
	/*WHEEL*/
	#wheel-wrapper {
		position: fixed;
		z-index: 1000;
		top: -150px;
		right: -150px;
	}
	/*#wheel-wrapper {
		width: 80%;
		clear: both;
		float: none;
		display: block;
		margin: 0 auto;
	}*/
}