/* Fonts */

@font-face {
  font-family: 'graphik-regular';
  src: url('/fonts/hinted-Graphik-Regular.eot');
  src: url('/fonts/hinted-Graphik-Regular.eot?#iefix') format('embedded-opentype'),
       url('/fonts/hinted-Graphik-Regular.woff2') format('woff2'),
       url('/fonts/hinted-Graphik-Regular.woff') format('woff'),
       url('/fonts/hinted-Graphik-Regular.ttf') format('truetype'),
       url('/fonts/hinted-Graphik-Regular.svg') format('svg');
}

@font-face {
  font-family: 'graphik-medium';
  src: url('/fonts/hinted-Graphik-Medium.eot');
  src: url('/fonts/hinted-Graphik-Medium.eot?#iefix') format('embedded-opentype'),
       url('/fonts/hinted-Graphik-Medium.woff2') format('woff2'),
       url('/fonts/hinted-Graphik-Medium.woff') format('woff'),
       url('/fonts/hinted-Graphik-Medium.ttf') format('truetype'),
       url('/fonts/hinted-Graphik-Medium.svg') format('svg');
}

@font-face {
  font-family: 'graphik-semibold';
  src: url('/fonts/hinted-Graphik-Semibold.eot');
  src: url('/fonts/hinted-Graphik-Semibold.eot?#iefix') format('embedded-opentype'),
       url('/fonts/hinted-Graphik-Semibold.woff2') format('woff2'),
       url('/fonts/hinted-Graphik-Semibold.woff') format('woff'),
       url('/fonts/hinted-Graphik-Semibold.ttf') format('truetype'),
       url('/fonts/hinted-Graphik-Semibold.svg') format('svg');
}

@font-face {
  font-family: 'graphik-bold';
  src: url('/fonts/hinted-Graphik-Bold.eot');
  src: url('/fonts/hinted-Graphik-Bold.eot?#iefix') format('embedded-opentype'),
       url('/fonts/hinted-Graphik-Bold.woff2') format('woff2'),
       url('/fonts/hinted-Graphik-Bold.woff') format('woff'),
       url('/fonts/hinted-Graphik-Bold.ttf') format('truetype'),
       url('/fonts/hinted-Graphik-Bold.svg') format('svg');
}

@font-face {
  font-family: 'graphik-black';
  src: url('/fonts/hinted-Graphik-Black.eot');
  src: url('/fonts/hinted-Graphik-Black.eot?#iefix') format('embedded-opentype'),
       url('/fonts/hinted-Graphik-Black.woff2') format('woff2'),
       url('/fonts/hinted-Graphik-Black.woff') format('woff'),
       url('/fonts/hinted-Graphik-Black.ttf') format('truetype'),
       url('/fonts/hinted-Graphik-Black.svg') format('svg');
}

@font-face {
  font-family: 'graphik-super';
  src: url('/fonts/hinted-Graphik-Super.eot');
  src: url('/fonts/hinted-Graphik-Super.eot?#iefix') format('embedded-opentype'),
       url('/fonts/hinted-Graphik-Super.woff2') format('woff2'),
       url('/fonts/hinted-Graphik-Super.woff') format('woff'),
       url('/fonts/hinted-Graphik-Super.ttf') format('truetype'),
       url('/fonts/hinted-Graphik-Super.svg') format('svg');
}

/* Body */
body,div,ul,li,h1,h2,h3,h4,h5,h6 { 
margin:0;
padding:0;
}

html,body {
margin:0;
padding:0;
}

ul {
list-style:none;
}

h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}

/* General Demo Style */
body{
font-family:;
background: #000000;
font-size: 15px;
color: #ffffff;
overflow-y: scroll;
overflow-x: hidden;
}

.ie7 body{
overflow:hidden;
}

.container{
position: absolute;
text-align: left;
}

.intro_text {
position:absolute;
font-family:graphik-bold;
font-size: 85px;
line-height: 90px;  
margin-top: 40px;
margin-left: 30px;
width: 600px;
color:#000000;
}
	
b.typer {
font-family:graphik-bold;
}

a {
text-decoration: none;
color:#000000;
}

a:hover {
text-decoration: none;
}

