@charset "UTF-8";
/*
________Author | metamuseu.com
_______License | (CC-SA) metamuseu 2026
*/

body{
	/*min-width: 700px;*/
	font-family: "Geist", sans-serif;
	font-weight: 500;
	font-style: normal;
	/*background-color: #eedc10;*/
	background-color: #fff200; 
	/*background-color: #f9db4a;*/
	margin: 0px;
	overflow-x: hidden; 
	scrollbar-gutter: stable both-edges;
	interpolate-size: allow-keywords;
	transition: background-color 1s;
}

a{
	text-decoration: underline;
	color: #923432;
	/*font-weight: 600;*/
}

a:hover{
	color: #ec5f5e;
	/*font-weight: 800;*/
}

a:focus{
	outline: 2px solid black;
	/*border: 1px solid black;*/
}

button{
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
	border-bottom: 2px solid transparent;
	transition: border-bottom 0.5s;
}

button:focus{
	border-bottom: 2px solid black;
}

h1{
	all: initial; font: inherit; color: inherit;
	color: transparent;
	pointer-events: none;
	position: fixed;
	top: 0px;
	left: 0px;
}

h2{
	all: initial; font: inherit; color: inherit;
	pointer-events: none;
}

#header{
	position: absolute;
	z-index: 2;
	top: 20px;
	margin: 10px 0px 0px 3vw;
	width: auto;
	height: 20vh;
	overflow: hidden;
	transform-origin: top left;
	transition: scale 0.5s, margin-left 2s, margin-right 2s, margin 2s;
}

#header:hover{
	cursor: pointer;
	scale:  1.02;
}

img:focus{
	ouline: 2px solid black;
}

#footer{
	position: fixed;
	z-index: 1;
	width: 35vw;
	margin-top: 10px;
	/*margin-bottom: 20px;*/
	/*margin-left: 60vw;*/
	right: 30px;
	bottom: 20px;
	interpolate-size: allow-keywords;
	transition: width 2s, height 2s, margin-top 2s;
}

.menu{
	position: fixed;
	z-index: 2;
	pointer-events: all;
	top: 20px;
	width: 350px;
	right: 30px;
	margin-left: 100px;
	opacity: 1;
	text-align: right;
	visibility: visible;
	opacity: 1;
/*	overflow: hidden;
	interpolate-size: allow-keywords;
	transition: width 1s ease, visibility 1s ease;*/
	transition: opacity 1s ease, visibility 1s ease;
}

.button_container{
	/*padding: 5px;*/
	margin-bottom: 0px;
	width: auto;
	/*display: inline-block;*/
}

.menu_button{
	font-family: "Geist", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 52px;
	/*text-transform: uppercase;*/
	padding: 5px;
	/*margin-bottom: 5px;*/
	width: auto;
	display: inline-block;
	margin-left: 0px;
	line-height: 0.85;
	transition: margin-right 0.5s;
}

.menu_button:hover{
	cursor: pointer;
	margin-right: 20px;
}

.menu_button.static{
	color: #000000;
	font-weight: 600;
}

.menu_button.static.jump{
	margin-top: 40px;
}

.menu_button:hover{
	cursor: pointer;
	/*font-weight: 400;*/
}


/*news*/
.news{
	display: inline-block;
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	padding-left: 10px;
	border-left: 0px solid transparent;
	/*background-color: transparent;*/
	transition: border-left 1s;
}

.news:focus{
	outline: none;
	border-left: 15px solid #000000;
}

.news:hover{
	/*background-color: #ffffff;*/
	border-left: 15px solid #000000;
	cursor: pointer;
}

.news_date{
	display: inline-block;
	width: 110px;
	margin: 0px;
	font-size: 16px;
	line-height: 0.8;
	/*text-transform: uppercase;*/
}

.news_type{
	display: inline-block;
	width: auto;
	margin: 0px;
	font-size: 16px;
	line-height: 0.8;
	/*text-transform: uppercase;*/
}

.news_title{
	display: inline-block;
	width: 100%;
	margin: 0px;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.1;
}

/*post*/
.post{
	display: inline-block;
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	padding-left: 10px;
	border-left: 15px solid transparent;
	/*background-color: transparent;*/
	transition: border-left 1s;
}

.post_date{
	display: inline-block;
	width: 110px;
	margin: 0px;
	font-size: 16px;
	line-height: 0.8;
	/*text-transform: uppercase;*/
}

.post_type{
	display: inline-block;
	width: auto;
	margin: 0px;
	font-size: 16px;
	line-height: 0.8;
	/*text-transform: uppercase;*/
}

