body {
	margin:0px;
	font-family:"Source Sans Pro",Calibri,Candara,Arial,sans-serif;
	font-weight:300;
	color:white;
	scrollbar-face-color: transparent;
	scrollbar-highlight-color: transparent;
	scrollbar-3dlight-color: transparent;
	scrollbar-darkshadow-color: transparent;
	scrollbar-shadow-color: transparent;
	scrollbar-arrow-color: transparent;
	scrollbar-track-color: transparent;
}

::-webkit-scrollbar {
	display:none;
}

bg {
	background-image:-webkit-gradient(radial,center center,0,center center,800,from(transparent),to(rgba(0,0,0,.5))),url(img/bg.png);
	width:100%;
	height:100%;
	position:fixed;
	background-size:cover;
	padding:1%;
	margin-left:-1%;
	margin-top:-1%;
	-webkit-filter:blur(0.3em) grayscale(25%);
}

pagecenter {
	position:absolute;
	width:80%;
	margin-left:10%;
	margin-right:10%;
	z-index:6;
}

#header {
	position:relative;
	height:100px;
	width:60%;
  	padding-left: 40%;
	background-color:rgb(62,62,62);
	border-bottom:2px solid white;
}

#header::before {
	content: "AutoCrafter";
  	position: absolute;
  	width: 150px;
  	height: 150px;
  	left: 0px;
  	background-image: url(img/AutoCrafter_0.png);
  	background-size: contain;
  	background-position: center;
  	background-repeat: no-repeat;
  	margin: 20px;
  	font-size: 45px;
  	text-indent: 165px;
  	line-height:100px;
}

.animate {
	-webkit-transition:0.25s;
	-moz-transition:0.25s;
	-o-transition:0.25s;
	-ms-transition:0.25s;
	transition:0.25s;
}

.button {
	display: inline-block;
  	position: relative;
  	padding-top: 30px;
  	height: 70px;
  	width: auto;
  	padding-left: 20px;
  	padding-right: 20px;
  	white-space: nowrap;
  	font-size: 35px;
  	cursor: pointer;
  	text-align: center;
}

.button:hover {
	background-color:rgba(255,255,255,.1);
}

iframe#video {
	position:relative;
	margin-left:calc(50% - 280px);
	margin-right:calc(50% - 280px);
	margin-top:calc(25% - 315px / 2);
	z-index:5;
}

#logo {
	position:fixed;
	width:150px;
	height:150px;
	background-image:url(img/enx/textlogo.png);
	background-size:auto 100%;
	background-repeat:no-repeat;
	right:0px;
	bottom:0px;
	z-index:4;
}

.section {
	position:absolute;
	width:100%;
	padding-top:50px;
	text-align:center;
	opacity:0;
}

text1 {
	position:relative;
	font-size:30px;
	display:block;
	text-shadow:2px 2px rgba(0,0,0,.5);
	z-index:5;
}

text2 {
	position:relative;
	font-size:25px;
	display:block;
	text-shadow:2px 2px rgba(0,0,0,.5);
	z-index:5;
}

.packHeader {
	position:relative;
	font-size:50px;
	display:block;
	text-shadow:2px 2px rgba(0,0,0,.5);
	font-weight:400;
	cursor:pointer;
	z-index:5;
}

.packHeader:hover {
	color:rgb(225,225,225);
}

bold {
	font-weight:400;
}

.getButton {
	width:150px;
	height:150px;
	background-size:100%;
  	display: inline-block;
  	cursor:pointer;
  	margin:15px;
}

.getButton:hover {
  	-webkit-filter: brightness(2);
}

.getButton.command {
	background-image:url(img/1-click.png);
}

.getButton.schematic {
	background-image:url(img/schematic.ico);
}

#textOverlay {
	position:fixed;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.5);
	z-index:50;
	opacity:1;
	cursor:pointer;
}

#textOverlay textarea {
	width: 90%;
  	margin-left: 5%;
  	margin-right: 5%;
  	height: 80%;
  	margin-top: 5%;
  	background-color: transparent;
  	border: transparent;
  	font-family:"Source Sans Pro",Calibri,Candara,Arial,sans-serif;
	font-weight:300;
  	color:white;
  	text-align:center;
  	cursor:default;
}

.grid {
	width: 48px;
  	height: 48px;
  	background-color: rgb(139,139,139);
  	z-index: 99;
  	position: relative;
  	display:inline-block;
  	-webkit-box-shadow: inset 3px 3px 0 rgb(55,55,55), inset -3px -3px 0 rgb(255,255,255);
  	-moz-box-shadow: inset 3px 3px 0 rgb(55,55,55), inset -3px -3px 0 rgb(255,255,255);
  	box-shadow: inset 3px 3px 0 rgb(55,55,55), inset -3px -3px 0 rgb(255,255,255);
	background-size:85%;
	background-position:center;
	background-repeat:no-repeat;
	z-index:5;
}

.grid:hover {
	-webkit-filter: brightness(1.25);
}

.grid.iron_ingot {
	background-image:url(img/grid/iron_ingot.png);
}

.grid.redstone {
	background-image:url(img/grid/redstone.png);
}

.grid.dropper {
	background-image:url(img/grid/dropper.png);
}

.grid.stained_glass_pane_7 {
	background-image:url(img/grid/stained_glass_pane_7.png);
}

#tooltip {
	position:absolute;
	top:0px;
	left:0px;
	width:auto;
	padding-right:10px;
	height:25px;
	background-color:rgba(0,0,0,.95);
	border-radius:5px;
	border:2px solid rgba(44,9,98,.95);
	font-size:20px;
	text-indent: 5px;
  	font-weight: 400;
	z-index:1000;
	display:none;
}

a,a:visited,a:link,a:active {
	color:rgb(75,175,255);
	text-decoration:none;
}

.pack .getButton {
	width:75px;
	height:75px;
}

.pack .content {
  	overflow-y: hidden;
}