@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
}
@font-face {
	font-family: Perpetua, Garamond;
}
body, h1, h2, h3, h4, h5 {
	font-family: Perpetua, Garamond;
	font-weight: 300;
}
p {font-family: sans-serif;
}
h1 {
	width: 80%;
	color: #fff;
	font-size: 5.5em;
	margin: 20px auto;
	text-align: center;
}
h2 {
	font-size: 4.5em;
	color: #c0262a;
	text-align: center;
}
h3 {
	margin: 0;
	padding: 0;
	font-size: 3.2em;
	color: black
	text-align: center;
}
h4 {
	font-size: 2.6em;
	padding: 10px 0 10px;
	margin: 0
	text-align: center;
}
h5 {
	font-size: 1.4em;
	font-weight:300;
	margin: 0 auto;
	padding: 10px 0 10px;
	text-align:center;
}
a {
	color:#c0262a;
}
.red {
	color: #c0262a;
}
.intro {
	width: 80%;
	color: #fff;
	font-size: 1.8em;
	line-height: 1.2;
	margin: 0 auto;
	text-align: center;
}
#nav {
	width: 100%;
	height: auto;
	display: block;
	text-align: center;
	margin: 20px 0 70px 0;
}
#nav a {
	color: #fff;
	margin-right: 50px;
	text-decoration: none;
}
#nav a.last {
	margin-right: 0;
}
.logo {
	display: block;
	margin: 0 auto;
}
.hero {
	clear: both;
	height: 750px;
	background: url(images/roses_big.jpg) 50% 50% no-repeat;
	background-size: cover;
	padding: 20px 0 0;
}
.arrow {
	display: block;
	margin: 35px auto 0;
	position: relative;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
}
.arrow {
	-moz-animation-name: bounce;
	-moz-animation-duration: 1.5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: normal;
	-webkit-animation-name: bounce;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
}
/* Things */

