.error_message
{
background-color: #FF0000;
padding: 10px;
color: #FFF;
border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-webkit-border-radius: 5px;
}

.nav-link-one:after {
    content: '';
    display: block;
    height: 1.5px;
    background: #ffc107;
    transform: scaleX(0);
    transition: transform .3s;
}

.current {
    color: #ffc107!important;
}

.current:after {
    content: '';
    display: block;
    height: 1.5px;
    background: #ffc107;
    transform: scaleX(1);
    transition: transform .3s;
}

.nav-link-one:hover {
    color: #ffc107!important;
}

.nav-link-one:hover:after{
    transform: scaleX(1);
    transition: transform .3s;
}


canvas {
    display: block;
    vertical-align: bottom;
  }
  
  /* ---- particles.js container ---- */
  
  /* ---- stats.js ---- */
  
  .count-particles{
    position: absolute;
    top: 48px;
    left: 0;
    width: 150px;
    color: #121d1d;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
  }
  
  .js-count-particles{
    font-size: 1.1em;
  }
  
  
  .count-particles{
    border-radius: 0 0 3px 3px;
  }

  .animation-wrapper {
    width: 50%;
    padding-bottom: 50%;
  }
  
  .sphere-animation {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 580px;
    height: 580px;
    margin: -290px 0 0 -290px;
  }
  
  .sphere path {
    fill: url(#sphereGradient);
    stroke-width: 1px;
    stroke: rgba(80,80,80,.35);
    backface-visibility: hidden;
  }
  

