/* General */
html, body {
	overflow-x: hidden;
}

body {
	font-family: 'VT323', monospace;
	font-size: 1.5rem;
	padding-bottom: 50px;
	cursor: url('../img/cursor-magic-32.png'), default;
	border-left: 10px solid #2656e5;
    border-right: 10px solid #2656e5;
    color: #1fb600;
    background-color: #181616
}

a {
	cursor: url('../img/pointer-magic-32.png'), default;
}

.reverse {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.tint {
	height: 100%;
	width: 100%;
	pointer-events: none;
	touch-action: none;
	background-color: rgba(0, 238, 255, 0.05);
	background-image: url('../img/pixelizor.png');
	background-repeat: repeat;
	z-index: 1000000;
	position: fixed;
	margin-left: -10px;
	cursor: url('../img/cursor-magic-32.png'), default;
}

.repeat-y {
  background-image: url("img/pup-turn.gif");
  background-repeat: repeat-y;
  height: 100%;
  width: 200px;
}


/* Type */
.h1, h1 {
	font-size: 6rem;
	text-transform: uppercase;
}
#jumbo {
	color: #f04f10;
}
.green {
	color: #1cac16;
}

.blue {
	color: #4e78f3;
}

.red {
	color: #ff0000;
}

.row {
	padding-bottom: 20px;
}


/* Nav */
.nav-item {
	padding-bottom: 20px;
}

.nav-item img {
	width: 100px;
}


/* Home */
#home {
	pointer-events: inherit;
}

#home:after {
    content: "";
    position: fixed;
    background: #2656e5;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 10px;
    z-index: 10000;
}

#home:before {
    content: "";
    position: fixed;
    background: #2656e5;
    left: 0;
    right: 0;
    top: 0px;
    height: 10px;
    z-index: 10000;
}

#counter {
	width: 150px;
}

.peek {
	position: absolute;
	display: block;
	right: 30px;
	top: -10px;
	z-index: -1;
}

.saucer {
    position: absolute;
    display: block;
    left: 60px;
    bottom: 240px;
    z-index: -1;
}

.title img {
	height: 70px;
}

#social img {
	display: block;
	margin: 0 auto;
}

.divider {
	width: 500px;
}

#video iframe {
	padding-bottom: 40px;
	width: 100%;
}

#shows ul li {
	font-size: 1.3rem;
	list-style: none;
	padding: 15px;
	margin: 10px;
	letter-spacing: -.02rem;
}

#shows ul li:nth-child(3n+1) {
	border: 1px dashed #1cac16;
}

#shows ul li:nth-child(3n+1) a {
	color: #1cac16;
}

#shows ul li:nth-child(3n+2) {
	border: 1px dashed #4e78f3;
}

#shows ul li:nth-child(3n+2) a {
	color: #4e78f3;
}

#shows ul li:nth-child(3n+3) {
	border: 1px dashed #ff0000;
}

#shows ul li:nth-child(3n+3) a {
	color: #ff0000;
}

#shows ul li .row {
	padding: 0px;
}

#shows ul {
	padding: 0;
}

#shows ul li p {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#bio-pic {
	border: 100px inset #457fb7;
}

#bio {
	position: relative;
}

.social img {
	width: 80px;
	padding: 10px;
}


/* Misc */
.fill {
	width: 100%;
}

.red {
	color: red;
}


/* Secret */
#secret {
	background-color: #000000;
	border: 0px;
}

#girls {
	width: 100%;
	padding-bottom: 40px;
}

.back {
	width: 150px;
	padding-bottom: 40px;
}



/* Hairy World */
#hairy-world {
	background-image: url('../img/bg-cds.jpg');
	border: 0px;
}

#hairy-world img {
	padding: 10px;
}

#pring-prong {
	padding: 60px
}

#pring-prong img {
	padding: 0px;
	border: 50px outset rgba(121, 89, 56, 1);
	border-radius: 100px;
}

.cool-cat {
	height: 200px;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
	#bio-pic {
		border: none;
	}
	.nav-item img {
		padding: 5px;
	}
	.title img {
		height: 50px;
	}
	.social img {
		width: 50px;
		padding: 3px;
	}
	h1, .h1 {
		font-size: 2rem;
		text-align: center;
	}
	.peek {
		width: 60px;
	}
}
