#header #logo img {
  max-width: 120px;
}

.banner-content h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.single-widget{
	text-align: center;
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#stacked-bar path.line{
  fill: none;
  stroke:blue;
  stroke-width:2px;
}

#particles-js{
  position: absolute;
  width: 100%;
  height: 100%;  
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#landingbanner{
      background: #041431;
    background: -moz-linear-gradient(top, #041431 0%, #082a64 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #041431), color-stop(100%, #082a64));
    background: -webkit-linear-gradient(top, #041431 0%, #082a64 100%);
    background: -o-linear-gradient(top, #041431 0%, #082a64 100%);
    background: -ms-linear-gradient(top, #041431 0%, #082a64 100%);
    background: linear-gradient(to bottom, #041431 0%, #082a64 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#041431', endColorstr='#082a64', GradientType=0 );

}