.intro_text, b.typer, a {
-webkit-animation-name: example; /* Chrome, Safari, Opera */
-webkit-animation-duration: 32s; /* Chrome, Safari, Opera */
-webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
animation-name: example;
animation-duration: 32s;
animation-iteration-count: infinite;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes example {
0%   	{color:#ffffff;}
12.5%	{color:#ffffff;}
25%		{color:#000000;}
37.5%	{color:#000000;}
50%		{color:#ffffff;}
62.5%	{color:#000000;}
75.5%	{color:#000000;}
87.5%	{color:#000000;}
100%	{color:#ffffff;}
}

/* Standard syntax */
@keyframes example {
0%   	{color:#ffffff;}
12.5%	{color:#ffffff;}
25%		{color:#000000;}
37.5%	{color:#000000;}
50%		{color:#ffffff;}
62.5%	{color:#000000;}
75.5%	{color:#000000;}
87.5%	{color:#000000;}
100%	{color:#ffffff;}
}



/* bio */
.menu-icon {
width: 54px;
height: 54px;
margin-left: 30px;
margin-bottom: 30px;
position: absolute;
bottom: 0px;
left: 0px;
border-radius: 50%;
z-index: 10;
}

.menu-icon span {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 22px;
height: 2px;
background-color: #ffffff;
}

.menu-icon span:before, .menu-icon span:after {
content: "";
background-color: #ffffff;
width: 16px;
height: 2px;
position: absolute;
top: 10;
left: 0;
transform: translateY(-6px);
transition: transform 0.125s;
}

.menu-icon span:after {
  transform: translateY(6px);
}

.menu-icon:hover span:before {
  transform: translateY(-8px);
}

.menu-icon:hover span:after {
  transform: translateY(8px);
}

.menu-icon-cross {
  background-color: #000000;
  transition: transform 0.25s;
}

.menu-icon-cross span::before, .menu-icon-cross span::after {
  transform-origin: 50% 50%;
}

.menu-icon-cross span {
  transition: background 0.25s, transform 0.25s;
}

.menu-icon-cross svg {
  fill: transparent;
  stroke-width: 2px;
  stroke: #fff;
  stroke-dashArray: 165;
  stroke-dashOffset: 165;
  transition: stroke-dashOffset 0.5s, fill 0.25s;
}

.menu-icon-cross.isOpen {
  transform: rotate(180deg);
}

.menu-icon-cross.isOpen span {
  background: transparent;
}

.menu-icon-cross.isOpen span:before {
width: 22px;
transform: translateY(0) rotate(45deg);
}

.menu-icon-cross.isOpen span:after {
width: 22px;
transform: translateY(0) rotate(-45deg);
}

.menu-icon-cross.isOpen svg {
  stroke-dashOffset: 0;
}

.menu-icon-cross.isOpen:hover svg {
  fill: rgba(255, 255, 255, 0.1);
}

.black_box{
    background: #000000;
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin-bottom: 0px;
    transition: all .0625s;
    z-index: 8;
}

.black_box.open{
    width: 100%;
    height: 100%;
    bottom: 0;
    margin-bottom: 0px;
    left: 0;
    margin-left: 0px;
    background: #000000;
    z-index: 8;
}

.logo{
position:absolute;
font-family:graphik-bold;
color: rgba(255, 0, 0, .0);
font-size: 85px;
margin-top: 38px;
margin-left: 30px;
visibility: hidden;
transition: all .5s;
z-index: 9;
}

.logo.show{
position:absolute;
font-family:graphik-bold;
color: rgba(255, 255, 255, 1.0);
font-size: 85px; 
margin-top: 38px;
margin-left: 30px;
visibility: visible;
z-index: 9;
}

.bio{
position:absolute;
font-family:graphik-regular;
color: rgba(255, 0, 0, .0);
font-size: 25px;
line-height: 28px;
margin-top: 200px;
margin-left: 30px;
padding-right: 60px;
visibility: hidden;
transition: all .125s;
z-index: 9;
}

.bio.show2{
position:absolute;
font-family:graphik-regular;
color: rgba(255, 255, 255, 1.0);
font-size: 25px;
line-height: 28px;
margin-top: 180px;
margin-left: 30px;
padding-right: 60px;
visibility: visible;
z-index: 9;
}


/* Media Queries */
/* ipads  (landscape) no image needed ----------- */
@media only screen and (max-width: 1024px) { 
	
}




/* ipads  (portrait) ----------- */
@media only screen and (max-width: 768px) {
	
}




/* iphone  (landscape) no image needed ----------- */
@media only screen and (max-width: 670px) {
	
}




/* iphone  (portrait) ----------- */
@media only screen and (max-width: 375px) {
	
}



