.post_title{
	display: inline-block;
	width: 100%;
	margin: 0px;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.1;
}

.post_content{
	margin-left: 25px;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 200px;
}

.static_title{
	display: inline-block;
	width: 100%;
	margin: 0px;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: 30px;
}

.static_text{
	display: inline-block;
	width: 100%;
	margin: 0px;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 200px;
}

.team_function{
	display: inline-block;
	width: 100%;
	margin: 0px;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.1;
}

.team_name{
	display: inline-block;
	width: 100%;
	margin: 0px;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 24px;
}



.content{
	/*position: absolute;*/
	/*display: inline-block;*/
	font-size: 18px;
	line-height: 22px;
	width: 50vw;
	margin-left: 3vw;
	margin-top: 35vh;
	height: auto;
	visibility: visible;
	/*top: 480px;*/
	overflow-y: clip;
	interpolate-size: allow-keywords;
	transition: margin-left 1s, margin-right 1s, width 1s, margin-top 3s, height 2s ease, visibility 2s;
}

.announcement{
	position: absolute;
	display: inline-block;
	width: 15vw;
	height: auto;
	margin-left: 50vw;
	top: 40px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.1;
	text-decoration: underline;
}

.close_menu{
	position: inherit;
	/*bottom: 40px;*/
	z-index: 5;
	right: 40px;
	width: 100px;
	height: 95px;
	padding-top: 5px;
	margin-top: 100px;
	background-color: #222222;
	color: white;
	visibility: hidden;
	opacity: 0;
	font-size: 70px;
	font-weight: 700;
	text-align: center;
	transition: background-color 1s, opacity 1s;
}

.close_menu:hover{
	cursor: pointer;
	background-color: #ec615d;
}

.close_menu:focus{
	background-color: #ec615d;
	border-bottom: none;
}

.menu.hidden{
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	pointer-events: none;
}

.menu.visible{
	visibility: visible;
	opacity: 1;
	z-index: 4;
	pointer-events: all;
}

.open_menu{
	position: absolute;
	z-index: 3;
	/*bottom: 40px;*/
	right: 40px;
	width: 100px;
	height: 100px;
	padding-top: 0px;
	top: 40px;
	background-color: #222222;
	color: white;
	visibility: hidden;
	opacity: 0;
	font-size: 80px;
	font-weight: 400;
	line-height: 0.22;
	text-align: center;
	transition: background-color 1s, opacity 1s;
}

.open_menu:hover{
	cursor: pointer;
	background-color: #ec615d;
}

.open_menu:focus{
	background-color: #ec615d;
	border-bottom: none;
}

@media all and (orientation:portrait) {  
	#header{
		position: relative;
		width: 75vw;
		height: auto;
	}
	.close_menu{
		visibility: inherit;
		opacity: 1;
	}
	.open_menu{
		visibility: visible;
		opacity: 1;
	}
	.menu{
    	visibility: hidden;
    	opacity: 0;
    	pointer-events: none;
    } 
    .menu{
		top: 0px;
		width: 100vw;
		height: 100vh;
		right: 0px;
		margin-left: 0px;
		opacity: 0.98;
		padding: 40px 20px 0px 0px;
		background-color: #dedede;
		text-align: right;
	}

	.button_container{
		/*padding: 5px;*/
		margin-bottom: 0px;
		width: auto;
		/*display: inline-block;*/
	}

	.menu_button{
		font-size: 102px;
		line-height: 1;
	}
    .announcement{
    	visibility: hidden;
    	opacity: 0;
    } 
    .content{
    	margin-top: 10vh;
    	width: 80vw;
    }
    #footer{
    	position: relative;
    	width: 90vw;
    	left: 5vw;
    	margin-top: 20vh;
    }
    .news{
		margin-bottom: 50px;
	}
	.news_date{
		width: 180px;
		font-size: 28px;
		line-height: 0.8;
	}

	.news_type{
		font-size: 28px;
		line-height: 0.8;
	}

	.news_title{
		font-size: 48px;
		line-height: 1.1;
	}

	.post{
		margin-bottom: 50px;
	}

	.post_date{
		width: 180px;
		font-size: 28px;
		line-height: 0.8;
	}

	.post_type{
		font-size: 28px;
		line-height: 0.8;
	}

	.post_title{
		font-size: 48px;
		line-height: 1.1;
	}

	.post_content{
		margin-left: 25px;
		font-size: 42px;
		font-weight: 400;
		line-height: 1.2;
		margin-bottom: 200px;
	}
}

@media all and (max-width:1380px) {  
    .announcement{
    	position: fixed;
    	text-align: right;
    	margin-top: 50vh;
    	right: 40px;
    } 
}
