@charset "utf-8"; 


h2{
	margin: 15px 0px;	
	padding: 15px 0px;
	border-left: 6px solid #9cc;  
    padding: 0.2em 0.7em;
}

h3{
	color: orange;
	margin: 10px;
	padding: 0;
	margin-bottom: 15px;
}

main{
	width: 100%;
	height: 100%;
}

article{
	margin: 5px 45px 15px 45px;
	padding: 15px 35px;
	background-color: white;
	color: black;
}

header{
	width: 90%;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: auto;
	padding: 0px;
	word-spacing: 2px;
	letter-spacing: 4px;
}

section small{
	color: teal;
	font-size: x-small;
}

section b{color: maroon;}

cite,ins{
	color: silver;
	font-size: x-small;
}

footer{
	font-size: x-large;
	margin-top: 50px;
}

dl{margin: 5px 0px;}

dl,dd{
	margin: 0;
	padding: 0;
}

dt{
	margin: 10px auto 10px 50px;
	padding: 0;
}

address{
	margin: 15px 0px 35px 0px;
	color: teal;
}

img{
	text-align: right;
	margin: 0px;
	padding: 0px 15px;
}

small{
	margin-left: 30px;
	color: white;
}

dd b{
	font-size: x-small;
	color: orange;
}

em{color: green;}

dl,dt,em{font-weight: 100;}

code{
	color: olive;
	white-space: pre;
	font-size: x-small;
	margin-top: 0;
}

section p,em,b,code,h4{margin-left: 5%;}

dt{color: maroon;}

dt,p{font-size: x-small;}

div p{font-size: large;}

cite{color: gray;}

b{font-size: small;}

.hue-circle {

  height: 100px;
  width: 100px;
  
  position: relative;
  border-radius: 999px;
  margin: 0px auto;
}

.hue-1 {
  background: conic-gradient(
    from 90deg,
    hsl(360, 100%, 50%),
    hsl(330, 100%, 50%),
    hsl(300, 100%, 50%),
    hsl(270, 100%, 50%),
    hsl(240, 100%, 50%),
    hsl(210, 100%, 50%),
    hsl(180, 100%, 50%),
    hsl(150, 100%, 50%),
    hsl(120, 100%, 50%),
    hsl(90, 100%, 50%),
    hsl(60, 100%, 50%),
    hsl(30, 100%, 50%),
    hsl(0, 100%, 50%)
  );
}

.hue-5 {
  background: conic-gradient(
    from 90deg,
    hsl(360, 100%, 50%),
    hsl(330, 100%, 50%),
    hsl(300, 100%, 50%),
    hsl(270, 100%, 50%),
    hsl(240, 100%, 50%),
    hsl(210, 100%, 50%),
    hsl(180, 100%, 50%),
    hsl(150, 100%, 50%),
    hsl(120, 100%, 50%),
    hsl(90, 100%, 50%),
    hsl(60, 100%, 50%),
    hsl(30, 100%, 50%),
    hsl(0, 100%, 50%)
  );
}
.hue-5 .hue-border {

  border: 2px solid white;
  
  background: repeating-conic-gradient(
    transparent -14deg 14deg,
    white 14deg 16deg
  );

  position: absolute;
  inset: 0;
  border-radius: 999px;
  z-index: 1;
}
.hue-5 .hue-inner {
  
  inset: 25%;
  
  background: white;
  
  position: absolute;
  border-radius: 999px;
  z-index: 2;
}


table{
	margin: 25px auto;
	border: 0px;
	width: 650px;
	text-align: center;
	table-layout: auto;
	border-spacing: 15px 5px;
}

td:first-child{
width: 50%;
}

td:last-child{
width: 50%;
}
