
/*-----------------------------------*\
  $TYPOGRAPHY
\*-----------------------------------*/

h1, .alpha {
  margin-bottom: 1.5rem;

  font-size: 2rem;
  font-weight: 100;
  line-height: 1;
  letter-spacing: -.05em;
}

h2, .beta {
  margin-bottom: .75rem;

  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1;
}

.subhead, .meta {
  color: #7b8993;
}

.promo {
  text-align: center;
}

p, hr {
  margin-bottom: 1.5rem;
}

hr {
  border: none;
  margin-top: -1px;
  height: 1px;
  background-color: #c0c8c9;
}

a {
  color: inherit;
  text-decoration: underline;
}

  a:hover {
    color: #f35626;
  }

/*-----------------------------------*\
  $LAYOUT
\*-----------------------------------*/

.wrap {
  max-width: 38rem;
  margin: 0 auto;
}

.island {
  padding: 1.5rem;
}

.isle {
  padding: .75rem;
}

.spit {
  padding: .375rem;
}

body {
    /*background-color: #41b264;
    background-image:url(../img/bg.jpg);*/
    overflow: hidden;
    font-family: Helvetica, sans-serif;
    margin: 0;
    min-height: 850px;

}

html {
    /*background-color: #41b264;*/
    background-image:url(../img/bg.jpg);
    background-repeat:no-repeat;
    background-size:cover;
}

canvas {
    cursor: pointer;
}

header {
  margin-top: 0px;
}

/*-----------------------------------*\
  $HEADER
\*-----------------------------------*/

.site__header {

}

  .c0 {
    color: #ffffff;
  }

  .c1 {
    color: #4e6bfa;
  }

  .c2 {
    color: #7efacb;
  }

  .c3 {
    color: #fa7e3b;
  }

  .c4 {
    color: #7faeeb;
  }

  .c5 {
    color: #eefa7b;
  }

  .c6 {
    color: #3a1a2a;
  }

  .stitle {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
  }

  .stitle2 {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #1573DA, 0 0 70px #1573DA, 0 0 80px #1573DA, 0 0 100px #1573DA, 0 0 150px #1573DA;
  }
 
  .posz {
       width:100%;
       margin-top:30px;
       text-align:center;
       display:none;
  }


 .loop {
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-duration: 1.5s;
          animation-iteration-count: infinite;
}

 .loop2 {
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-duration: 5s;
          animation-iteration-count: infinite;
}
