@media screen and (min-width: 1280px) , screen and (max-width: 1920px) 
{
        body{  overflow-x: hidden; overflow-y: hidden; }                     
}

body
{
	padding: 0;
	margin: 0;
	font-family: "Kollektif";
	background-color: white;
	-webkit-overflow-scrolling: touch;
}

.sElement::selection {
  background: blue; /* WebKit/Blink Browsers */
  color: white;
}

.sElement::-moz-selection {
  background: blue; /* Gecko Browsers */
  color: white;
}

.fElement
{
	position: absolute;
	left:140px;
	height: 600px;
}

#header
{
	background-color: white;
	position: fixed;
	padding: 10px;
	font-size: 13px;
	letter-spacing: 1px;
	z-index: 100;

	-webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#logo
{
	height: 20px;
	margin-right: 10px;
}

#logo:hover
{
	cursor: pointer;
}

#menu
{
	top: 50px;
	margin-top: 20px;
	margin-bottom: 15px;
	width: 70px;
}

.menu-item
{
	padding-bottom: 2px;
	display: inline-block;
}

.menu-item2
{
	padding-bottom: 2px;
	display: inline-block;
}

.menu-item2:hover
{
	color:blue;
	cursor: pointer;
}

.menu-item:hover
{
	cursor: pointer;
	color:blue;
}

#content
{
	padding: 30px;
}

.sElement
{
	height: 600px;
	float: left;
	margin-right: 40px;
	margin-left: 40px;
}

/**********************************************/

.selector
{
	font-size: 12px;
	letter-spacing: 1px;
	padding: 6px;
	-webkit-appearance:none;
	color: white;
	background-color: blue;
	border-radius: 0px;
	margin-left: 0px;
}

.tryTextarea
{
	font-size: 150px;
	font-family: "Kollektif";
	font-weight: bold;
	font-style: italic;
	text-align: center;
	height: 558px;
	width: 600px;
	background-color: black;
	color: white;
	margin-top: 10px;
	padding: 10px;
	border: none;
	outline:none;
	scrollbar-base-color: #ff0000;
}

.tryTextarea.vert { resize:vertical; }

.tryTextarea::-webkit-resizer
{
	/*background: #fff;*/
}


/************************************************************/
/************************************************************/
/********************  ANIMATIONS  **************************/
/************************************************************/
/************************************************************/

#space
{
	opacity: 0;
}


#textAnimation01
{
	background-color: black;
	font-weight: bold;
	color: white;
	height: 300px;
	width: 750px;
	text-align: center;
	padding-top: 60px;
}

#textAnimation02
{
	font-weight: bold;
	width: 800px;
	text-align: center;
	color: blue;
}

#textAnimation03
{
	font-family:'Type03';
	font-weight: bold;
	width: 600px;
	text-align: center;
	color: white;
	padding-top: 50px;
	background-color: black;
	height: 550px
}

.drag
{
	cursor: move;
	position: absolute;
}

.drag:hover
{
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,255,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,255,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,255,0.75);
}

.shadow
{
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,255,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,255,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,255,0.75);
}

/************************************************************/
/************************************************************/




#infoBox
{
	background-color: blue;
	padding: 10px;
	position: fixed;
	max-width: 100px;
	font-size: 12px;
	visibility: hidden;
	word-wrap: break-word;
	color: white;
	opacity: 0.9;
	z-index: 0
}

.piston
{
	height: 245px;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 300px;
	background-color: black;
	padding: 30px;
}

.piston2
{
	height: 245px;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	fill: blue;
	background-color: black;
	padding: 30px;
}

.colorBox
{
	height: 600px;
	width: 10px;
	float: left;
	margin-right: 40px;
	margin-left: 40px;
}

.dlElement
{
	border-left: solid 2px blue;
	width: 300px;
	padding: 0px;
	font-family:'Kollektif'; 
	font-size:12px;
	line-height: 20px;
	height: auto;
	padding-bottom: 10px;
	
}



.downButton
{
	color: black;
	font-size:26px;
	padding: 8px 10px 4px 15px;
	font-family:'Kollektif';
	border: 4px solid black;
	font-weight: bold;
  display: inline-block;

}

.downButton:hover
{
	cursor: pointer;
	background-color: black;
}

.downButtonLink
{
	line-height: 30px;
	letter-spacing: 1px;
}

.downButtonLink:hover
{
	color: white;
}

.imageContainer
{
	padding-top: 30px;
}

.noSelect
{
	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
 	 user-select: none;
 	 cursor: default;
}

.shopElement
{
	width: 300px;
}

.shopImage
{
	height: 450px;
}

.shopImage02
{
	position: absolute;
	top:30px;
}

.shopImage02:hover
{
	opacity:0;
}


.shopLink
{
	margin-top: 14px;
	font-size:30px;
	padding: 8px 10px 4px 12px;
	font-family:'Kollektif';
	font-weight: bold;
	display: inline-block;
	float: left;
}

.shopLink:hover
{
	background-color: black;
	cursor: pointer;
	color: white;
}

.shopText
{
	font-size: 13px;
	line-height: 19px;
	padding-top: 10px;
	padding-left: 93px;
	letter-spacing: 1px;
}

.seperator
{
	line-height: 20px;
	padding-bottom: 4px;
}

#submitWork:hover
{
	background-color: black;
	color:white;
	border: 4px solid black;
}

.screensaver
{
	width: 1000px;
	display: none;
}









