/*@font-face {
    font-family: 'fff_tusjbold';
    src: url('ffftusj_bold/FFF_Tusj-webfont.eot');
    src: url('ffftusj_bold/FFF_Tusj-webfont.eot?#iefix') format('embedded-opentype'),
         url('ffftusj_bold/FFF_Tusj-webfont.woff') format('woff'),
         url('ffftusj_bold/FFF_Tusj-webfont.ttf') format('truetype'),
         url('ffftusj_bold/FFF_Tusj-webfont.svg#fff_tusjbold') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'finger_paintregular';
    src: url('webfontkit/fingerpaint-regular-webfont.eot');
    src: url('webfontkit/fingerpaint-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfontkit/fingerpaint-regular-webfont.woff') format('woff'),
         url('webfontkit/fingerpaint-regular-webfont.ttf') format('truetype'),
         url('webfontkit/fingerpaint-regular-webfont.svg#finger_paintregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'barrioregular';
    src: url('webfontkit/barrio-regular-webfont.eot');
    src: url('webfontkit/barrio-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfontkit/barrio-regular-webfont.woff') format('woff'),
         url('webfontkit/barrio-regular-webfont.ttf') format('truetype'),
         url('webfontkit/barrio-regular-webfont.svg#barrioregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poetsenoneregular';
    src: url('webfontkit/poetsenone-regular-webfont.eot');
    src: url('webfontkit/poetsenone-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfontkit/poetsenone-regular-webfont.woff') format('woff'),
         url('webfontkit/poetsenone-regular-webfont.ttf') format('truetype'),
         url('webfontkit/poetsenone-regular-webfont.svg#poetsenoneregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
  width:100%;
  height:100%;
  padding:0;
  margin:0;
  overflow-x:hidden;
}

body {
	font-family: 'poetsenoneregular', Helvecita, arial, verdana, sans-serif;
	font-size: 1.3em;
}

#skrollr-body {
  position: relative;
  margin: 0 10%;
  width: 79%;
}

h1, h2 {
	font-family: 'finger_paintregular', Helvecita, arial, verdana, sans-serif;
}

a {
  color: #b6ffd0;
}

.barrio {
	font-family: 'barrioregular', Helvecita, arial, verdana, sans-serif;
}

div.skrlr {
  position: fixed;
  width: 79%;
  height: 100%;
  margin: 0 auto;
}

div.flash {
  height: 40px;
  bottom: 0;
  margin: 0 20%;

  font-size: 0.8em;
}

div.flash a {
  color: #000;
}

div.kasten {
  position: absolute;
  top: 5%;
  right: 0;
  padding: 5%;
  background-color: rgba(0,0,0,0.4);
  border: 1px solid #ffffff;
  width: 70%;

  color: #ffffff;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  -webkit-box-shadow: 19px 14px 22px rgba(205, 205, 205, 0.47);
  -moz-box-shadow:    19px 14px 22px rgba(205, 205, 205, 0.47);
  box-shadow:         19px 14px 22px rgba(205, 205, 205, 0.47);

  text-shadow: 2px 2px 10px #000;
}

.arrows {
  font-size: 4em;
  color: #b6ffd0;
}

.full {
  width: 100%;
  height: 100%;
  text-align: center;
}
