/* delius-regular - latin */
@font-face {
  font-family: 'Delius';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/delius-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/delius-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/delius-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/delius-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/delius-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/delius-v15-latin-regular.svg#Delius') format('svg'); /* Legacy iOS */
}
* {
margin: 0;
padding: 0;
font: inherit;
border: none;
}
body {
position: relative;
font-size: 64px;
line-height: 1.2;
font-family: Delius, sans-serif;
color: #400060;
background-image: url(img/bg.png);
background-position: center;
background-attachment: fixed;
width: 16em;
height: 10em;
margin: 1.5em auto .5em;
}
header {
position: absolute;
top: 0;
left: 0;
width: 9em;
height: 9em;
}
nav {
position: absolute;
pointer-events: none;
top: 0;
left: 0;
width: 9em;
height: 9em;
z-index: 2;
}
nav > a {
position: absolute;
pointer-events: auto;
color: inherit;
}
nav > a > img {
vertical-align: top;
display: none;
}
nav > a:hover > img:last-child, nav > a:not(:hover) > img:first-child {
display: block;
}
nav > a:hover {
z-index: 1;
}
section {
position: absolute;
box-sizing: border-box;
}
header, .medium, .small, .tiny {
background-color: rgba(255, 255, 255, .9);
box-shadow: 0 .2em .5em rgba(0, 0, 0, .1);
border-radius: 50%;
}
.big {
top: 0;
left: 0;
width: 9em;
height: 9em;
padding: 1.2em 1.3em;
}
.medium {
top: 3em;
left: 9em;
width: 7em;
height: 7em;
padding: .7em;
}
.small {
top: -1em;
left: 12em;
width: 4em;
height: 4em;
padding: .3em;
}
.tiny {
top: -.5em;
left: 8.5em;
width: 3em;
height: 3em;
padding: .3em;
}
.medium .tiny {
top: -3.5em;
left: -.5em;
}
.small .tiny {
top: .5em;
left: -3.5em;
}
figure {
position: absolute;
top: -2.5em;
left: 2em;
width: 3em;
height: 3em;
}
section, .medium:target ~ .big ~ .big, .small:target ~ .medium ~ .medium, .small:target ~ .big ~ .big, section:target ~ #home, section:target ~ #home section {
opacity: 0;
z-index: 0;
transition: .2s opacity ease-in;
pointer-events: none;
}
section:target, .medium:target ~ .big, .small:target ~ .medium, .small:target ~ .big, section:target section, #home section, #home {
opacity: 1;
z-index: 1;
transition: 1s opacity ease-out;
pointer-events: auto;
}
#home, .big:target, .medium:target ~ .big, .small:target ~ .big, .medium:target ~ .big ~ .big *, .small:target ~ .big ~ .big *, section:target ~ #home * {
pointer-events: none;
}
#home *, .big:target *, .medium:target ~ .big *, .small:target ~ .big * {
pointer-events: auto;
}
#mute, .close {
display: block;
position: absolute;
cursor: pointer;
width: 48px;
height: 48px;
border-radius: 50%;
transition: transform .5s cubic-bezier(0, 1, .5, 2);
background-position: center;
background-size: 32px;
background-repeat: no-repeat;
}
#mute:hover, .close:hover {
transform: scale(1.5);
}
#mute {
top: 24px;
left: 24px;
z-index: 3;
background-color: #f90;
background-image: url(img/mute.png);
}
#mute.muted {
background-image: url(img/mute2.png);
}
.close {
top: 14%;
right: 14%;
margin-right: -24px;
margin-top: -24px;
background-color: red;
background-image: url(img/close.png);
}
h1 {
font-size: 30px;
text-align: center;
width: 75%;
margin: 0 auto 10px;
}
h1 > img {
margin: -30px 0 -10px;
}
h2 {
font-size: 24px;
text-align: center;
margin-bottom: 10px;
color: #f90;
}
p + h2 {
margin-top: 20px;
}
section > p:first-child, section > h2:first-child {
margin-top: 20px;
}
p, ul {
font-size: 14px;
text-align: center;
}
p + p {
margin-top: 10px;
}
ul.menu {
font-size: 24px;
color: #f09;
}
ul {
list-style: none;
}
ul > li:before {
content: "– ";
}
a {
text-decoration: none;
color: #f09;
transition: color .2s ease-in-out;
}
a:hover {
color: #09f;
}
#message {
position: fixed;
left: 50%;
top: 50%;
width: 200px;
margin-left: -120px;
margin-top: -60px;
background: white;
border-radius: 50%;
font-size: 30px;
padding: 20px;
text-align: center;
z-index: 11;
transform: rotate(-15deg);
box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
}
#message[hidden] {
display: none;
}
#message:not([hidden]) + #register {
pointer-events: none;
}
#register {
position: fixed;
left: 50%;
top: 50%;
width: 8.5em;
height: 6.0em;
margin-left: -4.25em;
margin-top: -4.25em;
z-index: 10;
background: white;
box-shadow: 0 0 0 999px rgba(0, 0, 0, .5);
border-radius: 16px;
transition: transform .5s ease-out, box-shadow 1s linear .5s;
}
#register[hidden] {
display: block;
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
box-shadow: 0 0 0 999px transparent;
transition: none;
}
#register:not([hidden]) ~ *, #register:not([hidden]) ~ * * {
pointer-events: none;
}
#register .close {
top: 8px;
right: 8px;
}
#register h1 {
margin: 16px auto 12px;
}
#register form p {
padding: 6px 16px;
margin: 0;
}
#register form p:nth-child(odd) {
background: #ddd;
}
#register form p:last-child {
padding-top: 16px;
}
.assist {
width: 3em;
margin: 0 auto;
}
p + .assist {
margin-top: 10px;
}
label {
display: inline-block;
width: 250px;
font-size: 12px;
text-indent: 2px;
text-align: left;
}
label[hidden] {
display: none;
}
label:only-child {
width: 100%;
}
label + label {
margin-left: 12px;
}
label input, textarea, select {
font-size: 14px;
width: 100%;
box-sizing: border-box;
border: 1px solid #400060;
border-radius: 4px;
color: black;
padding: 2px 4px;
background: white;
}
select optgroup {
color: #400060;
margin: 8px 0;
}
select optgroup option {
color: black;
padding-left: 1em;
font-family: monospace;
font-size: 12px;
}
textarea {
resize: none;
height: 6em;
}
label input:invalid {
box-shadow: none;
}
label input:focus, textarea:focus, select:focus {
border-color: #f09;
box-shadow: inset 1px 1px #aaa;
outline: none;
}
input[type=submit] {
background-color: #400060;
color: white;
padding: 3px 6px;
border-radius: 4px;
cursor: pointer;
transition: background-color .5s ease-in-out;
margin: 0 6px;
}
input[type=submit]:hover {
background-color: #f09;
}
.hideit {
	display:none;
    visibility:hidden;
}