/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}

/* Centralize */
.centralize{
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}



/*
 * Cover
 */
/* .cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
} */


/*
 * Footer
 */
/* #particles-js{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.5;
}

#background-pic {
  /*background-image: url("/?originalUrl=https%3A%2F%2Ftlewicki.com%2F");*/
  /* opacity:0.2;
  position:absolute;
  top:0;
  left:0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
} */
