html {
  height: 100%;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #444444;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #444444;
}
::-webkit-scrollbar-thumb:active {
  background: #444444;
}
::-webkit-scrollbar-track {
  background: #222222;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-track:hover {
  background: #222222;
}
::-webkit-scrollbar-track:active {
  background: #333333;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
body{
 	font-family: "futura-pt";
	min-height: 100%;
	background-color:#11110f;
	background-image:url('../gfx/background.jpg');
	background-position: right;
	background-repeat:no-repeat;
	background-size:cover;
}
#table{
	display:table;
	position: absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	height:100%;
	width:100%;
}
.tableCell{
	width:100%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
	text-align: center;
	color:white;
}
a{
	color:white;
	text-decoration:none;
}
h1,h2,h3,h4,h5{
	width:90%;
	margin:auto;
}
.thumb{
	height:100px;
	margin-left:8px;
	margin-right:8px;
	margin-bottom:16px;
}
h1{
	font-size:40px;
	letter-spacing:14px;
	margin-bottom:6px;
	padding:0px;
}
h2{
	font-size:30px;
	letter-spacing:14px;
	font-weight:300;
	margin-bottom:15px;
}
h3{
	font-weight:700;
	letter-spacing:9px;
	margin-bottom: 35px;
}
h4{
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 4px;
    text-transform: uppercase;
}
hr.subtle{
	background-color:transparent;
	max-width:300px;
	width:90%;
	margin:auto;
	border:0px;
	border-bottom:1px solid white;
	opacity:0.4;
	margin-bottom:15px;
}
#catalogue{
	position: absolute;
	top:10px;
	right:10px;
	z-index:2;
	border:0px;
	color:white;
	font-weight:bold;
	padding:12px;
	font-size:11px;
	letter-spacing: 4px;
}
#catalogue2{
	position: absolute;
	top: 10px;
	right: 224px;
	z-index: 2;
	border: 0px;
	color: white;
	font-weight: bold;
	padding: 12px;
	font-size: 11px;
	letter-spacing: 4px;
	border: 1px solid white;
	padding-right: 9px;
	padding-bottom: 11px;
}
#catalogue2:hover{
	color:black;
}

a.button{
	display:inline-block;
	font-size:10px;
	font-weight:800;
	letter-spacing:2px;
	border: 1px solid white;
	padding:12px;
	padding-bottom:11px;
	transition: all 0.3s;
	padding-right:10px;
	text-transform:uppercase;
	letter-spacing: 4px;
}
a.button:hover{
	background-color:white;
	color:black;
	transition: all 0.3s;
}
#preorder{
	margin-bottom:4px;
}
em{
	font-style:italic;
}
strong{
	font-weight:bold;
}
#info{
	position: absolute;
    top: 10px;
    left: 10px;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 3px;
    z-index: 2;
    font-weight: bold;
    padding: 12px;
}
footer{
	position: absolute;
	bottom:0px;
	left:0px;
	right:0px;
	font-size:8px;
	font-weight:700;
}
#newsletter{
	position: absolute;
	right:10px;
	bottom:10px;
}
#socials{
	font-size:13px;
	position: absolute;
	left:10px;
	bottom:10px;
}
#socials a{
	margin-right:3px;
}
#storeOverlay, #infoOverlay{
	position: absolute;
	display:table;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(0,0,0,1);
	width:100%;
	height:100%;
	text-align:center;
	display:none;
	z-index:4;
}
.tableCell{
	text-align:center;
	vertical-align:middle;
}
#storeOverlay a.button, #infoOverlay a.button{
	margin-left:4px;
	margin-right:4px;
    margin-bottom: 10px;
}
.closeButton img{
	width:25px;
	height:25px;
}
.tableCell .closeButton{
	position: fixed;
	top:10px;
	right:10px;
}
#lightcase-info{
	display:none!important;
}
.tableCell p{
    line-height: 140%;
    font-size: 12px;
    margin-bottom: 16px;
    text-transform: uppercase;
    width: 90%;
    margin: auto;
    margin-bottom: 16px;
}

