﻿@charset "utf-8";
/* CSS Document */

/* Style the header with a grey background and some padding */
*{
	margin: 0;
	padding:0;
}

body{
	background:black;
}
				/*03140156edit*/
				.bighome{
					position: relative;
					display: flex;
					flex-direction: column;
				}

				.arrow{
					background: linear-gradient(to bottom, rgba(225,236,189,0), rgba(225,236,189,1));
					mix-blend-mode: exclusion;
					height: 7vh;
					position: fixed;
					bottom:0;
					width: 100%;
					z-index: 6;
					animation: arrow 3s forwards;
					opacity: 0;
					
				}

				@keyframes arrow {
					0%{
						opacity: 0;
					}
					25%{
						opacity: 1;
					}
					50%{
						opacity: 0;
					}
					75%{
						opacity: .5;
					}
					100%{
						opacity: 0;
					}
				}

				.mainvisual_1920x1080{
					width: 100%;
					display: block;
				}

				.mainvisual_mobile{
					margin: auto;
					display: none;
					width: 100%;
				}
				.watchnow{
					position: relative;
					display: none;
				}

				.fullhightpage{
					position: relative;
					display: flex;
					height: 100vh;
				}

				.trailer{
					margin: auto;
					width: 85%;
				}

				video{
					width: 100%;
				}

				.homemahoo{
					cursor: pointer;
					position: absolute;
					top:50%;
					left:50%;
					width: 6%;
				}
				.clickmahoo{
					cursor: pointer;
					position: absolute;
					top:50%;
					left:50%;
					width: 6%;
					animation: mahooo .5s forwards;
				}

				@keyframes mahooo{
					0%{
						transform: rotate(0deg);
					}
					75%{
						transform: rotate(-20deg);
					}
					90%{
						transform: rotate(10deg);
					}
					100%{
						transform:rotate(0deg);
					}
				}

				img.watchnowtype{
					width: 100%;
					display: block;
				}
				.watchnowcom{
					position: absolute;
					top:45%;
					left:50%;
					width: 10%;
					opacity: 0%;
					display: block;
					transform: translateX(70%);
				}

				.watchnowcom:active{
					opacity: 50%;
				}
				.slideout{
					animation: slide .5s forwards;
				}
					
				@keyframes slide{
					95%{
						opacity: 0%;
					}
					100%{
						opacity: 100%;
					}
				}
				@-webkit-keyframes blinker {
				  from {opacity: 1.0;}
				  to {opacity: 0.0;}
				}
				.blink{
					text-decoration: blink;
					-webkit-animation-name: blinker;
					-webkit-animation-duration: 0.8s;
					-webkit-animation-iteration-count:infinite;
					-webkit-animation-timing-function:ease-in-out;
					-webkit-animation-direction: alternate;
				}

.header {
	width: 100%;/*0314edit1*/
	overflow:hidden;
	display: flex;
	
}

/* logo btn styling */
#logo-btn{
	z-index:1000;
}

.logo{
	position: relative;
	width:96px;
	height:50px;
	margin: 3.5%;
	cursor: pointer;
	mix-blend-mode: difference;
	transition: 0.4s;/*0314edit1*/
	opacity: 0;/*0314edit1*/
  
}

/*0314edit1*/
.logo.open{
	opacity: 100;
}

.logoimg{
	width: 100%;
	height: 100%;
}

/* menu btn styling */
#menu-btn{
	width: 50px;
	margin: 3.5%;
	margin-left: auto;
	cursor: pointer;
	z-index:1000;
	mix-blend-mode: difference;
}

.bar{
	display:block;
	width:30px;
	height:5px;
	margin: 7px;
	background:white;
}


/* fbig btn styling */
#ig-btn{
	width: 30px;
	height: 30px;
	margin: 3.5%;
	margin-left: 0;
	cursor: pointer;
	z-index:1000;
	mix-blend-mode: difference;
}

#fb-btn{
	width: 30px;
	height: 30px;
	margin: 3.5%;
	margin-left: 0;
	cursor: pointer;
	z-index:1000;
	mix-blend-mode: difference;
}

.ig{
	display:block;
	width: 100%;
	transition: 0.4s;
    opacity: 0;
  
}
.ig.open{
	opacity: 100;
}

.fb{
	display:block;
	width: 100%;
	transition: 0.4s;
    opacity: 0;
  
}
.fb.open{
	opacity: 100;
}

.fbigimg{
	width: 100%;
	height: 100%;
}

.page{
	position: fixed;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100vh;
	background: white;
	clip-path: polygon(0% 0%, 0% 0%,100% 0%,100% 0%);
	-webkit-clip-path: polygon(0% 0%, 0% 0%,100% 0%,100% 0%);
	transition: all 0.4s ease;
	pointer-events:none;
	z-index: 6;
}

.page.open{
	clip-path: polygon(0% 0%, 0% 100%,100% 100%,100% 0%);
	-webkit-clip-path: polygon(0% 0%, 0% 100%,100% 100%,100% 0%);
	pointer-events:auto;
}

.practice, .Onequarter, .Exhibitioninfo, .conceptart{
	position: relative;
	display: flex;
	padding: 30px;
	margin: 0;
	transition: 0.3s;
	flex: 1;
	background-color: black;
	
	/*image link here*/
	background-image: url("");
	opacity: 0;
}

.practice:hover, .Onequarter:hover, .Exhibitioninfo:hover, .conceptart:hover{
	opacity: 100;
}

	.practice:active, .Onequarter:active, .Exhibitioninfo:active, .conceptart:active{
		opacity: 0;
	}


.toprow, .bottomrow{
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 50vh;
}

/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
@media screen and (max-width : 777px ){
	.header a.headerlink {
		float: none;
		display: block;
		text-align: left;
	}
	.header-right {
		float: none;
	}
	
	.toprow{
		flex-direction: column;
	}

	.bottomrow{
		flex-direction: column;
	}
	
	.practice, .Onequarter, .Exhibitioninfo, .conceptart{
		opacity: 100;
		padding: 10px;
	}
	img.menu{
		align-self: flex-end;
		margin-left: auto;
	}	

	.bighome{
		height:  120vh;
	}
	
	.mainvisual_1920x1080{
		display: none;
	}

	.mainvisual_mobile{
		display: block;
	}
	
	img.watchnowtype{
		width: 25%;
		display: block;
		float: right;
	}
	
	.watchnow{
		opacity: 100%;
		padding: 10px;
		display: block;
		position: relative;
	}
	
	.watchnow:active{
		opacity: 50%;
	}
	
	.watchnowcom{
		display: none;
	}
	
	.fullhightpage{
		display: none;
	}
}

img.menu{
	max-width: 90%;
	align-self: flex-end;
	margin-left: auto;
}	
