@font-face {
	font-family: 'icomoon';
	src:url('icomoon.eot?jsv5fo');
	src:url('icomoon.eot?#iefixjsv5fo') format('embedded-opentype'),
		url('icomoon.ttf?jsv5fo') format('truetype'),
		url('icomoon.woff?jsv5fo') format('woff'),
		url('icomoon.svg?jsv5fo#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}










h1, h2, h3, h4, h5, h6, ul{
  margin:0;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom:1em;
}

ul {
  padding-left:0;
}

html, body {
    width: 100%;
    height: 100%;
}

html {
  background: black;
  background-size: cover;
  
}

body {
  color: white;
  font-family: 'Droid Serif', serif;
  font-size: calc(1em + .5vw);
  line-height: 1.6;
}

img {
  max-width:100%;
  height: auto;text-shadow: 0 0 9px #fff, 0 0 9px #fff, 0 0 1px #fff, 0 0 2px #ff00de, 0 0 1px #ff00de, 0 0 1px #ff00de, 0 0 1px #ff00de, 0 0 1px #ff00de;

}


.title, h1, h2, h3, h4, h5 {
  font-family: "Lato", sans-serif;
}

.site.title {
  text-align: center;
  text-transform: uppercase;
  font-size: 5em;
  font-size: calc(1.5em + 8vw);
  text-shadow: 0 2px 16px rgba(0,0,0,.6);
}

h1.title {
  margin-top:0em;
  margin-bottom:0em;
}

#contact-info img {
  max-width:45.3333%;
  margin: 2em;text-shadow: 0 0 9px #fff, 0 0 9px #fff, 0 0 1px #fff, 0 0 2px #ff00de, 0 0 1px #ff00de, 0 0 1px #ff00de, 0 0 1px #ff00de, 0 0 1px #ff00de;
}

@media (min-width: 48em) {
  .content {
      padding: 0 1em;
  }
  
  
}

@media (max-width: 48em) {
  
  #contact-info {
    max-width:50%;
  }
  
  
}





footer.content {
  text-align:center;
}

a {
  text-decoration:none;
  color:#BBB;
  transition: color .4s ease-out;text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 2px #ff00de, 0 0 1px #ff00de, 0 0 1px #ff00de, 0 0 1px #ff00de, 0 0 1px #ff00de;
}

a:hover {
  color:#66ACFF;
}

a:active {
  transition: color 0s linear;
  color:#0075DF;
}

.title a {
  color:white;
  text-shadow: 0 0 9px #fff, 0 0 1px #fff, 0 0 9px #fff, 0 0 2px #ff00de, 0 0 1px #ff00de, 0 0 1px #ff00de, 0 0 1px #ff00de, 0 0 1px #ff00de;

} 

.content h2 {
  font-size:2.25em;
  text-align: center;
  text-shadow: 0 2px 16px rgba(0,0,0,.6);
}




.content {
  margin: 0 auto;
  text-align:left;
}

#contact-info {
  text-align:center;
}




footer.content {
      margin-top: 3em;
}

#bio.content, .foreword, .content.plain {
  max-width: 36em;
  width: calc(100% - 4em);
  margin-left:auto;
  margin-right: auto;
}

#bio.content, #paintings.content, #cards.content {
  margin-bottom: 3em;
}

#paintings.content, #cards.content, .plain.content {
  margin-top:2em;
}

hr {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(255,255,255, 0), rgba(255,255,255, 0.75), rgba(255,255,255, 0));
}

#menu {
  font-size:2em;
  font-family: "Lato", sans-serif;
  font-weight:bold;
}

#menu ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}

#menu ul li {
  float: left;
  margin: 1em 0;
  position:relative;
  cursor: pointer;
}