#text{
	margin-top:50px;
	margin-bottom:50px;
	width:80%;
	margin:auto;
	max-width:600px;
	text-align:left;
	height:70%;
	max-height:400px;
	overflow-y: scroll;
	overflow-x:hidden!important;
	text-transform: none!important;
    font-size: 13px;
}
#infoOverlay p{
	width:98%;
	float:left;
	text-transform: none!important;
    font-size: 13px;
}
#text p{
	text-align:left;
	margin-bottom:10px;
	line-height:140%;
	margin-right:10px;
	text-transform: none!important;
    font-size: 14px;
}
#newsletter{
	position: absolute;
	right:10px;
	border-bottom:1px solid white;
}
#submit{
	border: 1px solid white;
	border-bottom:0px;
	font-family: "futura-pt";
	background-color:transparent;
	color:white;
	padding:10px;
	padding-top:8px;
	padding-bottom:8px;
	font-weight:bold;
	letter-spacing:3px;
	font-size:8px;
	transition: all 0.3s;
	cursor: pointer;
	padding-right:8px;
}
#submit:hover{
	background-color:white;
	color:black;
	transition: all 0.3s;
}
*{
	outline:none;
}
#email{
	background-color:transparent;
	text-transform:uppercase;
	font-family: "futura-pt";
	letter-spacing:2px;
	padding:10px;
	padding-top:8px;
	padding-bottom:8px;
	color:white;
	border:0px;
	width:136px;
	font-weight:bold;
	font-size:8px;
}
sup{
    font-size: 10px;
    position: relative;
    top: -4px;
}
#text h5{
	text-align: left;
    width: 100%;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 15px;
    float: left;
}
#text blockquote{
	font-style: italic;
}
#text h4{
	margin-bottom: 0px;
    font-weight: 700;
    font-size: 19px;
    letter-spacing: 4px;
    text-transform: uppercase;
    width: 100%;
    padding-top: 15px;
    float: left;
}
@media only screen and (min-width: 1023px) {
	h1{
	    font-size: 50px;
	}
	h2{
		font-size: 40px;
	}
	h3{
		font-size: 20px;
	}
	h3 sup{
		top: -7px;
	}
	#email{
		font-size:10px;
	    width: 156px;
	}
	#submit{
		font-size:10px;
	}
	#socials{
		font-size:17px;
	}
	 #info{
    	font-size:11px;
    }
}
@media only screen and (max-width: 736px) {
    h1 {
        font-size: 30px;
        margin-bottom: 6px;
        position: relative;
	    left: 4px;
    }
    h2{
    	font-size:23px;
    	margin-bottom: 11px;
        position: relative;
	    left: 4px;
    }
    h3{
    	font-size:12px;
    	margin-bottom: 20px;
        position: relative;
	    left: 4px;
    }
    h4{
    	font-size:17px;
    	margin-bottom: 10px;
    }
   
    a.button{
	    padding: 10px;
    	padding-bottom: 9px;
    	padding-right:8px;
    }
    #catalogue{
    	right: 7px;
		top: 8px;
		font-size: 8px;
    }
    #catalogue2{
    	right: 189px;
		top: 8px;
		font-size: 8px;
    }
    #info{
    	letter-spacing: 4px;
    	font-size: 8px;
    	left: 7px;
		top: 8px;
		padding:11px;
		padding-top:12px;
    }
}
@media only screen and (max-width: 600px) {
	#catalogue2{
	    right: 7px;
    	top: 47px;
    }
    #info, #catalogue2, #catalogue{
    	letter-spacing: 2px;
	    font-size: 7px;	
	    padding: 10px;
	    padding-top: 11px;
        padding-left: 8px;
	    padding-right: 6px;
    }
}