




.home #jc-video-wrap
{
  display: block;
}

html
{
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

h1
{
  font-size: 2em;
  margin: .67em 0;
}

h2
{
  font-size: 1.5em;
  margin: .86em 0;
  letter-spacing: -0.05em;
}



.hidden
{
  display: none!important;
  visibility: hidden;
}

body
{
  background-color: #ffffff;

}




#jc-video, .canvid
{
  width: 100%;
  -moz-transition: opacity 2s ease-out;
  -o-transition: opacity 2s ease-out;
  -webkit-transition: opacity 2s ease-out;
  transition: opacity 2s ease-out;
  position: fixed;
  height: 100%;
  opacity: 0.6;
  width: 177.77777778vh;
  min-width: 100%;
  min-height: 56.25vw;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background-color: #0B000F;
  z-index: -1;
}







.header
{
	position: fixed;
	
  top: 0;
  left: 0;
  width: 100%;
  
  text-align: center;
  box-sizing: border-box;
  padding: 1.7em;
  z-index: 50;

}



.header a
{
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.1em;
  line-height: 1.33333em;
  letter-spacing: .20em;
  position: relative;
  display: block;
  text-shadow: 0px 0px 12px #000;
 
  font-family: 'Karla', sans-serif;
  font-style: Normal;
  font-weight: 700;

  -moz-transition: -moz-transform .1s ease-out;
  -o-transition: -o-transform .1s ease-out;
  -webkit-transition: -webkit-transform .1s ease-out;
  transition: transform 0.1s ease-out;
}



.nav
{
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav li
{
  display: inline-block;
  padding: 1em;
}

@media (max-width:48em)
{
  .header
  {
	font-size: 0.85em;
    float: left;
    width: 100%;
	text-align: center;
	padding: 1.0em 0.5em;
    
  }

  
  
  .nav li
  {
    
	
	
  }
}

@media (max-width:40em)
{
  .header
  {
	font-size: 0.85em;
    float: left;
    width: 100%;
	text-align: center;
	padding: 1.0em 0.5em;
    
  }

  
  
  .nav li
  {
    
	
	
  }
}

.header a:hover
{
    -ms-transform: skewX(360deg); /* IE 9 */
	-o-transition: skewX(360deg);
    -webkit-transform: skewX(360deg); /* Safari */
    transform: skewX(360deg);
}

.footer
{
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  padding: 1.5625em;
  overflow: hidden;
  z-index: 100;
  -moz-transition: -moz-transform .1s ease-out;
  -o-transition: -o-transform .1s ease-out;
  -webkit-transition: -webkit-transform .1s ease-out;
  transition: transform .1s ease-out;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.social-nav
{
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%; /* hierdoor is de navbar hoger, 80 procent is in het midden */
  max-height: 27px;
  text-align: center;
  position: relative;
  top: -3px;
}

.social-nav li
{

  display: inline-block;
  margin: 0 1em;
  
  text-align: center;
}


@media (max-width:40em)
{
.social-nav
  {
    max-height: none;
    margin-bottom: 10px;
  }
}

@media (max-width:360px)
{
.footer
  {
    font-size: 0.8em;
  }
}


@media (max-width:48em)
{
.social-nav li
  {
    margin: 0 6px;
  }
}


.footer a
{
  color: #ffffff;
  font-size: 1.6em;
  text-decoration: none;
  display: block;
  text-shadow: 0px 0px 5px #000;
  -moz-transition: -moz-transform .07s ease-out;
  -o-transition: -o-transform .07s ease-out;
  -webkit-transition: -webkit-transform .07s ease-out;
  transition: transform .07s ease-out;
}

.footer a:hover
{
	-ms-transform: skewX(360deg); /* IE 9 */
	-o-transition: skewX(360deg);
    -webkit-transform: skewX(360deg); /* Safari */
    transform: skewX(360deg);
}

.footer
{
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}




.move {
    position: absolute;
    top:45%; left:50%;
    width: 80%;
	max-width: 600px;
	margin: -100px 0 0 0px;
  z-index: 100;
  margin: 0
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
    opacity:1;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:2s;
  -moz-animation-duration:2s;
  animation-duration:2s;  
  
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.jc_svg
{
  width: 100%;
  max-width: 600px;
  position: absolute;
  
}




@media (max-width:48em)
{
.move
  {
	top:55%; left:50%;  
    width: 60%;
	max-width: 600px;
	margin: -100px 0 0 0px;
  }
}


@media screen and (max-device-width:52em) and (orientation: landscape)
{
.move
  {
	top:60%; left:50%;  
    width: 30%;
	max-width: 600px;
	margin: -100px 0 0 0px;
  }
}

.jc_svg .one {
  
}



.close
{
  position: fixed;
  top: 1.6em;
  right: 1.6em;
  display: block;
  width: 34px;
  height: 34px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.kruisje .close .bottom, .kruisje .close .top
{
  background: #fff;
  display: block;
  position: absolute;
}

.kruisje .close .top
{
  margin-top: -5px;
  width: 100%;
  height: 10px;
  top: 50%;
  left: 0;
}

.kruisje .close .bottom
{
  width: 10px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -5px;
}


.music
{
  padding: 5em 0 0;
}

.music-content
{
	text-align: center;
  max-width: 1100px;
  height: auto;
  margin: auto;
  width: 94%;
  
  border: 1px  #000;
  padding: 1.5em 1.5em;
}

@media (max-width:48em)
{
.music-content
  {
    padding: 2% 2%;
  }
}

.music .music-content iframe
{
  width: 100%;
  height: 70vh;
  max-height: 620px;
  vertical-align: top;
}

iframe { overflow:hidden;

 }

.about{
	background-color: #0B000F;
}


.about-content
{
	
  max-width: 680px;
  height: auto;
  width: 94%;
  margin: 0 auto;
  padding: 4em 0;
  overflow: hidden;
  font-family: 'Karla', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.10em;
  line-height: 1.20em;
  letter-spacing: none;
  color: #FFF;
  
}



@media (max-width:768px)
{
.about-content
  {
    top: 6.25em;
    width: 88%;
  }
}

.moving-zone {
    position: absolute;
    top:50%; left:50%;
    width:300px; height:120px;
    margin: -60px 0 0 -150px;
    perspective: 800px;
} 

.home {
	overflow: hidden;
	background-color: #0B000F;
	
	
}

