/*
jpdld.com MC JPLand Maps page
(c)JPDLD - antoine@boudon.nom.fr
*/

/* :^) :^) :^) :^) :^) :^) :^) :^) :^) :^) :^) :^) :^) :^) :^) :^) */

*{
	font-family: "Catamaran", Verdana;
	color: black;
}
body{
	background-image: url('grid.png');
	display: flex;
}

header{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 56px;
	display: flex;
	background-color: #eeeeee;
	box-shadow: 0px 2px 4px #cccccc;
}
header img{
	width: 36px;
	height: 36px;
	margin-left: 13px;
	margin-top: 10px;
}
header p{
	margin-left: 10px;
	margin-top: 13px;
	font-weight: 500;
	font-size: 18px;
}
#info{
	vertical-align: bottom;
	position: absolute;
	top: 6px;
	right: 12px;
	text-align: right;
	font-weight: 500;
	line-height: 22px;
}
#info a:hover{
	color: #e15d05;
}

#rect{
	position: absolute;
	top: 83px;
	left: 73px;
	bottom: -703px;
	width: 9px;
	background-color: #fe9901;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#text{
	font-size: 20px;
	font-weight: 400;
	position: absolute;
	text-align: left;
	top: 69px;
	left: 90px;
	line-height: 25px;
	margin-bottom: 30px;
	margin-top: 6px;
	padding-right: 15px;
}
#text p{
	margin-bottom: 0px;
	margin-top: 7px;
}
#text em{
	font-style: normal;
	font-weight: 500;
}
#text a{
	text-decoration: none;
	color: #466aa0;
	font-weight: 500;
	transition: 0.2s;
}
#text a:hover{
	color: #e15d05;
}

#content{
	display: flex;
	flex-direction: column;
	margin-left: -12px;
	margin-bottom: 50px;
	margin-top: -15px;
}
#creative{
	background-image: url(https://jpdld.com/img/mcpreview_creative.png)
}
#survival{
	background-image: url(https://jpdld.com/img/mcpreview_survival.png);
}
#modded{
	background-image: url(https://jpdld.com/img/mcpreview_modded.png);
}
#content a{
	width: 500px;
	height: 368px;
	margin-left: 60px;
	margin-top: 42px;
	border-radius: 20px;
	box-shadow: 0px 15px 35px #555;
	cursor: pointer;
	transition: 0.4s;
	background-size: contain;
}
#content div{
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #000;
	color: #fff;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	text-decoration: none;
	font-size: 18px;
	width: 165px;
	text-align: center;
	transition: 0.4s;
	font-weight: 400;
}
#content a:hover{
	margin-left: 95px;
	box-shadow: -30px 15px 35px #555;
}
#content a:hover div{
	color: #e15d05;
}
#p3{
	border-bottom: solid 20px #0000;
}
code{
	color: #e15d05;
	font-weight: 500;
}