@charset "utf-8";
/* CSS Document */
/*
html { font-size: 62.5%; }
body { font-size: 1em;}
display:block; margin:auto; margin-top:0px; color:#FFF; font-family:Verdana, Geneva, sans-serif; text-align:center;*/

@font-face {
	font-family: 'Molot';
	src: url('Molot.ttf');

}

@font-face {
	font-family: 'Hacker';
	src: url('Hacker.ttf');

}

@font-face{

 font-family:'matrix code nfi';
 src:url('matrix code nfi.ttf');

}

section.module.parallax-2 {
  background-image:url(../kyron2.png);
  background-size:50%;

}
section.module.parallax {
  height: 600px;
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body{}


.menuPpal{ /*#06F*/ background:url(../music/beam/beam4.png)  repeat-x  ; height:100px; color:#FFF; display:block; margin:auto; background-position:50% 10%; text-align:center;padding: 0px;}
.menuObj{ display:inline-block; margin-left:5%;  font-size:200%; font-family:Molot; cursor:pointer;
	
	}

canvas {
  
}

.socials li{ display:inline-block; margin-left:1%}
.list_content1 li{ display:inline-block; }

@keyframes matrixFall {
  from {transform:translateY(0px) ;}
  to {transform:translateY(100%) ;}
}
.matrixChar
{
    font-family: 'matrix code nfi';

    opacity: 0.6;
   
    text-shadow: 1px 1px 10px #00ff00;
    z-index: -1;
    font-size: 1em;
    overflow: hidden;
  
}

.matrixEle{

  position: absolute;
  text-align: center;
  display: block;
  margin: auto;
  width: 100%;
  overflow: hidden;
  
}

#mtxcascade
{
width:100%; max-height:10em;text-align: center;position: absolute;z-index: -1;
}

@media (max-width: 768px) {
  #mtxcascade {
  display: none;
  }
}

@media (min-width: 1024px) {
  #mtxcascade {
    display: block;
    }

}

