body { color:#fff;
	background: linear-gradient(-45deg, #5e0083, #ad06c7, #0c0f62, #198798);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	height: 100vh;
	animation-direction: alternate;
	overflow: hidden;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

html {
	overflow: hidden;
}
h1 {
	position: relative;
	font-size: 30px;
	margin-top: 0;
	font-family:'Raleway', sans-serif;
}
#nav {
	display:block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	width:340px;
	position: relative;
	top: 100px;
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:11px;
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:2px;

}

ul.slidemenu{
	margin:0;
	padding:0;
	list-style: none;
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	font-size:14px;
}
ul.slidemenu a{
	text-decoration:none;
	outline:none;
}
ul.slidemenu li{
	float:left;
	width:170px;
	height:85px;
	position:relative;
	cursor:pointer;
}
ul.slidemenu li > a{
	position:absolute;
	border: none;
	top:0px;
	left:0px;
	width:170px;
	height:85px;
	z-index:12;
	background:transparent url(/web/20141220020655im_/http://farazyashar.com/images/overlay.png) no-repeat bottom right;
}
ul.slidemenu li a img{
	border:none;
	position:absolute;
	width:0px;
	height:0px;
	bottom:0px;
	left:85px;
	z-index:100;
	-moz-box-shadow:0px 0px 4px #000;
	-webkit-box-shadow:0px 0px 4px #000;
	box-shadow:0px 0px 4px #000;
}
ul.slidemenu li span.slidewrap{
	position:absolute;
	top:25px;
	left:0px;
	width:170px;
	height:60px;
	z-index:15;
}
ul.slidemenu li span.slideactive{
	position:absolute;
	background:rgba(0,0,0,0.6);
	top:85px;
	width:170px;
	height:0px;
	left:0px;
	z-index:14;
	/* -moz-box-shadow:0px 0px 4px #000 inset;
	-webkit-box-shadow:0px 0px 4px #000 inset;
	box-shadow:0px 0px 4px #000 inset; */
}
ul.slidemenu li span span.slidetitle,
ul.slidemenu li span span.slidedescr,
ul.slidemenu li div.slidebox a{
	margin-left:15px;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #000;
}
ul.slidemenu li span span.slidetitle{
	color:#fff;
	font-size:24px;
	float:left;
	clear:both;
}
ul.slidemenu li span span.slidedescr{
	color:#fff;
	float:left;
	clear:both;
	width:155px; /*For dumbass IE7*/
	font-size:11px;
	letter-spacing:1px;
}
ul.slidemenu li div.slidebox{
	display:block;
	position:absolute;
	width:170px;
	overflow:hidden;
	height:170px;
	top:85px;
	left:0px;
	display:none;
	background: rgba(0,0,0,0.5);
}
ul.slidemenu li div.slidebox a{
	float:left;
	clear:both;
	line-height:30px;
	color:#fff;
}
ul.slidemenu li div.slidebox a:first-child{
	margin-top:15px;
}
ul.slidemenu li div.slidebox a:hover{
	color:#fff;
}

/* Name Thang */
#options
{
  width: 300px;
}
.wrapper{
    background: #212121 url(/web/20141220020655im_/http://farazyashar.com/images/cubes.png) repeat top left;
    margin-top: 20px;
    border-top: 5px solid #d7dedc;
    border-bottom: 5px solid #d7dedc;
    -webkit-box-shadow: 0px -1px 10px 0px #000 inset, 0px 1px 10px 0px #000 inset;
    -moz-box-shadow: 0px -1px 10px 0px #000 inset, 0px 1px 10px 0px #000 inset;
    box-shadow: 0px -1px 10px 0px #000 inset, 0px 1px 10px 0px #000 inset;
  position: relative;
    height: 300px;
    text-align: center;
}
.wrapper img{

}
.font-used{
    background: transparent;
    margin: 0 auto;
  margin-top: 10px;
    font-size: 20px;
    color: #555;
    text-shadow: 0px 1px 1px #fff;
    line-height: 50px;
  width: 300px;
  height: 50px;
    border-bottom: 2px dotted #d7dedc;
  text-align:center;
  display:none;
}
.font-used a{
    padding: 0px 5px;
    color: #222;
}
.font-used a:hover{
    color: #666;
}
.font-used .jockey{
  font-family: 'Jockey One', Arial, sans-serif;
  font-size: 30px;
}
.font-used .sancreek{
  font-family: 'Sancreek', Arial, sans-serif;
  font-size: 35px;
}
.font-used .cookie{
  font-family: 'Cookie', Arial, sans-serif;
  font-size: 40px;
}
.font-used .salsa{
  font-family: 'Salsa', Arial, sans-serif;
  font-size: 40px;
}
.loading {
  position: absolute;
  z-index: 999;
  text-indent: -9000px;
  opacity: 0.6;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
    margin: -25px 0px 0px -25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
#canvas-banner {
  margin-top: -100px;
}
