@charset "utf-8";
/* CSS Document */

body {
	background:url(../img/background.png) repeat;
	font-family: 'Josefin Sans', sans-serif;
	font-size:62.5%;
	
	font-weight:300;
}

#body-wrap {
	width:95%;
	margin-left:5%;
}
section {
	height: 100vh;
	width:100%;
	clear:both;
	overflow:auto;
}

section:before {
  content: '';
  display: inline-block;
  height: 100%; 
  margin-left: -.35em; 
  vertical-align: middle;
 }
 
.content-wrap {
  display: inline-block;
  margin-left:2.5%;
  width: 95%;
  vertical-align: middle;
}

h1 {
	font-weight:300;
	font-size:9.6em;
	width:90%;
	line-height:140%;
}

h2 {
	font-size:8.6em;
	font-weight:300;
	line-height:120%;
	clear:left;
	margin: 0 0;
}

nav {
	font-size:2.7em;
	font-weight: 600;
	margin-left:2.5%;
	text-transform: uppercase;
	position:fixed;
	bottom:15px;
	z-index:3;
}

nav li {
	float:left;
	margin-right:40px;
	text-shadow:1px 1px #ccc;
}

.nav-indent {
	display: block;
	margin-top: 16px;
}

.work-image {
	width:22.5%;
	margin-right:2%;
	margin-bottom:20px;
	float:left;
}

.work-image img {
	width:100%;
	max-width:315x;
}

.work-image a {
	opacity:.9;
}
.work-image a:hover {
	opacity:1;
}

p {
	font-size:1.7em;
	margin-top:0;
	font-weight:400;
	
}

.about-body {
	width:34%;
	float:left;
	font-size: 1.6em;
	margin-right:2%;
	font-weight:400;
	line-height:140%;
}

.about-body a {
	text-decoration: underline;
}

.about-photo {
	text-align:-50px;
	background:url(../img/about-portrait.jpg) no-repeat;
	background-position:center;
	background-size:auto 100%;
	height:400px;
	float:right;
	width:25%;
}

.contacticons {
	margin-right:10px;
	margin-bottom:20px;
}

.contact-body {
	font-size:2.2em;
}





.work-main-div {
	width:100%;
	z-index:1;
	height:680px;
}

.work-bottom-div {
	width:100%;
	z-index:1;
	height:680px;
	clear:both;
	
	
}

img.work-main-image {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.work-sub {
	width:65%;
	max-width:1000px;
	margin-left: 400px;
	float:right;
}

.work-head {
	margin-left:2%;
	display:block;
	z-index:2;
	position:fixed;
	top:0px;
}

#work-body {
	width:31%;
	margin-right:2%;
	float:left;
	margin-left:2%;
	display:block;
	z-index:-2;
	position:fixed;
	top:120px;
}

#work-body-top {
	width:31%;
	margin-right:2%;
	float:left;
	margin-left:2%;
	display:block;
	z-index:-2;
	position:fixed;
	top:50px;
}

.display-small-mobile {
	display: none;
}




h6 {
	font-size:1.6em;
	margin:5px;
}

h3 {
	font-size:2.4em;
}

article {
	width:31%;
	float:left;
	margin-right:2%;
}

article img {
	width:100%;
}

article p a {
	text-decoration:underline;
}

.hidden-small {
	display: block;
}





.bcloser-main {
	background:url(../img/bcloser-1-back.png) repeat;
}

.bcloser-sub {
	background-color:#00b5a7;
	display:block;
	z-index:-1;
}

.crane-main {
	background:url(../img/crane-4.jpg);
}

.snow-main {
	background:url(../img/snow-1.jpg);
}

.soogar-main {
	background:url(../img/soogar-1-back.jpg) repeat;
}

.soogar-sub {
	background:url(../img/soogar-4-back.png);
}

.curio-main {
	background:url(../img/curio-1.jpg) repeat;
}

.threshold-main {
	background:url(../img/threshold-1.jpg) repeat;
}

.black-sub {
	background:#000;
}

.tonik-main {
	background:url(../img/tonik-1.jpg);
}



.tonik-sub {
	background:url(../img/tonik-5.jpg);
	background-size:cover; 
}

.mummy-main {
	background:url(../img/mummy-0.jpg);
}

.mummy-sub {
	background-color:#ffffee;
}

.creativ-main {
	background-image:url(../img/creativ-0.jpg);
	background-size:cover;
}

.ux-main {
	background-image:url(../img/ux-0.jpg);
	background-size:cover;
}

.weeks-main {
	background-image:url(../img/52weeks-1.jpg);
	background-size:cover;
}

.work-main {
	width:100%;
	max-height:780px;
	background-size:cover; 
}

/* CHOP SHOP */
/* Header */

.header-unit-logo {
	margin-top:15%;
	display:block;
	width:50%;
	max-width:360px;
	z-index:999;
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	left:0;
	right:0;
	
}

.header-unit {
  height: 100%;
  width:100%;
  display:block;
  margin-bottom:55%;
  background-image: url(../img/houl.jpg);
}

/* Video */

#video-container {
	z-index:600;
	top:0%;
	left:0%;
	height:100%;
	width:100%;
	overflow: hidden;
	
}

video {
	position:absolute;
	z-index:600;
	
}

video.fillWidth {
	width: 100%;
}

/* STELLARIS */

header {
  background-color: #ffdc78;
  background-image: url(http://elssan.com/hosting/stellaris/_/img/sunset.png);
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 100vh;
}