@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body, html{
		overflow:hidden;
}
/* Font */
body { 
	background-color:hsla(0,0%,100%,0.00);
	
	color: darkgray;
}

 h3{
	font-family: "Birch Std";
	 font-stretch: condensed;
	font-size: 500%;
		
}
 h4{
	font-family: "Birch Std";
	 font-stretch: condensed;
	font-size: 300%;
		
}
 p{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-style: normal;
	font-weight: 200;
	font-stretch: semi-expanded;
	font-size: 200%;
	
}









/*  links */
ul {list-style-type:none;
	}
li{list-style: none;
	font-size: 150%}
a{
	text-decoration:none;
	}
a:link {
		color:#333;
}

a:visited {
	color:#333;
}
a:focus {
	color:#000;
}
a:hover {
	color:#CCC;
}
a:avtive {
	color:#333;
}



#my-wrapper{
	position: inherit;
	height: 100%;
	width: 100%;
}

#menu-tab img{
	position: fixed;
	height: 23%;
	width:6%;
	left: 0;
	top:0;
}
#menu-png {
		position:fixed;
		top:30%;
		left:1%;
	    height: 23%;
}


a#penlogo img{
		height:23%;
		top: 1%;
		left:6%;
		position:fixed;
		z-index:5;
		
		
		
}

/* Social */

#facebook img{
		position:fixed;
		width:3%;
		right:1%;
		top:1%;
		z-index:2;
}

#instagram img{
		position:fixed;
		width:3%;
		right:5%;
		top:1%;
		z-index:2;
		
}

#twitter img{
		position:fixed;
		width:3%;
		right:9%;
		top:1%;
		z-index:2;
		
}		
#tumblr img{
		position:fixed;
		width:3%;
		right:13%;
		top:1%;
		z-index:2;
		
}

#gallery{
	height: 100%;
	width: 98%;
	left: 1%;
}



.scroll {
		position:absolute;
		height:100%;
		width:98%;
		color:hsla(0,0%,0%,0.50);
		top:30%;
		left:1%;
		z-index:0;
}
.scroll img {
		height: 100%;
}
#sec-1	{
	position:absolute;
	top:200%;
	height:100%;
	width:100%;
	z-index:0
	
}



#makeMeScrollable img{
		height: 100%;
}

		#makeMeScrollable
		{
			width:100%;
			height: 60%;
			position: relative;
		}
		
		/* Replace the last selector for the type of element you have in
		   your scroller. If you have div's use #makeMeScrollable div.scrollableArea div,
		   if you have links use #makeMeScrollable div.scrollableArea a and so on. */
		#makeMeScrollable div.scrollableArea a
		{
			position: relative;
			float: left;
			height:100%;
			margin: 0;
			padding: 0;
			
			/* If you don't want the images in the scroller to be selectable, try the following
			   block of code. It's just a nice feature that prevent the images from
			   accidentally becoming selected/inverted when the user interacts with the scroller. */
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-o-user-select: none;
			user-select: none;
		}
	

#makeMeScrollable div.scrollableArea *
{
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	/* If you don't want the images in the scroller to be selectable, try the following
		block of code. It's just a nice feature that prevent the images from
		accidentally becoming selected/inverted when the user interacts with the scroller. */
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}





/* Style the text boxes */


/* <footer id="small-print" copy right information */
#small-print {
	background-color:hsla(0,0%,0%,0.00);
	position:fixed;
	height:7%;
	bottom:0%;
	width:100%;
	z-index:3;
	
}


 #footer{clear:both;
 }
 #copy{font-size:12px; color:hsla(0,0%,5%,1.00);
 		text-align: center;
		position:fixed;
		bottom:2%;
		left:43%;
		
		}
		
#contactform{
	position: inherit;
	width: 100%;
	height: 100%;
}

