@font-face {
    font-family: 'Helvetica Neue';
    font-family: 'Helvetica Neue', sans-serif;
    font-family: 'Helvetica 25 UltraLight', sans-serif;
    font-family: 'Helvetica 35 Thin', sans-serif;
    font-family: 'Helvetica 45 Light', sans-serif;
    font-family: 'Helvetica 55 Roman', sans-serif;
    font-family: 'Helvetica 65 Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
}

body{
 font-family: Helvetica Neue;
  text-align: center;
  background: #d3d3d3;
}


p{
  color: #C0C0C0;
  margin-top: 0px;
  margin-bottom: 0px;
}

.navigation {
    position: absolute;
    top: 0%;
    left: 0%;
    padding: 10px;
    z-index: 10;
}

.Grid{ 
  position: relative;
}


.Grid__box{
  position: fixed;
  background: url(imgs/moon-background.png);

  background-size: cover;
  
height: 1510px;

  margin: -9px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.cycle{
  position: absolute;
  display: block;
  width: 140px;
  height: 140px;
  box-shadow: inset 0 3px 10px #ffffff;
  background: transparent;
  border: 2800px #ffffff solid;
  border-radius: 20000px;
}

.cycle:hover{
  opacity: 1;
  left: auto;
}



.en-quote{
  position: absolute;
  right: 39%;
  top: 11%;
  width: 180px;
  z-index: 99;
  color: #C0C0C0;
  margin-top: 0px;
  margin-bottom: 0px;
}

.full-moon{
}

.night {
  color: #C0C0C0;
  cursor: pointer;
}

.night:hover {
  color: #EEE;}

.date {
  position: fixed;
  text-align: right;
  right: 1%;
  top: 1%;
  font-size: 34px;
  opacity: 1;
  color: black;
  z-index: 99;
  /*-webkit-transition: all .5s ease-in-out;*/
  background: linear-gradient(to left, darkblue,slategrey,lightgrey,yellow);
  background-size: 200% 200%;
  animation: rainbow 2s ease-in-out infinite;
  background-clip: text;
  -webkit-background-clip:text;
  color:rgba(0,0,0,1);
  transition: color 2s ease-in-out;
}

.en-quote:hover .date {
  color:rgba(0,0,0,0);
  }



@keyframes rainbow { 
  0%{background-position:left}
  50%{background-position:right}
  100%{background-position:left}
}

.cn-quote {
  position: fixed;
  text-align: left;
  right: 1%;
  top: 29%;
  font-size: 23px;
  writing-mode: vertical-lr;
  letter-spacing: 5px;
  color: black;
  z-index: 99;
}

.extend1 .extend2 .extend3{
  letter-spacing: 5px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; 
  cursor: pointer
  z-index: 99;
}

.extend2 {
  letter-spacing: 5px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; 
  cursor: pointer
  z-index: 99;
}

.extend3 {
  letter-spacing: 5px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; 
  cursor: pointer
  z-index: 99;
}

.extend1:hover {
  letter-spacing: 10px; 
  filter: blur(1px);
}

.extend1:hover .extend2{
  letter-spacing: 18px; 
  filter: blur(1px);
}

.extend1:hover .extend3{
  letter-spacing: 21px; 
  filter: blur(2px);
}


button{
   color: #000; 
    color: rgba(0, 0, 0, 0);
    background-color: Transparent;
    border: none;
    cursor:pointer;
    overflow: hidden; 
    z-index: 98;  
}

h2{
  font-size:65px;
  margin: -5px
}

.button1 {
  position:absolute;
  top: 285px;
  left: 954px;
}

.button2 {
  position:absolute;
  top: 488px;
  left: 319px;
}


.button3 {
  position:absolute;
  top: 430px;
  left: 1419px;
}

.button4 {
  position:absolute;
  top: 1190px;
  left: 480px;
}

h3{
  font-size:200px;
  margin: -5px
}

.button5 {
  position:absolute;
  top: 897px;
  left: 793px;
}

h4{
  font-size:420px; 
  margin:-5px;
}

.button6 {
  position:absolute;
  top: 867px;
  left: 710px;
}




.findmoon {
    position:fixed;
    background:white;
    left:0;
    width: 670px;
    cursor: url(imgs/emoji-50.png), auto;
    color: black;
    text-align: left;
    bottom: 0;
    padding: 7.5px;
    font-size: 85px;
    z-index: 99;
}

.foundmoon {
    position:fixed;
    background:white;
    left:0;
    width: 680px;
    cursor: url(imgs/emoji-50.png), auto;
    color: black;
    text-align: left;
    bottom: 0;
    padding: 7.5px;
    font-size: 85px;
    
    z-index: 99;
}

 button:hover .foundmoon {
  display:block;}

.foundmoon {
  display:none;}

button:hover ~  .foundmoon {
  display:block;
  text-decoration: underline;
}

button:hover ~  .findmoon {
  display:none;}















