/* Default light mode */
body {
	background-color: #fff;
	color: #000;
}

.header-options {
	background: #0b3b1e !important;
	color: white !important;
}

.header-options .nav-link {
	color: white !important;
	font-size: 1.25rem;
}

.card-img-top:hover,
.thumb:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
	transform: scale(1.01);
}

.card {
	position: relative;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.salebanner {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	z-index: 2;
	display: block;
	pointer-events: none;
}

.calendar-container {
	position: relative;
	width: 100%;
	padding-bottom: 75%; /* aspect ratio */
	height: 0;
	overflow: hidden;
  }
  .calendar-container iframe {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	border: 0;
  }