/* Tooltip container */
.tooltip3 {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}
/* Tooltip text */
.tooltip3 .tooltiptext3 {
    visibility: hidden;
    width: 400%;
	height: 1500%;
    background-color: rgb(215, 215, 215);
    text-align: left;
    padding: 0px 0;
    border-radius:0;
	font-size: small;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
	bottom: 100%;
	left: -300%;
    
    /* Use half of the width (120/2 = 60), to center the tooltip */
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip3:hover .tooltiptext3 {
    visibility: visible;
}


#slideout3 {
	position:fixed;
	bottom:3%;
	font-size:14px;
	right:2%;

}

  

    

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) and (orientation : portrait  ) {
li{list-style: none;
	font-size: 250%}
#my-wrapper{
	position: inherit;
	height: 100%;
	width: 100%;
}

#menu-tab img{
	position: fixed;
	height: 10%;
	width:5%;
	left: 0;
	top:0;
}
#menu-png {
		position:fixed;
		top:30%;
		left:1%;
	    height: 23%;
}


a#penlogo img{
		height:10%;
		top: 1%;
		left:5%;
		position:fixed;
		z-index:5;
		
		
		
}

/* Social */

#facebook img{
		position:fixed;
		width:8%;
		right:1%;
		top:1%;
		z-index:2;
}

#instagram img{
		position:fixed;
		width:8%;
		right:9%;
		top:1%;
		z-index:2;
		
}

#twitter img{
		position:fixed;
		width:8%;
		right:17%;
		top:1%;
		z-index:2;
		
}		
#tumblr img{
		position:fixed;
		width:8%;
		right:26%;
		top:1%;
		z-index:2;
		
}

#gallery{
	height: 100%;
	width: 98%;
	left: 1%;
}



.scroll {
		position:absolute;
		height:70%;
		width:98%;
		color:hsla(0,0%,0%,0.50);
		top:15%;
		left:1%;
		z-index:0;
}
.scroll img {
		height: 100%;
}
#sec-1	{
	position:absolute;
	top:200%;
	height:100%;
	width:100%;
	z-index:0
	
}



#makeMeScrollable img{
		height: 100%;
}

		#makeMeScrollable
		{
			width:100%;
			height: 60%;
			position: relative;
		}
		
		/* Replace the last selector for the type of element you have in
		   your scroller. If you have div's use #makeMeScrollable div.scrollableArea div,
		   if you have links use #makeMeScrollable div.scrollableArea a and so on. */
		#makeMeScrollable div.scrollableArea a
		{
			position: relative;
			float: left;
			height:100%;
			margin: 0;
			padding: 0;
			
			/* If you don't want the images in the scroller to be selectable, try the following
			   block of code. It's just a nice feature that prevent the images from
			   accidentally becoming selected/inverted when the user interacts with the scroller. */
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-o-user-select: none;
			user-select: none;
		}
	

#makeMeScrollable div.scrollableArea *
{
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	/* If you don't want the images in the scroller to be selectable, try the following
		block of code. It's just a nice feature that prevent the images from
		accidentally becoming selected/inverted when the user interacts with the scroller. */
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}





/* Style the text boxes */


/* <footer id="small-print" copy right information */
#small-print {
	background-color:hsla(0,0%,0%,0.00);
	position:fixed;
	height:20%;
	bottom:0%;
	width:100%;
	z-index:3;
	
}


 #footer{clear:both;
 }
 #copy{font-size:18px; color:hsla(0,0%,5%,1.00);
 		text-align: left;
		position:fixed;
		bottom:2%;
		left:5%;
		
		}
		
#contactform{
	position: inherit;
	width: 100%;
	height: 100%;
}

