::selection {
    color: rgb(36, 99, 0);
    background: rgb(99, 0, 114);
  }

  a:link {
  color: rgb(255, 255, 255);
}

/* 已访问的链接 */
a:visited {
  color: rgb(255, 255, 255);
}

/* 鼠标悬停的链接 */
a:hover {
  color: rgb(0, 255, 76);
  font-weight: 1500;
}

/* 激活的链接 */
a:active {
  color: rgb(255, 255, 255);
}


#background 
{ 
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: #BEBEBE; 
    display:none\8;
} 
#background .bg-photo 
{
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    overflow: hidden;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
} 


#background .bg-about 
{ 
    background: url('./assets/bg-about.gif') no-repeat center center;
} 


#background .bg-about 
{ 
    background: url('./assets/bg-fruit.jpg') no-repeat center center;
} 

#background .bg-event 
{ 
    background: url('./assets/apple.gif') no-repeat center center;
    width: 70vi;
    left: 15vw;
    mix-blend-mode: darken;
} 

#background-ie { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: #BEBEBE;
}


/* LOGO */
.logo{
    z-index: 1;
    position: fixed;
    width: 80%;
    margin-left: -2vw;
    margin-top: calc(30px - 11%);
}

#hidden_logo {
    z-index: 1;
    position: fixed;
    width: 75vw;
    height: 18vh;
    margin-left: 11vw;
    margin-top: 40vh;
    cursor: auto;
   }
   #hidden_logo img{
    display:none;
  
   }
   #hidden_logo:hover img{
    display:block;
   }



.home{
    z-index: 2;
	color: #ffffff;
	font-size: 14px;
    left: 3vw;
	top: 3vh;
	position: fixed;
    font-weight: 400;
    text-decoration: none;
}

.event{
    z-index: 2;
	color: #ffffff;
	font-size: 14px;
	left: 3vw;
	bottom: 3vh;
	position: fixed;
	font-weight: 400;
    text-decoration: none;
}

.more{
    z-index: 2;
	color: #ffffff;
	font-size: 14px;
    right: 3vw;
	bottom: 3vh;
	position: fixed;
    font-weight: 400;
    text-decoration: none;
      text-align: right; 
}

.about{
    z-index: 2;
	color: #ffffff;
	font-size: 14px;
    right: 3vw;
	top: 3vh;
	position: fixed;
    font-weight: 400;
    text-decoration: none;
      text-align: right; 
}


.text{
	color: #ffffff;
    background-blend-mode: normal !important;
	mix-blend-mode:difference;
	font-weight: 400;
	font-size: medium;
    letter-spacing: 0.06vi;
    display: flex; 
    justify-content: center; 
    align-items: center;
}

.paragraph{
   width: calc(50vi + 80px);
   max-width: 1000px;
   min-width: 180px;
}

.center-container-about {
      text-align: left; 
      display: flex; 
      justify-content: center; 
      align-items: center;src: ;
      height: 95vh;
    }

.center-container-text {
      text-align: left; 
      display: flex; 
      justify-content: center; 
      align-items: center;
      margin-top: 5vh;
    }

.center-containerh2 {
      text-align: left; 
      display: flex; 
      justify-content: center; 
      align-items: center;
      margin-top: 20vh;
    }    

    
    body {
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

.h2{
    color: #ffffff;
    background-blend-mode: normal !important;
	mix-blend-mode:difference;
	font-weight: 800;
	font-size: larger;
    letter-spacing: 0.06vi;
    display: flex; 
    justify-content: center; 
    align-items: center;
}

#bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -2;
  pointer-events: none;
}

.maximg{
	max-width: 700px;
	min-width: 230px;
	position: center;
	width: 30vw;
	min-height: auto;
	margin-bottom: 0px;
}

.footer {
  position: fixed;
  bottom: 2.5vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  font-size: x-small;
  font-weight: 200;
  color: white;
  padding: 0.5em 1em;
  mix-blend-mode: difference;
  pointer-events: none;
}