body{
	margin:0;
	background-color:#6088C0;
	font-family:Open Sans;
	background-image:url("assets/MineCraft.png");
    background-size: 100vw 100vh;
}
#nav {
	display:block;
	top:0;
	left:0;
	width:100%;
	height: 64px;
	font-family:"Courier New";
	text-align: center;
	color:rgba(255,255,255,.8);
	user-select: none;
}
#nav #title{
	height: 100%;
	width: 250px;
	float:Left;
	letter-spacing: 4px;
	font-size: 1.5em;
	text-shadow: 0px 0px 5px rgba(255,255,255,.7);
	line-height: 250%;
	margin-right:90px;
}
#nav .item{
	float:Left;
	margin-right:45px;
	height:100%;
    padding: 0 16px;
}
#nav .item:hover{
	background-color:rgba(228,228,255,.2);
	cursor:default;
}
#nav .item .title{
	font-size:1.2em;
	line-height: 200%;
}
#nav .item .subtitle{
	line-height:25%;
}
#gallery .galitem{
	width: 512px;
	height: 288px;
	margin: 16px 16px 32px 16px;
	padding:2px;
	border: 2px solid;
	border-image-slice: 1;
	border-image-source: linear-gradient(to right top, #67e, #34c);
	float:left;
	
}
#gallery .galitem .descriptor{
	font-family:"Courier New";
	background-image: linear-gradient(to right bottom, #67e, #34c);
	user-select: none;
    margin-top: 4px;
    color: #fff;
    font-size: .7em;
    margin-left: -4px;
    padding: 2px;
    padding-right: 25px;
    clip-path: polygon(0 0,45% 0, 40% 100%, 0 100%);
}
#gallery .galitem a.download {
    left: 464px;
    top: 240px;
    display: block;
    position: relative;
	display:block;
	background-image: url("assets/download.png");
	background-size:48px 48px;
	width: 48px;
	height: 48px;
    text-decoration: none;
	filter:invert(100%);
}
.howTo {
	color:rgba(255,255,255,.8);
	font-family:"Courier New";
	margin-left:25px;
}
.howTo a {
	color:aqua;
}