body {
  font-family: monotype;
  font-size: 18px;
  background: #000;
  margin: auto;
}

	@font-face { 
	font-family: 'Julius'; src: url('fonts/juliusz/JuliusSansOne_RegularZz.eot'); 
	src: url('fonts/juliusz/JuliusSansOne_RegularZz.eot?#iefix') format('embedded-opentype'), url('fonts/juliusz/JuliusSansOne_RegularZz.svg#Trajan Pro') format('svg'), url('fonts/juliusz/JuliusSansOne_RegularZz.woff') format('woff'), url('fonts/juliusz/JuliusSansOne_RegularZz.ttf') format('truetype'); 
	font-weight: normal; font-style: normal;}
	
.container {
  max-width: 2200px;
  padding: 0%;
  position: relative;
  overflow: hidden;
  height: 1080px;
  width: 100%;
  left: -0px;
  top: -0px;
}

.text_logo
{
font-family: Julius;
font-size: 16px;
font-weight: bold;
font-variant: small-caps;
letter-spacing: 8px;
color: #fff;
}

.text_normal
{
font-family: Julius;
font-size: 18px;
font-weight: light;
color: #fff;
letter-spacing: 2px;
}

.text_small
{
font-family: Julius;
font-size: 11px;
font-weight: light;
color: #fff;
letter-spacing: 2px;
}

.text
{
font-family: Oxygen, Sans-serif;
font-size: 12px;
font-weight: light;
color: #fff;
letter-spacing: 1px;
}

.texterr
{
font-family: Oxygen, Sans-serif;
font-size: 12px;
font-weight: light;
color: #000;
letter-spacing: 1px;
background: rgba(255,255,255,0.5);
padding: 10px;
}

.button
{
font-family: Julius;
font-size: 22px;
border: solid;
border-width: 1px;
padding: 10px;
color: #fff;
background: rgba(0,0,0,0);
margin: 10px;
}

.button:hover
{
border-color:#66cccc;
cursor:pointer; 
background-color:#111;
color: #66cccc;
}

.fill {
  position: absolute;
  bottom: 0%;
  right: 0%;
  left: 0%;
  top: 0%;
}

.expand-width {
  width: 100%;
}

.aspect {
  opacity: 0.2;
}

.layer:nth-child(1) {
  opacity: 0.3;
}
.layer:nth-child(1) button {
  -webkit-transform: rotate(150deg);
}

.layer:nth-child(2) {
  opacity: 0.15;
}
.layer:nth-child(2) button {
  -webkit-transform: rotate(120deg);
}

.layer:nth-child(3) {
  opacity: 0.3;
}
.layer:nth-child(3) button {
  -webkit-transform: rotate(90deg);
}

.layer:nth-child(4) {
  opacity: 0.7;
}
.layer:nth-child(4) button {
  -webkit-transform: rotate(60deg);
}

.layer:nth-child(5) {
  opacity: 0.9;
}
.layer:nth-child(5) button {
  -webkit-transform: rotate(30deg);
}

.layer:nth-child(6) {
  opacity: 1;
}
.layer:nth-child(6) button {
}
.boxes {
	font-family: Oxygen;
	font-size: 12px;
	background-color: rgba(0,0,0,0);
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}
