* { margin: 0; padding: 0; }
body { background-color: #fff; }
a { color: inherit; text-decoration: none; }
a:hover {}

h1 {
  font-family: 'Inconsolata', monospace, Arial, Sans-serif;
  font-weight: 700;
  font-size: 5.2vw;
  text-align: left;
  color: #ffc100;
}

p {
  font-family: 'Inconsolata', monospace, Arial, Sans-serif;
  font-size: 1.4em;
  color: #fff;
  font-weight: 700;
}

.wrapper {
  max-width: 90%;
  background: #fff;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {

  h1 {
    font-size: 3em;
  }

  p {
    font-size: 1em;
  }

  .wrapper {
    width: 100%;
  }
} 

.yellow-bg { background-color: #ffc100; }
.red-bg { background-color: #f00; }
.black-bg { background-color: #000; }
.white-bg { background-color: #fff; }
.orange-bg { background-color: #ff6100; }
.blue-bg { background-color: #000cff; }


header {
  display: block;
  margin-left: 23%;
  margin-top: 30px;
}

.topRow p {
  text-align: center;
  color: #000;
  margin: 15px 0;
}

.link-row p {
  color: #fff;
  padding: 30px;
}

@media screen and (max-width: 468px) {
  header {
    margin-left: 0%;
  }
  .topRow p {
    font-size: 3vw;
  }
}


/* --------------------------------------------------------- SQUARES ------------ 
row        = Full rad. Styla mer efter om du vill. Inehållet bestämmer height.
square-1-2 = Två sånna när du ska ha två större fyrkanter på en rad.
square-1-3 = Tre sånna här när du ska ha tre mindre fyrkanter på en rad.
square-2-3 = För en rektangel. Lägg till en 1-3 för full rad.
*/

.row {
    float:left;
    position: relative;
    width: 100%;
    margin: 1% 0 0 0;
}

.row-no-margin {
    float:left;
    position: relative;
    width: 100%;
    margin: 0;
}

.row-pic {
    float:left;
    position: relative;
    width: 100%;
    padding-bottom : 33.33%;
    margin: 1% 0 0 0;
}

.square-1-2 {
    float:left;
    position: relative;
    width: 50%;
    padding-bottom : 50%; /* = width for a 1:1 aspect ratio */
    margin: 0%;
    overflow:hidden;
}

.square-1-2-half {
    float:left;
    position: relative;
    width: 50%;
    padding-bottom : 25%; /* = width for a 1:1 aspect ratio */
    margin: 0%;
    overflow:hidden;
}

.square-1-3 {
    float:left;
    position: relative;
    width: 33.33%;
    padding-bottom : 33.33%; /* = width for a 1:1 aspect ratio */
    margin: 0 0;
    overflow:hidden;
}

.square-2-3 {
  float:left;
  position: relative;
  width: 66.66%;
  padding-bottom : 33.33%; /* = width for a 1:1 aspect ratio */
  margin: 0%;
  overflow:hidden;
}

.square-1-3-margin {
    float:left;
    position: relative;
    width: 33.33%;
    padding-bottom : 33.33%; /* = width for a 1:1 aspect ratio */
    margin: 1% 0 0 0;
    overflow:hidden;
}

.square-1-6 {
    float:left;
    position: relative;
    width: 16.66%;
    padding-bottom : 14.66%; /* = width for a 1:1 aspect ratio */
    margin: 1% 0 0 0;
    overflow:hidden; 
}

.square-2-6 {
    float:left;
    position: relative;
    width: 33.33%;
    padding-bottom : 16.66%; /* = width for a 1:1 aspect ratio */
    margin: 0;
    overflow:hidden; 
}

.square-2-6-margin {
    float:left;
    position: relative;
    width: 33.33%;
    padding-bottom : 16.66%; /* = width for a 1:1 aspect ratio */
    margin: 1% 0 0 0;
    overflow:hidden; 
}

@media screen and (max-width: 468px) {
  .mobile-cut {
    width: 100%;
    padding-bottom: 100%;
    margin: 1% 0 0 0;
  }
}

.content {
  position:absolute;
  height:90%; /* = 100% - 2*5% padding */
  width:90%; /* = 100% - 2*5% padding */
  padding: 5%;
}

figcaption {
  position: absolute;
  background: #f00;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
     -moz-transition: opacity 0.4s ease-in-out;
      -ms-transition: opacity 0.4s ease-in-out;
       -o-transition: opacity 0.4s ease-in-out;
          transition: opacity 0.4s ease-in-out;
}

figcaption:hover {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 1;
}

figcaption h1 {
  text-align: right;
  position: absolute;
  top: 0;
  right: 5%;
  color: #fff;
}

figcaption p {
  position: absolute;
  bottom: 5%;
  right: 5%;
  margin-left: 5%;
  text-align: right;
  font-size: 3vw;
}

.content .table .table-cell h1 {
  position: absolute;
  top: 0;
  right: 5%;
}

.table{
  display:table;
  width:100%;
  height:100%;
}

.table-cell{
  display:table-cell;
  vertical-align:top;
}

/*  For responsive images */
.content .rs{
  width:auto;
  height:auto;
  max-height:90%;
  max-width:100%;
}

/*  For responsive images as background */
.bg {
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover; /* you change this to "contain" if you don't want the images to be cropped */
  color:#fff;
}

/* Grid Background Images */

.img-thedive { background-image: url('../img/thedive/.jpg'); }
.img-thedive-artists-top { background-image: url('../img/thedive/The_Dive-Top-Picture_1000x333_72dpi.jpg'); }
.img-thedive--cover { background-image: url('../img/thedive/.jpg'); }
.img-thedive-01 { background-image: url('../img/thedive/.jpg'); }
.img-thedive-02 { background-image: url('../img/thedive/.jpg'); }

.img-teneriffa { background-image: url('../img/teneriffa/.jpg'); }
.img-teneriffa-artists-top { background-image: url('../img/teneriffa/Teneriffa-Top-Picture_1000x333_72dpi.jpg'); }
.img-teneriffa--cover { background-image: url('../img/teneriffa/.jpg'); }
.img-teneriffa-01 { background-image: url('../img/teneriffa/.jpg'); }
.img-teneriffa-02 { background-image: url('../img/teneriffa/.jpg'); }

.img-ivanna{background-image: url('../img/ivanna/ivanna_Pic01_500x500px_72dpi.jpg'); }
.img-ivanna-artists-top{background-image: url('../img/ivanna/ivanna_pagePic_1000x333px_72dpi.jpg'); }
.img-ivanna-leaving-town-cover{background-image: url('../img/ivanna/Ivanna_Leaving-Town_CoverArt_500x500px_72dpi.jpg'); }
.img-ivanna-broadway-show-cover{background-image: url('../img/ivanna/Ivanna_The-Broadway-Show_CoverArt_500x500px_72dpi.jpg'); }
.img-ivanna-pic01{background-image: url('../img/ivanna/Ivanna_Pic01_500x500px_72dpi.jpg'); }

.img-wrstlng { background-image: url('../img/wrstlng/Wrstlng-Picture_01_500x500px_72dpi.jpg'); }
.img-wrstlng-artists-top {background-image: url('../img/wrstlng/Wrstlng_Site-Cover_1000x333px_72dpi.jpg');}
.img-wrstlng-hoarse-bear-cover {background-image: url('../img/wrstlng/Wrstlng-Hoarse_Bear-Cover_500x500px_72dpi.jpg');}
.img-wrstlng-01 {background-image: url('../img/wrstlng/Wrstlng-Picture_01_500x500px_72dpi.jpg');}
.img-wrstlng-02 {background-image: url('../img/wrstlng/Wrstlng-Picture_02-500x500px-72dpi.jpg');}
.img-wrstlng-03 {background-image: url('../img/wrstlng/Wrstlng-Picture_03-500x500px-72dpi.jpg');}
.img-wrstlng-04 {background-image: url('../img/wrstlng/Wrstlng-Picture_04-500x500px-72dpi.jpg');}
.img-wrstlng-05 {background-image: url('../img/wrstlng/Wrstlng-Picture_05-500x500px-72dpi.jpg');}
.img-wrstlng-06 {background-image: url('../img/wrstlng/Wrstlng-Picture_06-500x500px-72dpi.jpg');}
.img-wrstlng-07 {background-image: url('../img/wrstlng/Wrstlng-Picture_07-500x500px-72dpi.jpg');}
.img-wrstlng-08 {background-image: url('../img/wrstlng/Wrstlng-Picture_08-500x500px-72dpi.jpg');}

.img-marbleheads {background-image: url('../img/marbleheads/Marble_Heads-Picture_02_500x500_72dpi.jpg'); }
.img-marbleheads-artists-top {background-image: url('../img/marbleheads/Marble_Heads-Top-Picture_1000x333_72dpi.jpg'); }
.img-marbleheads-01 {background-image: url('../img/marbleheads/Marble_Heads-Picture_01_500x500_72dpi.jpg'); }
.img-marbleheads-02 {background-image: url('../img/marbleheads/Marble_Heads-Picture_02_500x500_72dpi.jpg'); }


.img-cirkuslivet { background-image: url('../img/cirkuslivet/Cirkus_Livet_Site_Picture_01_500x500px_72dpi.jpg'); }
.img-cirkuslivet-artists-top { background-image: url('../img/cirkuslivet/Cirkus_Livet_Site-Cover_1000x333px_72dpi.jpg'); }
.img-cirkuslivet-01 { background-image: url('../img/cirkuslivet/Cirkus_Livet-Picture_01_500x500px_72dpi.jpg'); }

.img-janina { background-image: url('../img/janinafrank/Janina_Frank_Press_Picture_05_500x500px_72dpi.jpg'); }
.img-janina-artists-top { background-image: url('../img/janinafrank/Janina_Frank_Site-Cover_1000x333px_72dpi.jpg'); }
.img-janina-sverige-spricker-cover { background-image: url('../img/janinafrank/Janina_Frank-Sverige_Spricker-Cover_500x500px_72dpi.jpg'); }
.img-janina-01 { background-image: url('../img/janinafrank/Janina_Frank_Picture_01_500x500px_72dpi.jpg'); }
.img-janina-02 { background-image: url('../img/janinafrank/Janina_Frank_Picture_02_500x500px_72dpi.jpg'); }
.img-janina-03 { background-image: url('../img/janinafrank/Janina_Frank_Picture_03_500x500px_72dpi.jpg'); }
.img-janina-04 { background-image: url('../img/janinafrank/Janina_Frank_Picture_04_500x500px_72dpi.jpg'); }
.img-janina-05 { background-image: url('../img/janinafrank/Janina_Frank_Picture_05_500x500px_72dpi.jpg'); }


.img-friction { background-image: url('../img/friction/friction01.jpg'); }
.img-friction-artists-top { background-image: url('../img/friction/friction_pagePic_1000x333px_72dpi.jpg'); }
.img-friction-renaissance-cover { background-image: url('../img/friction/Friction_A-Renaissance-In-Everything_Cover_500x500px_72dpi.jpg'); }
.img-friction-01 { background-image: url('../img/friction/Friction_Picture-01_500x500px_72dpi.jpg'); }
.img-friction-02 { background-image: url('../img/friction/Friction_Picture-02_500x500_72dpi.jpg'); }


.img-badconfidence{ background-image: url('../img/ivanna/ivanna.jpg'); }


.img-thedive,
.img-thedive-artists-top,
.img-thedive--cover,
.img-thedive-01,
.img-thedive-02,

.img-teneriffa,
.img-teneriffa-artists-top,
.img-teneriffa--cover,
.img-teneriffa-01,
.img-teneriffa-02,

.img-ivanna,
.img-wrstlng, 
.img-cirkuslivet,
.img-cirkuslivet-artists-top,
.img-cirkuslivet-01,

.img-friction,
.img-friction-artists-top,
.img-friction-renaissance-cover,
.img-friction-01,
.img-friction-02,

.img-badconfidence, 
.img-ivanna-leaving-town-cover,
.img-ivanna-broadway-show-cover, 
.img-ivanna-artists-top, 
.img-ivanna-pic01, 
.img-wrstlng-artists-top, 
.img-wrstlng-hoarse-bear-cover, 
.img-wrstlng-01, 
.img-wrstlng-02, 
.img-wrstlng-03, 
.img-wrstlng-04, 
.img-wrstlng-05, 
.img-wrstlng-06, 
.img-wrstlng-07, 
.img-wrstlng-08,
.img-marbleheads,
.img-marbleheads-artists-top,
.img-marbleheads-01,
.img-marbleheads-02,

.img-janina, 
.img-janina-artists-top, 
.img-janina-sverige-spricker-cover, 
.img-janina-01,
.img-janina-02, 
.img-janina-03,
.img-janina-04, 
.img-janina-05 {
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover; /* you change this to "contain" if you don't want the images to be cropped */
}


/* --------------------------------------------------------- ARTISTS ------------ */
.artists-top h1 {
  font-size: 7vw;
  position: absolute;
  top: 0;
  left: 5%;
}

.artists-pics p {
  font-family: 'Inconsolata', monospace, Arial, Sans-serif;
  font-size: 1.4em;
  color: #fff;
  font-weight: 700;
  font-size: 1.2vw;
  text-align: left;
  position: absolute;
  top: 5%;
  left: 1%;
}

@media screen and (max-width: 468px) {
  .artists-pics p {
    font-size: 3vw;
  }
}




.artists-top ul {
  display: block;
  list-style: none;
  color: #fff;
  padding: 30px 0 0 30px;
}

.artists-top ul li {
  display: inline-block;
  color: #fff;
  border-radius: 4vw;
}

.artists-top ul li a {
  text-align: center;
  color: #fff;
  font-size: 2.5vw;
  font-weight: 100;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.artists-top ul li a i {
  width: 4vw;
  line-height: 4vw;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 0 1vw 0 0;
}

.artists-top ul li a:hover {
  color: #f00;
}


@media screen and (max-width: 468px) {

  .artists-top ul li {
    height: 12vw;
    border-radius: 7vw;
    padding: .7vw .7vw;
  }

  .artists-top ul li a i {
    width: 9.8vw;
    line-height: 9.8vw;
    margin: 0.7vw 0.3vw 0;
    font-size: 7vw;
  }

}



/* --------------------------------------------------------- End ------------ */
.end {
  margin: 0 0 50px;
}

.end h1 {
  font-family: 'Playfair Display', serif;
  color: #ffc100;
  font-weight: 999;
  font-style: italic;
  font-size: 5vw;
  text-align: center;
}

.end h1 span {
  color: #000;
}

.end p {
  color: #000;
  text-align: center;
}

/* --------------------------------------------------------- BA Logo ------------ */
.menu-logo {
  float: left;
  height: 8.5vw;
  width: 8.5vw;
  background: #ffc100;
  border-radius: 50%;
  margin-right: 1vw;
  -webkit-transition: 0.4s ease-in-out;
     -moz-transition: 0.4s ease-in-out;
      -ms-transition: 0.4s ease-in-out;
       -o-transition: 0.4s ease-in-out;
          transition: 0.4s ease-in-out;
}

.menu-logo:hover {
  background: #f00;
}

.menu-logo h3 {
  font-family: 'Playfair Display', serif;
  font-size: 4.6vw;
  font-weight: 900;
  font-style: italic;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 7.5vw; 
}

.menu-logo h3 span {
  color: #fff;
}


/* --------------------------------------------------------- Menu - Social Media ------------ */
#menu-social {
  display: inline-block;
  height: 6.6vw;
  color: #ffc100;
  border: 2px solid #ffc100;
  border-radius: 4vw;
  padding: .7vw .7vw;
}

#menu-social a {
  text-align: center;
  color: #000;
  font-size: 3.8vw;
  font-weight: 100;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

#menu-social a:hover {
  color: #f00;
}

#menu-social a i {
  width: 6vw;
  line-height: 6vw;
  border: 2px solid #000;
  border-radius: 50%;
  margin: 0.2vw 0.3vw 0;
}

@media screen and (max-width: 468px) {

  .menu-logo {
    height: 14.5vw;
    width: 14.5vw;
    margin-right: 2vw;
  }
  .menu-logo h3 {
    font-size: 7.6vw;
    line-height: 13.5vw; 
  }



  #menu-social {
    height: 12vw;
    border-radius: 7vw;
    padding: .7vw .7vw;
  }

  #menu-social a i {
    width: 9.8vw;
    line-height: 9.8vw;
    margin: 0.7vw 0.3vw 0;
    font-size: 7vw;
  }

}



/* --------------------------------------------------------- GLITCH ------------ */
/* Inspired in https://avicoder.me/ */
@import 'https://fonts.googleapis.com/css?family=Bree+Serif';

body {
 background-color: #fefefe;
 font-family: 'Bree Serif', serif;
}

.glitch {
  animation: glitch 3s steps(120) infinite;
}

@media (min-width: 480px) {
  .glitch {
  }
}

@keyframes glitch { 
  0% { text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5; filter: blur(0);}
  1% { text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5; filter: blur(0);}
  2% { text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5; filter: blur(0);}
  3% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0);}
  4% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0);}
  5% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0);}
  6% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0);}
  7% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0.5px);}
  8% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0.5px);}
  9% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0);}
  10% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0);}
  11% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0);}
  12% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0);}
  13% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0);}
  14% { text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime; filter: blur(0);}
  15% { text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime; filter: blur(0);}
  16% { text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime; filter: blur(0);}
  17% { text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime; filter: blur(0.5px);}
  18% { text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime; filter: blur(0);}
  19% { text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime; filter: blur(0);}
  20% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0);}
  21% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0);}
  22% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0.5px);}
  23% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0.5px);}
  24% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0);}
  25% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0);}
  26% { text-shadow: 15px 0 0 #0c33f5, -15px 0 0 lime; filter: blur(0);}
  27% { text-shadow: 0 0 0 #0c33f5, 0 0 0 lime; filter: blur(0);}
  28% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0);}
  29% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0);}
  30% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0.5px);}
  31% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0.5px);}
  32% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0);}
  33% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0);}
  34% { text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5; filter: blur(0);}
  35% { text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5; filter: blur(0);}
  36% { text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5; filter: blur(0.5px);}
  37% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0.5px);}
  38% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0.5px);}
  39% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0);}
  40% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0);}
  41% { text-shadow: 3px 0 0 red, -3px 0 0 lime; filter: blur(0);}
  42% { text-shadow: 0 0 0 red, 0 0 0 lime; filter: blur(0);}
  43% { text-shadow: 1px 0 0 red, -1px 0 0 #0c33f5; filter: blur(0);}
  44% { text-shadow: 1px 0 0 red, -1px 0 0 #0c33f5; filter: blur(0);}
  45% { text-shadow: 1px 0 0 red, -1px 0 0 #0c33f5; filter: blur(0.5px);}
  46% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0.5px);}
  47% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0);}
  48% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0);}
  49% { text-shadow: 10px 0 0 red, -10px 0 0 #0c33f5; filter: blur(0);}
  50% { text-shadow: 0 0 0 red, 0 0 0 #0c33f5; filter: blur(0);}
  51% { text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5; filter: blur(0);}
  52% { text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5; filter: blur(0);}
  53% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0);}
  54% { text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5; filter: blur(0);}
  55% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0);}
  56% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0.5px);}
  57% { text-shadow: 1px 0 0 red, -1px 0 0 lime; filter: blur(0.5px);}
  58% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0.5px);}
  59% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0);}
  60% { text-shadow: -3px 0 0 red, 3px 0 0 lime; filter: blur(0);}
  61% { text-shadow: 10px 0 0 lime, -10px 0 0 #0c33f5; filter: blur(0);}
  62% { text-shadow: 0 0 0 lime, 0 0 0 #0c33f5; filter: blur(0);}
  63% { text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime; filter: blur(0);}
  64% { text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime; filter: blur(0);}
  65% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0);}
  66% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0);}
  67% { text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime; filter: blur(0);}
  68% { text-shadow: 0px 0 0 #0c33f5, 0px 0 0; filter: blur(0);}
  69% { text-shadow: 0px 0 0 #0c33f5, 0px 0 0; filter: blur(0);}
  70% { text-shadow: 0px 0 0 #0c33f5, 0px 0 0; filter: blur(0);}
  71% { text-shadow: 0px 0 0 #0c33f5, 0px 0 0; filter: blur(0);}
  72% { text-shadow: 0px 0 0 #0c33f5, 0px 0 0; filter: blur(0);}
  73% { text-shadow: 0px 0 0 #0c33f5, 0px 0 0; filter: blur(0);}
  74% { text-shadow: 0px 0 0 #0c33f5, 0px 0 0; filter: blur(0);}
  75% { text-shadow: 0px 0 0 #0c33f5, 0px 0 0; filter: blur(0);}
  76% { text-shadow: 0px 0 0 #0c33f5, 0px 0 0; filter: blur(0);}
  77% { text-shadow: 0px 0 0 #0c33f5, 0px 0 0; filter: blur(0);}
  78% { text-shadow: 0px 0 0 #0c33f5, 0px 0 0; filter: blur(0);}
  79% { text-shadow: 0px 0 0 #0c33f5, 0px 0 0; filter: blur(0);}
  80% { text-shadow: 2px 0 0 #0c33f5, -2px 0 0; filter: blur(0);}
  81% { text-shadow: 2px 0 0 #0c33f5, -2px 0 0; filter: blur(0);}
  82% { text-shadow: 2px 0 0 #0c33f5, -2px 0 0; filter: blur(0);}
  83% { text-shadow: 2px 0 0 #0c33f5, -2px 0 0; filter: blur(0);}
  84% { text-shadow: 0px 0 0 #0c33f5, 0px 0 0; filter: blur(0);}
  85% { text-shadow: 0px 0 0 #0c33f5, 0px 0 0; filter: blur(0);}
  86% { text-shadow: -2px 0 0 #0c33f5, 2px 0 0; filter: blur(0);}
  87% { text-shadow: -2px 0 0 #0c33f5, 2px 0 0; filter: blur(0);}
  88% { text-shadow: 2px 0 0 #0c33f5, 2px 0 0; filter: blur(0);}
  89% { text-shadow: 0px 0 0 #0c33f5, 0px 0 0; filter: blur(0);}
  90% { text-shadow: 0px 0 0 #0c33f5, 0px 0 0; filter: blur(0);}
  91% { text-shadow: 0px 0 0 #0c33f5, 0px 0 0; filter: blur(0);}
  92% { text-shadow: 0px 0 0 #0c33f5, 0px 0 0; filter: blur(0);}
  93% { text-shadow: 0px 0 0 #0c33f5, 0px 0 0; filter: blur(0);}
  94% { text-shadow: 0px 0 0 #0c33f5, 0px 0 0; filter: blur(0);}
  95% { text-shadow: 0px 0 0 #0c33f5, 0px 0 0; filter: blur(0);}
  96% { text-shadow: 0px 0 0 #0c33f5, 0px 0 0; filter: blur(0);}
  97% { text-shadow: 0px 0 0 #0c33f5, 0px 0 0; filter: blur(0);}
  98% { text-shadow: 0px 0 0 #0c33f5, 0px 0 0; filter: blur(0);}
  99% { text-shadow: 0px 0 0 #0c33f5, 0px 0 0; filter: blur(0);}
  100% { text-shadow: 0px 0 0 #0c33f5, 0px 0 0; filter: blur(0);}
}



