@charset "utf-8";

* {
	border:none;
	text-decoration:none;
	margin:0;
	padding:0;
	list-style-type:none;
	font-family: Verdana, Geneva, sans-serif;
	color:#000;
}
h1 {
	font-family:Verdana, Geneva, sans-serif;
	line-height:60px;
}
h2 {
	font-weight:100;
	font-size:21px;
	line-height:20px;
}
body {
	text-align:center;
	overflow:hidden;
}
header {
	display:block;
	width:100vw;
	text-align:center;
	position:relative;
	padding:5px 0 0 0;
	background:#eb6436;
}
header h1 {
	position:relative;
	z-index:50;
	color:#fff;
}
header h2 {
	position:relative;
	z-index:50;
	color:#fff;
	top:-10px;
}
section {
	display:inline-block;
	width:100vw;
	max-width:336px;
	text-align:left;
	position:relative;
	z-index:20;
	padding:50px;
}
section h2 {
	display:block;
	float:left;
	width:100vw;
	max-width:336px;
	line-height:8vh;
}
.topic img {
	max-height:50px;
	width:auto;
	max-width:33px;
	position:relative;
	top:15px;
	margin-right:10px;
}
.upside {
	position:fixed;
	top:0;
	left:2vw;
	height:90vh;
	z-index:10;
}
.page {
	height:calc(100vh - 86px);
	border-left:#eb6436 solid 1px;
	background:#fff;
	position:absolute;
	z-index:30;
	top:85px;
	right:0;
	transition: linear all 0.4s;
	overflow-x:hidden;
	text-align:left;
}
.page:not(target) {
	width:0;
}
.page:target {
	width:calc(50vw + 168px);
}
.page img{
	width:100%;
	height:auto;
	margin-left:20px;
	max-width:600px;
}
.page h2 {
	margin:50px 0 0 20px;
	font-size:18px;
	line-height:30px;
	max-width:600px;
}
.page a {
	color:#eb6436;
	font-family: Verdana, Geneva, sans-serif;
	font-size:15px;
	font-weight:700;
}
.close {
	display:block;
	padding:2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:15px;
	font-weight:700;
	position:absolute;
	top:12px;
	left:17px;
	color:#eb6436;
}

/*--Queries--*/
@media (max-aspect-ratio: 10/7)  {
.upside {
	display:none;
}
}

@media only screen and (max-width: 770px) {
.upside {
	display:none;
}
}

