
html,body{ 
	width:100%;
	height:100%;
}


canvas{
  display:block;
  vertical-align:bottom;
}


.count-particles{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}


#particles-js{
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}


#navbarTogglerDemo02 ul li:hover{
  border-bottom: 1px solid black;
}

.opacity{
  filter: brightness(50%);
}
.height-sm{
  min-height: 180px;
}
.icon:hover{
  background-color: white !important;
  color: black !important;
}
.menu-hover:hover{
  border-bottom: 1px solid black;
  border-bottom-style: dotted;
}
.com-font{
  font-size: 12px;

}
.com-font2{
  font-size: 14px;

}


