@charset "UTF-8";
/* CSS Document */

html {
    height: 100%;
    background-image: url(i/bg_grey.png); 
}
body {
    height: 100%;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	background-repeat:no-repeat;
	background-position:center top;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(228,231,222,0.2))); 
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1),  rgba(255, 255, 255, 0.8));
	background-attachment: fixed;
	background-image: url(i/galaxyBG-K.png), url(i/galaxyBG-Blur.png);
	background-position: center top, left top;
	background-repeat: no-repeat, no-repeat;
	background-size: auto, 90%;
}

/* FONT STYLES */
h1, h2, h3, h4, h5{
	font-weight: normal;
	border: none;
	font-weight: normal;
	font-family: 'ninfa_serif_semiboldregular', 'Ledger', Times, serif;
}
h1 {
	font-size:13px;
	color:#545f11;
	letter-spacing: 3px;
	text-align: center;
}
h2 {
	font-size:26px;
	color:#8e5a1a;
}
h3, h3 a {
	font-size:16px;
	color:#111111;
	letter-spacing: 0px;
}
h4 {
	font-size:12px;
	color:#e0e4b1;
	letter-spacing: 3px;
}

p {
	font-family: 'Merriweather Sans', Verdana, sans-serif;
	font-size:13px;
	color: #595454;
	font-weight: normal;
	line-height: 18px;
}
a {
	border: 0;
	text-decoration: none;
	color: #545f11;
}


/* THE UNIVERSE */
.container{
	position: relative;
	width: 96%;
	max-width: 860px;
	margin: auto;
	padding: 2%;
/*	border: solid black 1px;*/
}
.eyes {
	position:relative;
	height:180px;
	left:0px;
	margin-bottom: 20px;
/*	background-color: aqua;*/
	margin-left: auto;
	margin-right: auto;
}
.logo {
	position:relative;
	top: 40px;
	margin-left:auto;
	margin-right: auto;
	width:264px;
	height:90px;
/*	background-color: aqua;*/
}


/* -- NAVIGATION --*/
.nav{
	position: relative;
	margin-top: 65px;
	width: auto;
/*	background-color: gray;*/
}
.btn{
	font-size:13px;
	text-align: center;
	font-family: 'ninfa_serif_semiboldregular', 'Ledger', Times, serif;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.btn a{
	color: #545f11;
/*	padding: 18px 20px 18px 20px; */
	padding-left: 2%;
	padding-right: 2%;]
	margin-top: 4px;
	text-decoration: none;
}
.btn a:hover{
	color: #5887dd;
}
.btn .on{
	color:#9f500e;
}


/* HEADLINE */
.vcd{
	position: relative;
	width: auto;
	top:20px;
	margin-bottom: 20px;
}
.vcd h1{
	color: #000000;
	padding:8px 2px 8px 2px;
}

.aboutInfo, .designInfo, .thingInfo{
	text-align: left;
	height: auto;
	padding: 15px 28px 15px 28px;
	-webkit-box-shadow: 2px 2px 5px #999999;
	-moz-box-shadow: 2px 2px 5px #999999;
	color: #e8e8e8;
	background-image: url(i/tranny.jpg);
	background-color: #ffffff;
	background-size: 100%;
	background-repeat: no-repeat;
}
.aboutInfo{
	position: relative;
	z-index: 10;
	max-width: 600px;
}
.aboutInfo h1{
	color: #8e5a1a;
	text-align: left;
}
.designInfo{
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	color: #666666;
}
.thingInfo{
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
/* HOME */




/* ABOUT */
.guess{
	position:relative;
	float: left;
	left: 0px;
	top: 40px;
}
/* floating thing */
.object {
    position: absolute;
    transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out; /** Chrome & Safari **/
    -moz-transition: all 2s ease-in-out; /** Firefox **/
    -o-transition: all 2s ease-in-out; /** Opera **/
}
#floater{
-webkit-animation-name: rotate-head2;
-webkit-animation-duration: 7s;
-webkit-animation-iteration-count: infinite;
-webkit-transform-origin: 0 50%;
}
@-webkit-keyframes rotate-head2{
0%{-webkit-transform:rotate(0deg) translate(0px,0px);}
40%{-webkit-transform:rotate(0deg) translate(0px,8px);}
80%{-webkit-transform:rotate(0deg) translate(0px,15px);}
100%{-webkit-transform:rotate(0deg) translate(0px,0px);}
}
.aboutThing{
	position: absolute;
	top:280px;
	left: 60px;
	z-index: 1;
}
#floater:hover .move-ne {
    transform: translate(350px,-350px);
    -webkit-transform: translate(350px,-350px);
    -o-transform: translate(350px,-350px);
    -moz-transform: translate(350px,-350px);
}


/* services */
.services{
	position: relative;
	min-height: 300px;
	width: 160px;
	min-width: 100px;
/*	background-color: green;*/
	float: left;
	margin-left: 5%;
	margin-top: 40px;
}
.services p{
	font-family: 'Merriweather Sans', Verdana, sans-serif;
	color: #53b0c3;
	font-size: 15px;
	line-height: 26px;
}
.services td{
	color: #53b0c3;
	font-size: 15px;
	font-family: 'Merriweather Sans', Verdana, sans-serif;
	text-align: left;
	line-height: 26px;
}


