/*
 * Globals
 */


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


/*
 * Base structure
 */

.cover {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.5);
  background-image: url("images/360-video-booth/360-video-pic-1.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
 
}


