@keyframes glow {
  0% {
      text-shadow: 2px 2px 5px #9158fa, 2px 2px 10px #894afc, 2px 2px 20px #894afc, 2px 2px 40px #894afc, 2px 2px 80px #894afc;
  }
  100% {
      text-shadow: 2px 2px 20px #d416f2, 2px 2px 30px #d416f2, 2px 2px 60px #d416f2, 2px 2px 80px #d416f2, 2px 2px 180px #d416f2;
  }
}
@keyframes squares {
  0%{
      transform: translateY(0) rotate(0deg);
      opacity: 1;
      border-radius: 0;
  }
  100%{
      transform: translateY(-1000px) rotate(720deg);
      opacity: 0;
      border-radius: 50%;
  }
}

.wrapper {
z-index: 10;
}
.menuBar {
position: relative;
z-index: 125;
}
.logoArea {
position: relative;
z-index: 125;
}

b, strong {
color: #0de0e2;
}
strong {
font-family: Roboto-Reg;
font-weight: 400;
color: #0de0e2;
}
.infoAreas {
display: flex;
box-sizing: border-box;
clear: both;
overflow: hidden;
max-width: 1700px;
width: 100%;
height: auto;
margin: 0 auto;
}
  .infoCol {
  flex: 1;
  padding: 25px;
  box-sizing: border-box;
  }
  .infoCol img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 20px auto;
  }
  .left-col {
  border: #222f42 2px solid;
  background-color: #0c131d;
  box-shadow: 3px 3px 10px #26354a;
  margin-right: 2%;
  }
    .left-col p {
    text-indent: 45px;
    }
    .left-col p::first-letter {
    font-size: 1.5em;
    color: #0de0e2;
    margin-right: 0.05em;
    }
    .neon-container {
    margin-top: 22px;
    }
      span.neon-text {
      display: inline-block;
      width: 100%;
      height: auto;
      font-family: Neon, sans-serif;
      font-size: 1.60em;
      color: #f8d5fc;
      text-shadow: 2px 2px 5px #ab18c2, 2px 2px 10px #ab18c2, 2px 2px 20px #ab18c2, 2px 2px 40px #ab18c2, 2px 2px 80px #ab18c2;
      text-align: center;
      margin-top: 25px;
      animation: glow 1s infinite alternate;
      }
      span.neon-text a:link, span.neon-text a:visited {
      font-family: Neon, sans-serif;
      font-size: 1.60em;
      color: #f8d5fc;
      text-decoration: none;
      font-weight: 700;
      }
      span.neon-text a:active, span.neon-text a:hover {
      font-family: Neon, sans-serif;
      font-size: 1.60em;
      color: #f8d5fc;
      text-decoration: none;
      font-weight: 700;
      }

  .right-col {
  border: #222f42 2px solid;
  background-color: #0c131d;
  box-shadow: 3px 3px 10px #26354a;
  margin-left: 2%;
  }
    h2 {
    margin: 0 0 5px 0;
    }
    .right-col ul {
    list-style-type: none;
    padding-left: 0;
    }
    .right-col li {
    margin: 0 0 6px 0;
    }

    .right-col li::before {
    content: "\2713";
    font-family: Arial, Helvetica, sans-serif;
    color: #5d91f8;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-right: 0.5em;
    }
    p.secTitle {
    font-family: FrankMedCond;
    font-size: 1em;
    color: #0de0e2;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 20px 0 5px 0;
    }
    p.closeStat {
    font-family: FrankMedCond;
    font-size: 1.2em;
    color: #5d91f8;
    text-decoration: none;
    font-weight: 400;
    text-align: center;
    margin: 20px 0 5px 0;
    }


/* Squares */
.circles {
position: relative;
top: 0;
left: 0;
width: 100%;
height: auto;
overflow: hidden;
z-index: 11;
}
.circles li {
  position: fixed;
  display: block;
  box-sizing: border-box;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(87, 80, 254, 0.2);
  animation: squares 25s linear infinite;
  bottom: -5px;
}
  .circles li:nth-child(1){
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
  }
  .circles li:nth-child(2){
  left: 5%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
  }
  .circles li:nth-child(3){
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
  }
  .circles li:nth-child(4){
  left: 75%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
  }
  .circles li:nth-child(5){
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
  }
  .circles li:nth-child(6){
  left: 40%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
  }
  .circles li:nth-child(7){
  left: 2%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
  }
  .circles li:nth-child(8){
  left: 85%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
  }
  .circles li:nth-child(9){
  left: 10%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
  }
  .circles li:nth-child(10){
  left: 50%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
  }


@media screen and (max-width: 799px) {
  .infoAreas {
  display: block;
  }
  .infoCol {
  flex: 0 1 auto;
  padding: 15px;
  }
  .left-col {
  width: 100%;
  float: none;
  clear: both;
  margin: 0 auto;
  }
    .left-col p {
    text-indent: 20px;
    }
    span.neon-text {
    font-size: 1.40em;
    margin-top: 20px;
    }
    span.neon-text a:link, span.neon-text a:visited {
    font-size: 1.40em;
    }
    span.neon-text a:active, span.neon-text a:hover {
    font-size: 1.40em;
    }
  .right-col {
  width: 100%;
  float: none;
  clear: both;
  margin: 10px auto 0 auto;
  }
  h2 {
  font-size: 1.15em;
  margin: 0 0 5px 0;
  }
}