/* PORTFOLIO */
.subNav{
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	padding-bottom: 15px;
	color: #ffffff;
}
.subNav h3{
	padding-bottom: 15px;
	color: #ffffff;
}
.subs{
	background-color: black;
	color: #ffffff;
	text-transform: capitalize;
	padding: 10px 20px 10px 20px;
}
.theThings{
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	background-color: aqua;
}
.designThing, .illustrationThing, .sculptureThing{
	float: left; 
}


/* DESIGN PORTFOLIO */
.homeSlideshow{
	position: relative;
	top: 0px;
	height: 338px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	-webkit-box-shadow: 2px 2px 5px #999999;
	-moz-box-shadow: 2px 2px 5px #999999;
}
.designfolio {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	width:880px;
	height:420px;
	z-index:0;
}


/* CONTACT */
.contactInfo{
	max-width: 280px;
	height: 110px;
	background-image: url(i/thing.png);
	background-repeat: no-repeat;
}
.contactInfo h1, .contactInfo h2, .contactInfo a{
	text-align: left;
	color: #000000;
	font-size: 14px;
	line-height: 12px;
}
.contactInfo h1{
	letter-spacing: 4px;
}
.contactInfo h2{
	letter-spacing: normal;
}
.kyle{
	position: relative;
	margin-left: 85px;
	top: 17px;
}


/*-- TWITTER --*/
.twitter{
	float: left;
	text-align: left;
	height: auto;
	width: 55%;
	padding:2%;
	max-width: 400px;
/*	margin: 10px 28px 18px 28px; */
	font-weight: normal;
	line-height: 14pt;
	color: #e8e8e8;
	background-color: lime;
/*	padding: 10px;*/
}
.twitter h1{
	letter-spacing: normal;
	text-shadow: none;
	padding: 0px;
}
.twitter h2{
	font-size: 18px;
	text-shadow: none;
	padding: 0px;
}

.twtr-tweet, #tweet-id-1{
	border-bottom:none;
}
.twtr-hd, .twtr-user{
	display:none;
}
.twtr-ft, .twtr-user{
	display:none;
}


/*-- HELL --*/
.tentacles{
	margin-top: 20px;
}
.copyright {
	margin-top:20px;
	height:40px;
	min-width:300px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-top: #ffffff solid 2px;
	/*background-color: #444444; */
}
.copyright h1 {
	text-align: center;
	font-size:9px;
	color: #9f500e;
	font-family: 'ninfa_serif_semiboldregular', 'Ledger', Times, serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	padding-bottom: 20px;
}




@media all and (min-width: 300px) {
.container{
	width: 96%;
	max-width: 300px;
	margin: auto;
	padding: 2%;
}
.aboutInfo{
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.services{
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.services p{
	font-size: 20px;
	line-height: 30px;
}
.services td{
	font-size: 20px;
	line-height: 30px;
}
.contactInfo{
	float: none;
	margin: auto;
}
.contactInfo h1, .contactInfo h2, .contactInfo a{
	font-size: 13px;
}
.kyle{
	position: relative;
	top: 26px;
}
}




@media all and (min-width: 480px) {
.container{
	width: 96%;
	max-width: 480px;
	margin: auto;
	padding: 2%;
}
.aboutInfo{
	float: none;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin: 0;
}
.aboutThing{
	top:780px;
	left: 80px;
}
.services{
	float: right;
	margin-right: 10%;
}
.services p{
	font-size: 15px;
	line-height: 28px;
}
.services td{
	font-size: 15px;
	line-height: 28px;
}
.vcd{
	position: relative;
	width: auto;
	top:20px;
	margin-bottom: 20px;
}
.vcd h1{
	color: #000000;
	padding:8px 2px 8px 2px;
}
.contactInfo{
	float: right;
}
.contactInfo h1, .contactInfo h2, .contactInfo a{
	font-size: 14px;
}
.kyle{
	position: relative;
	top: 17px;
}
}





@media all and (min-width: 704px) {
.container{
	width: 96%;
	max-width: 704px;
	margin: auto;
	padding: 2%;
}
.aboutInfo{
	float: left;
	width: 65%;
	margin-right: 30px;
}
.aboutThing{
	top:280px;
	left: 60px;
}
.services{
	float: left;
	margin-right: 0;
}
.vcd{
	position: relative;
	width: auto;
	top:20px;
	margin-bottom: 20px;
	float: none;
}
.vcd h1{
	color: #000000;
	padding:8px 2px 8px 2px;
}
.contactInfo{
	float: right;
}
}





@media all and (min-width: 860px) {
.container{
	width: 96%;
	max-width: 860px;
	margin: auto;
	padding: 2%;
}
.aboutInfo{
	max-width: 450px;
	margin-left: 15%;
}
.vcd{
	position: relative;
	width: auto;
	top:20px;
	margin-bottom: 20px;
	float: left;
	left: 10px;
}
.vcd h1{
	color: #000000;
	padding:8px 2px 8px 2px;
}
.contactInfo{
	float: right;
}
}

/* TYPEFACES */

@font-face {
    font-family: 'ninfa_serif_semiboldregular';
    src: url('ninfaserif-semibold-webfont.eot');
    src: url('ninfaserif-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('ninfaserif-semibold-webfont.woff') format('woff'),
         url('ninfaserif-semibold-webfont.ttf') format('truetype'),
         url('ninfaserif-semibold-webfont.svg#ninfa_serif_semiboldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}