#menu ul li a {
  transition: all .4s ease-out;
  color: black;
  padding: .5em;
  display: block;

   background: none;
    border-radius: 50%;
  border: .0em solid rgba(255,255,255,.9);
  margin: 0 .5em;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 1px #fff, 0 0 2px #ff00de, 0 0 1px #ff00de, 0 0 1px #ff00de, 0 0 1px #ff00de, 0 0 1px #ff00de;
}
#menu ul li a:hover {
  background:none;
  color:white;
  text-shadow: 0 0 9px #fff, 0 0 9px #fff, 0 0 1px #fff, 0 0 2px #ff00de, 0 0 1px #ff00de, 0 0 1px #ff00de, 0 0 1px #ff00de, 0 0 1px #ff00de;
}

#menu ul li a:active {
  transition: all 0s ease-out;
  background:rgba(230,230,230,.4);
}

ul.visual {
  margin: 0;
  padding: 0;
}

ul.visual:after {
  	visibility: hidden;
  	display: block;
  	content: "";
  	clear: both;
  	height: 0;
}

ul.visual li {
  float: left;
  margin:0;
  line-height: 0;
  text-align: center;
}

.data {
  display: none;
}

header.header {
  
    display: table;
    position: relative;
    width: 100%;
    height: 100%;    
    text-shadow:0 1px 3px rgba(0,0,0,.5);
}

header.header {
   background-image: none;
   background-color:transparent !important;
}

header.header::before {
    content: ' ';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
    background: #5B22B1 url(../images/slimebabe.jpg) no-repeat center center;
    background-size: cover;
    will-change: transform;
    z-index: -1;
  }

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}


.work {
  background-size:cover;
  
  text-align:center;
}
.work.eczema {
  padding:0em 0 2em;
}

.work .title {
  font-size:2em;
  font-weight:bold;
}

.work .title a {
  display:block;
  padding:1em;
  
  color:rgba(255,255,255,.8);
}

.work .title a:hover {
  color:white;
  text-shadow:0 1px 3px rgba(0,0,0,.4);
  
}

.work iframe {
  width:552px;
  height:167px;
}

.work.eczema .title {
  display:none;
}

.work.armada {
  background-image: url(../images/splash-armada.jpg);
}

.work.twinmh {
  background-image: url(../images/splash-twinhm.jpg);
}
.work.pink-zone {
  background-image: url(../images/splash-pinkzone.jpg);
}
.work.foldscape {
  background-image: url(../images/splash-foldscape.jpg);
}
.work.girlwaste {
  background-image: url(../images/splash-girlwaste.jpg);
}
.work.wtwla {
  background-image: url(../images/splash-wtwla.jpg);
}

.games-menu .category-title {
  text-align: center;
  text-transform: uppercase;
}

.games-menu .game-title {
  text-align: center;
}
.game-title a {
    color: white;

}

.game-info {
  color: white;
  font-size: calc(.5em + .5vw);

}
.game {
      margin-bottom: 2em;
}
.game-inner { 
    border-radius:  1em;
    background-color: rgba(0,10,20,.8);
    padding: 1em 2em;
    margin: 0 1em;
    box-sizing: border-box;
    height: 100%;
}
    
.page-games {
  background: black;
}
.page-games .site.title a {
    text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(20,0,0,.4),
               0 3px 5px rgba(40,0,30,.3),
               0 5px 10px rgba(60,0,20,2),
               0 10px 10px rgba(100,0,40,.2),
               0 20px 20px rgba(120,0,80,.25), 0px 12px 32px white, 0 32px 128px #ff00de;
}
.page-games .category-text {
  background: #ff33aa url(../images/bkg-3.jpg) center center;
}

.page-games .category-2d {
  background: red url(../images/bkg-2d.png) center center;
}
.page-games .category-3d {
  background: blue url(../images/bkg-ruiness.png) center center;
  background-size: 100%;
  background-size: cover;
}
.page-games .content {
  z-index: 2;
  box-shadow: 0 8px 32px 16px rgb(0, 0, 0);
  position: relative;
}

.category {
  padding-top:2em;
}
.page-games .game-link a {
  color: white;
  text-shadow: 0 1px 2px rgba(250,0,160,1);
}
.page-games .game-link a.first {
  font-size:1.325em;
}



.pne
	{text-align:center !important;
	font-size:190%;
	background-color:black;
	width:500px;
	color:black;
	a:black;}