 @font-face {
 font-family: 'chunkfive';
 src: url('fonts/geosanslight-webfont.eot');
 src: url('fonts/geosanslight-webfont.woff') format('woff'), url('fonts/geosanslight-webfont.ttf') format('truetype'), url('fonts/geosanslight-webfont.svg#webfontNwkXRkFW') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face { 
 font-family: 'prest';
 src: url('fonts/geosanslight-webfont.eot');
 src: url('fonts/geosanslight-webfont.woff') format('woff'), url('fonts/geosanslight-webfont.ttf') format('truetype'), url('fonts/geosanslight-webfont.svg#webfontNwkXRkFW') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family:  'p3';
src: url('fonts/choko-webfont.eot'); 
src: url('fonts/choko-webfont.woff') format('woff'), url('fonts/choko-webfont.ttf') format('truetype'), url('fonts/choko-webfont.svg#webfontNwkXRkFW') format('svg'); 
font-weight: normal; 
font-style: normal; 
}

/**
 * Animations
 */


@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInLeftk {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeftk {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeftk {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

.fromTopIn
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: translate(0,0);
	opacity: 1.0;
}

.fromTopOut
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: translate(0,-10px);
	opacity: 0.0;
}

.fromBottomIn
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: translate(0,0);
	opacity: 1.0;
}

.fromBottomOut
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: translate(0,10px);
	opacity: 0.0;
}

.fromLeftIn
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: translate(0,0);
	opacity: 1.0;
}

.fromLeftOut
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: translate(-10px,0);
	opacity: 0.0;
}

.fromRightIn
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: translate(0,0);
	opacity: 1.0;
}

.fromRightOut
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: translate(10px, 0);
	opacity: 0.0;
}

.scaleUpIn
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: scale(1.0,1.0);
	opacity: 1.0;
}

.scaleUpOut
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: scale(1.3,1.3);
	opacity: 0.0;
}

.scaleDownIn
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: scale(1.0,1.0);
	opacity: 1.0;
}

.scaleDownOut
{
	transition: transform 1.0s ease, opacity 1.0s ease;
	
	transform: scale(0.7,0.7);
	opacity: 0.0;
}


/**
 * Basic layout, for animation examples, check demo.css
 */
html, body
{
	margin: 0;
	padding: 0;
}

body
{
	background: #000;
	color: #000000;
	font-size: 22px;
	line-height: 33px;
	
	text-align: center;
}
.block1
{
	background: #111;
}
a
{
	color: #d7e7f3;
	text-decoration: none;
	font-weight: 500;
	
	transition: color 0.25s ease;
}
#nr {	position: relative;
height: auto;

	background-color:  #000000;
}
a:hover
{
	color: #fff;
}

h1
{
	font-size: 36px;
	font-weight: bolder;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: normal;
	font-family: p3;
	-webkit-font-smoothing: subpixel-antialiased;
}

h2
{	font-weight: normal;
	color: #FFFFFF;
	font-size: 36px;
	font-family: p3;
	line-height: 36px;
	padding: 20px;
	letter-spacing: 1px;
}

h3
{
	font-size: 30px;
	font-weight: 200;
	letter-spacing: 1px;
	text-transform: none;
	line-height: 1.5;
	font-family: p3; 
}

h4
{
	font-size: 36px;
	font-weight: 200;
	letter-spacing: 1px;
	text-transform: none;
	line-height: 1.5;
	font-family: p3; 
}
div.block
{
	position: relative;
	padding: 20% 15% 15% 15%;
	margin-top: 0px;
	top: 0px;
	margin: 0px;
	bottom: 0px;
}
div.block h1 {
	color: #ffffff;
}
div.block h2 {
	color: #ffffff;
}
div.block svg
{
	position: absolute;
	bottom: 50px;
	width: 30px;
	
	animation: chevronAnimation 4s ease-in-out 0s infinite;
}

div.block:nth-child(1n)
{
 
background: #222;
}

div.block:nth-child(2n)
{
 background: #111;
}

div.block svg path
{
	fill: #333;
}

div.block:nth-child(3n)
{
height: 400px;
background: #222;
}


/**
 * Simple keyframes animation for the chevron on the first slide
 */
@keyframes chevronAnimation {
	0% {
		transform: translate(0,0) scale(1.0,1.0);
	}
	50% {
		transform: translate(0,5px) scale(0.8,0.8);
	}
	100% {
		transform: translate(0,0) scale(1.0,1.0);
	}
}

/**
 * Responsiveness
 */
@media screen and (max-width: 1000px)
{	
	body
	{
		font-size: 18px;
		line-height: 27px;
	}
}




@media screen and (max-width: 800px)
{	
	h1 
	{font-size: 30px;
		line-height: 34px;
		display: block;
	}
	
	div.block
	{
	
	}
}

@media screen and (max-width: 420px)
{	
	body
	{
		font-size: 12px;
		line-height: 24px;
	}
}

@media screen and (max-width: 360px)
{	
	h1
	{
		font-size: 3em;
	}
	h3
	{
		font-size: 3em;
	}}