/* Tooltip container */
.tooltip3 {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}
/* Tooltip text */
.tooltip3 .tooltiptext3 {
    visibility: hidden;
    width: 300%;
	height: 750%;
    background-color: rgb(215, 215, 215);
    text-align: left;
    padding: 0px 0;
    border-radius:0;
	font-size: small;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
	bottom: 100%;
	left: -150%;
    
    /* Use half of the width (120/2 = 60), to center the tooltip */
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip3:hover .tooltiptext3 {
    visibility: visible;
}


#slideout3 {
	position:fixed;
	bottom:3%;
	font-size:30px;
	right:2%;

}
    }
 /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) and (orientation : landscape  )  {
li{list-style: none;
	font-size: 250%}
#my-wrapper{
	position: inherit;
	height: 100%;
	width: 100%;
}

#menu-tab img{
	position: fixed;
	height: 15%;
	width:6%;
	left: 0;
	top:0;
}
#menu-png {
		position:fixed;
		top:30%;
		left:1%;
	    height: 23%;
}


a#penlogo img{
		height:15%;
		top: 1%;
		left:6%;
		position:fixed;
		z-index:5;
		
		
		
}

/* Social */

#facebook img{
		position:fixed;
		width:10%;
		right:1%;
		top:1%;
		z-index:2;
}

#instagram img{
		position:fixed;
		width:10%;
		right:12%;
		top:1%;
		z-index:2;
		
}

#twitter img{
		position:fixed;
		width:10%;
		right:23%;
		top:1%;
		z-index:2;
		
}		
#tumblr img{
		position:fixed;
		width:10%;
		right:34%;
		top:1%;
		z-index:2;
		
}

#gallery{
	height: 100%;
	width: 98%;
	left: 1%;
}



.scroll {
		position:absolute;
		height:100%;
		width:98%;
		color:hsla(0,0%,0%,0.50);
		top:30%;
		left:1%;
		z-index:0;
}
.scroll img {
		height: 100%;
}
#sec-1	{
	position:absolute;
	top:200%;
	height:100%;
	width:100%;
	z-index:0
	
}



#makeMeScrollable img{
		height: 100%;
}

		#makeMeScrollable
		{
			width:100%;
			height: 60%;
			position: relative;
		}
		
		/* Replace the last selector for the type of element you have in
		   your scroller. If you have div's use #makeMeScrollable div.scrollableArea div,
		   if you have links use #makeMeScrollable div.scrollableArea a and so on. */
		#makeMeScrollable div.scrollableArea a
		{
			position: relative;
			float: left;
			height:100%;
			margin: 0;
			padding: 0;
			
			/* If you don't want the images in the scroller to be selectable, try the following
			   block of code. It's just a nice feature that prevent the images from
			   accidentally becoming selected/inverted when the user interacts with the scroller. */
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-o-user-select: none;
			user-select: none;
		}
	

#makeMeScrollable div.scrollableArea *
{
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	/* If you don't want the images in the scroller to be selectable, try the following
		block of code. It's just a nice feature that prevent the images from
		accidentally becoming selected/inverted when the user interacts with the scroller. */
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}





/* Style the text boxes */


/* <footer id="small-print" copy right information */
#small-print {
	background-color:hsla(0,0%,0%,0.00);
	position:fixed;
	height:7%;
	bottom:0%;
	width:100%;
	z-index:3;
	
}


 #footer{clear:both;
 }
 #copy{font-size:12px; color:hsla(0,0%,5%,1.00);
 		text-align: center;
		position:fixed;
		bottom:2%;
		left:43%;
		
		}
		
#contactform{
	position: inherit;
	width: 100%;
	height: 100%;
}

/* Tooltip container */
.tooltip3 {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}
/* Tooltip text */
.tooltip3 .tooltiptext3 {
    visibility: hidden;
    width: 400%;
	height: 1500%;
    background-color: rgb(215, 215, 215);
    text-align: left;
    padding: 0px 0;
    border-radius:0;
	font-size: small;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
	bottom: 100%;
	left: -300%;
    
    /* Use half of the width (120/2 = 60), to center the tooltip */
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip3:hover .tooltiptext3 {
    visibility: visible;
}


#slideout3 {
	position:fixed;
	bottom:3%;
	font-size:14px;
	right:2%;

}
    }
   