@font-face {
  font-family: C-Medium;
  src: url('font/CeraPRO-Medium.WOFF');
}

@font-face {
  font-family: C-Regular;
  src: url('font/CeraPRO-Regular.WOFF');
}

body {
	font-size: 16px;
	margin: 0;
	background-color: #000;
	transition: background-color 0.4s ease-in-out;
	font-family: C-Medium;
	letter-spacing: 1px;
}

* {box-sizing: border-box;}

.grid__item {
  /*background-color:rgba(255,255,255,0.3);*/
}

.grid { 
  height: 100%;
  display: grid; 
  grid-template-columns: auto; 
  grid-auto-rows: 1fr; 
  /*grid-gap: 1em;*/
} 

/*
.bg_1 {
	background-color: red;
}

.bg_2 {
	background-color: orange;
}

.bg_3 {
	background-color: yellow;
}

.bg_4 {
	background-color: green;
}

.bg_5 {
	background-color: blue;
}

.bg_6 {
	background-color: indigo;
}

.bg_7 {
	background-color: violet;
}
*/

.container {
	overflow: hidden;
}

.section-holder {
	overflow: hidden;
	position: absolute;
	height: 100vh;
	height: calc(100vh - var(--vh-offset, 0px));
	width: 100vw;
}

.active {
	display: block;
}

#status-holder {
	width: calc(2.5vh + 2.5vw + 2.5vmin);
	height: calc(2.5vh + 2.5vw + 2.5vmin);
	font-size: calc(1.25vh + 1.25vw + 1.25vmin);
	line-height: 1em;
	text-align: center;
	position: absolute;
	z-index: 100;
	background-color: #231f20;
	top: .5em;
	right: .5em;
	border-radius: 50%;
	padding: 2px;
}

#test-controls {
	/*display: none;*/
	font-size: 2em;
	position: absolute;
	z-index: 100;
	bottom: 0;
	right: 0;
	background-color: #666;
	padding: 4px;
}

#test-controls span {
	padding: 3px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	margin: 0 2px;
	cursor: pointer;
}

.section_0 {
	z-index: 0;
	color: #FA192F;
}

.section_1 {
	z-index: 1;
}

.section_2 {
	z-index: 2;
}

.section_3 {
	z-index: 3;
}

.section_4 {
	z-index: 4;
}

.section_5 {
	z-index: 5;
}

.section_6 {
	z-index: 6;
}

.section_7 {
	z-index: 7;
}

.section_8 {
	z-index: 8;
}

.section_9 {
	z-index: 8;
}

.section_1, .section_5, .section_7, .section_9
{
	color: #FA192F;
}

.section_2, .section_4, .section_6, .section_8, .yel
{
	color: #f9c822;
}


.top {

}

.bottom {
}

.copy-top-holder, .copy-bottom {
	margin: 2em;
}

.copy-top-holder {
	text-align: left;
}

.copy-bottom-holder {
}

.copy-full-holder {
	height: 100%;
	display: flex;
	text-align: center;
}

.full {
}

.copy-full-over {
	position: absolute;
	height: 100%;
	width: 100%;
	text-align: center;
	z-index: 2;
}

.copy-full-over-inner {
	height: 100%;
	text-align: center;
}

.copy-full-over-inner-copy {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	color: #000;
	padding: 2em;
}

svg polygon, svg g {
	transform-origin: center;
}

.copy-bottom-holder {
	height: 100%;
	display: flex;
}

.copy-top {
	margin-right: 25%;
}

.copy-bottom {
	align-self: flex-start;
	margin-left: 33%;
}

.to-center {
	align-self: center;
}

.copy-full, .copy-full-really, .copy-full-fifty {
	width: 100%;
	position: relative;
	align-self: center;
	position: relative;
}

.copy-full-inner {
height: calc(3vh + 3vw + 3vmin);
}

.copy-full-inner .one, .copy-full-inner .two, .copy-full-inner .three {
	margin-bottom: 0;
	position: absolute;
	width: 100%;
	text-align: center;
}

.copy-full svg {
	width: 33%;
}

.copy-full-fifty svg {
	width: 50%;
}

p {
	margin-top: 0;
	font-size: calc(2vh + 2vw + 2vmin);
	margin-bottom: 1.2em;
}

p:last-child {
	margin-bottom: 0;
}

p.big {
	font-size: calc(3vh + 3vw + 3vmin);
}

p.small {
	font-size: calc(1.5vh + 1.5vw + 1.5vmin);
}