#things-content {
	width: 90%;
	padding-top:20px;
	margin: 0 auto 50px;
}
.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}
.ch-grid:after, .ch-item:before {
	content: '';
	display: table;
}
.ch-grid:after {
	clear: both;
}
.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 20px;
}
.ch-img-1 {
	background-image: url(images/1farts.jpg);
	background-size: cover;
}
.ch-img-2 {
	background-image: url(images/2belly.jpg);
	background-size: cover;
}
.ch-img-3 {
	background-image: url(images/4hugs.jpg);
	background-image: cover;
}
.ch-img-5 {
	background-image: url(images/3smart.jpg);
	background-size: cover;
}
.ch-img-6 {
	background-image: url(images/6smellique.jpg);
	background-size: cover;
}
.ch-img-7 {
	background-image: url(images/7engineering.jpg);
	background-size: cover;
}
.ch-img-8 {
	background-image: url(images/8books.jpg);
	background-size: cover;
}
.ch-img-9 {
	background-image: url(images/Koala-Hero.jpg);
	background-size: cover;
}
#graphics_composition {
	background-image: url(images/Composition_edited.gif);
	background-size: cover;
}
.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: inset 0 0 0 0 rgba(200,95,66, 0.4),  inset 0 0 0 16px rgba(255,255,255,0.6),  0 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ch-info {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-backface-visibility: hidden; /*for a smooth font */
}
.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 30px;
	padding: 65px 0 0 0;
	height: 60px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 0 0 1px #fff,  0 1px 2px rgba(0,0,0,0.3);
}
.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}
.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}
.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}
.ch-item:hover {
	box-shadow: inset 0 0 0 110px rgba(200,95,66, 0.4),  inset 0 0 0 16px rgba(255,255,255,0.8),  0 1px 2px rgba(0,0,0,0.1);
}
.ch-item:hover .ch-info {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
/* Quote*/
#quote {
	width: 100%;
	background-color: #eee;
	margin: 0 auto;
}
#quote .container {
	width: 80%;
	padding: 30px 0;
	margin: 0 auto;
}
p.source {
	text-align: right;
	margin-right: 50px;
}
/* About */
#things-content {
	width: 80%;
	clear: both;
	margin: 0 auto 50px;
	overflow: hidden;
}
#things-content p {
/*	font-size: 1.4em;*/
	line-height: 1.5em;
}
.col-group > div {
}
 @media screen and (min-width: 44em) {
.col-group {
	overflow: hidden;
}
.col-group > div {
	float: left;
	width: 47%;
}
.col-group .divider {
	float: left;
	width: 6%;
}
}
/* Image Grid */
#container {
	position: relative;
	background: transparent url(images/light.png) fixed no-repeat center top;
}
.codrops-header-special {
	position: absolute;
	top: 80px;
	left: 0px;
	text-align: left;
}
.codrops-header-special h4 {
	font-size:3.4em;
	padding: 0 0 0 25px;
	color: #fff;
	line-height: 2.4em;
	background: #000;
	background: rgba(0,0,0,0.8);
}
.codrops-header-special p {
	background: #000;
	background: rgba(0,0,0,0.8);
	display: inline-block;
	font-size: 32px;
	line-height: 32px;
	padding: 20px;
	color: #fff;
	text-shadow: 0 0 1px #fff;
}
.ri-grid {
	margin: 30px auto 0;
	position: relative;
	height: auto;
}
.ri-grid ul {
	list-style: none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
/* Clear floats by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */

.ri-grid ul:before, .ri-grid ul:after {
	content: '';
	display: table;
}
.ri-grid ul:after {
	clear: both;
}
.ri-grid ul {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.ri-grid ul li {
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-o-perspective: 400px;
	-ms-perspective: 400px;
	perspective: 400px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	display: block;
	overflow: hidden;
	background: #000;
}
.ri-grid ul li a {
	display: block;
	outline: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #333;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
/* Grid wrapper sizes */
.ri-grid-size-1 {
	width: 55%;
}
.ri-grid-size-2 {
	width: 100%;
}
.ri-grid-size-3 {
	width: 100%;
	margin-top: 0px;
}
/* Shadow style */
.ri-shadow:after, .ri-shadow:before {
	content: "";
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left: 10px;
	width: 50%;
	height: 20%;
	max-width: 300px;
	max-height: 100px;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.ri-shadow:after {
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}
.ri-grid-loading:after, .ri-grid-loading:before {
	display: none;
}
.ri-loading-image {
	display: none;
}
.ri-grid-loading .ri-loading-image {
	position: relative;
	width: 30px;
	height: 30px;
	left: 50%;
	margin: 100px 0 0 -15px;
	display: block;
}
.tweet {
	width:80%;
	margin:50px auto 0;
	overflow:hidden;
	word-wrap:break-word;
}
.tweet_list {
	margin:0;
	padding:0;
}
.tweet_list li {
	background-color:rgba(0,0,0,0.8);
	color:#fff;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0.5em;
	list-style-type: none;
	word-wrap:break-word;
}
.tweet_time a {
	color:#666 !important;
	display:block;
	font-size:1.4em;
	text-decoration:none;
}
.tweet_join {
	display:none;
}
.tweet_text {
	font-size:2.4em;
	word-wrap:break-word;
}
.tweet_list li a {
	color: #c0262a;
	word-wrap:break-word;
}

/* Contact */		
#contact-content {
	margin:0 auto 100px;
	width:90%;
}
#contact-content h4 {
	font-size:2.4em;
	text-align:center;
}

/* Navigation */

.nav-container { margin-bottom: 2em; width:100%;margin-right:0; margin-top:2em; }

nav {
	z-index: 42;

	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	
	width: 100%;
	padding: 0;
	margin:0;
	
	background: rgba(256,256,256,1.0);
	filter: alpha(opacity=80); /* IE6-IE8 */
	position: relative;
}
nav ul {
	margin:0 auto;
	padding:0;
	text-align:center;
}
nav li {
	display: inline;
	list-style: none;
}

nav li a {
	text-decoration: none;
	font-size: 1.2em;
	color: #cc0000;
	font-weight:300;
	display: inline-block;
	width: 5em; text-align: center;
	padding: .5em 1em;
	
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

nav li a:hover,
nav li a.selected {
	color: #fff;
	background: #ff6666;
}

 
/*clearfix*/    
.wrapper:before,
.wrapper:after {
	content: '';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	clear: both;
	zoom: 1 
}

.sticky {
	position: fixed;
	top: 0;
	
	animation:thedrop 1s 1;
	-moz-animation:thedrop 1s 1;
	-webkit-animation:thedrop 1s 1;
}

/* Bounce Animation */

@-moz-keyframes bounce {
 45% {
 top:40px;
}
}
 @-webkit-keyframes bounce {
 45% {
 top:40px;
}
}
/* Media queries */
	
	@media only screen and (min-width: 1100px) {
body {
	font-size: 100%;
}
.wrap {
	max-width: 770px;
}
}
 @media only screen and (max-width: 800px) {
h1 {
	font-size: 4.4em;
}
p.intro {
	font-size: 1.8em;
}
#things-content {
	width: 100%;
}
.hero {
	height: 650px;
}
#about-content p {
	font-size:1.1em;
}
h5 {
	font-size:1.2em;
}
}
 @media only screen and (max-width: 640px) {
h1 {
	font-size: 2.2em;
}
p.intro {
	font-size: 1.4em;
}
#things-content {
	width: 100%;
}
#nav {
	font-size: 80%;
}
.hero {
	height: 550px;
}
p {
	font-size: 1.1em;
}
h4 {
	font-size: 1.8em;
}
h5 {
	font-size:0.8em;
}
h2 {
	font-size:2.1em;
}
#contact-content h4 {
	font-size:1.4em;
}
.tweet {
	font-size:50%;
	word-wrap:break-word;
	overflow:hidden;
}
 }