
/* Header */
@import url('https://fonts.googleapis.com/css2?family=Cookie&display=swap');

 .h-jumbotron {
	background-color: DarkRed;
	background-image: url(https://i.imgur.com/60URXkw.png),	url("https://i.imgur.com/kSVw3yF.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0% 5%;
	width: 100%;
}

.txt-sh {
	text-shadow: 2px 2px 4px #000000;
}


.xmas {
	font-family: "Cookie", cursive;
	font-size: 3.2em;
	line-height: 1;
}

/* Products */
.item {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.owl-img {
	height: 9em;
	width: auto;
}

.owl-txt {
	font-size: 1em;
}

/* About Us */

  .showcase .showcase-text {
    padding: 4rem;
  }

  .showcase .showcase-img {
    min-height: 20rem;
    background-size: cover;
    background-repeat: no-repeat;
  }

/* Back to Top BTN */

.btn-light {
background-color: whitesmoke;
	border-radius: 100%;
	border: 0;
	  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn-light:hover {
background-color: gainsboro;
	border-radius: 100%;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;

}
