body {
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.5em;
  margin: 40px;
}

h1 {
  color: #2cd7e6;
  font-weight: 400;
  padding-bottom: 10px;
}

p {
  font-size: 1em;
  margin-top: -10px;
  padding: 4px 4px 4px 12px;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  background-color: yellow;
}

span {
  color: #2cd7e6;
  padding: 0 4px;
}

footer {
  margin: 24px 0;
}

.gray-bg {
 background-color: #f7f7f7;
 display: block;
}

.h-25 {
  height: 250px;
  max-width: 100%;
  border-radius: 4px;
}

.h-24 {
  height: 242px;
}

.pm-4 {
  padding: 4px;
  margin: 4px;
}

.grow:hover {
  transform: scale(1.04);
  z-index: 10;
  position: relative;
}

.w-17 {
  width: 250px;
}

.w-25 {
  width: 25%;
}

.w-50 {
  width: 50%;
}

.p-1 {
  padding: 4px;
}

.p-2 {
  padding: 8px;
}

.m-1 {
  margin: 4px;
}

.fade-box {
  position: relative;
  background-position: center center;
  background-size: cover;
  display: inline-block;
}

.fade {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 99%;
  background: rgba(47, 47, 47, 0.8);
  transition: 400ms ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fade:hover {
  opacity: 1;
}

.fade-text {
  box-sizing: border-box;
  transition: 0.2s linear;
  padding: 30px;
  font-size: 1em;
  color: white;
}

.thumbnail {
  height: 100px;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
  width: 100%;
}

.tab {
  display: contents;
}

.tab label {
  cursor: pointer;
  padding: 5px 15px;
  display: inline-block;
  margin-right: 2px;
  order: 1;
}

.tab label:hover {
  filter: brightness(90%);
}

.tab [type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

[type=radio]:checked + label {
  background-color: #2cd7e6;
  font-weight: 500;
}

.content {
  display: none;
  width: 100%;
  margin-top: 10px;
  padding: 10px 0;
  order: 2;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  overflow: hidden;
}

[type=radio]:checked ~ .content {
  display: block;
}

.content img {
  max-width: 100%;
  width: auto;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: zoom-in;
}

.content img:hover {
  transform: scale(1.05);
}

.content-card {
  width: 18em;
}

.img-sm {
  height: 18px;
  margin: 0 6px 0 3px;
}

/*Decide for me*/
.card-ghost {
  opacity: .97;
  box-shadow: 0 8px 40px rgba(0,0,0,.1);
}

.card-category {
  background-color: #f8c630;
  min-height: 13em;
  width: 18em;
  box-sizing: border-box;
  padding: 2em;
  position: relative;
}

.card-note-text h3 {
  font-size: 1.5em;
  font-weight: bold;
  color: black;
  font-family: 'Lora', Helvetica, sans-serif;
  text-decoration: none;
}

.d-flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.easy {
  background-color: #fee85f;
}

.medium {
  background-color: #a0d55e;
}

.hard {
  background-color: #fab1c2;
}

.circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-bottom: 14px;
}

.little-text {
 font-size: 0.9em;
}

.badge-gray {
  background-color: #727272;
  border-radius: 4px 4px 4px 4px;
  color: #48c5db;
}

.badge-blue {
  background-color: #48c5db;
  border-radius: 4px 4px 4px 4px;
  color: black;
  letter-spacing: 2px;
}

.b-dotted {
  letter-spacing: 1px;
  border: 1px dotted #0E0000;
  background-color: rgba(255, 255, 255, 0.8);
}

.text-white {
  color: white;
}

.px-1 {
  padding: 0 4px;
}

.ml-n1 {
  margin-left: -4px;
}

.ml-1 {
  margin-left: 4px;
}

.ml-2 {
  margin-left: 8px;
}

.ml-3 {
  margin-left: 14px;
}

.my-3 {
  margin: 14px 0;
  padding: 14px 0;
}

.mr-3 {
  margin-right: 14px;
}

.mr-2 {
  margin-right: 4px;
}

/* BCR */
.bcr-card img {
  width: 18em;
  box-shadow: 0 8px 40px rgba(0,0,0,.1);
}

/* Keepo */
.black-card {
  background-color: black;
  height: 21em;
  width: 18em;
  box-shadow: 0 8px 40px rgba(0,0,0,.1);
  box-sizing: border-box;
  overflow: hidden;
}

.keepo-title {
  font-size: 54px;
}

.img-keepo {
  width: 19.5em;
  margin: 0 -13px;
}


/* Oxford in 8 Breaths*/
.pastel-blue-card {
  background-color: #a8e0ff;
  min-height: 15em;
  width: 18em;
  box-shadow: 0 8px 40px rgba(0,0,0,.1);
}

.ox-font {
  font-family: Helvetica, sans-serif;
}

.text-center {
  text-align: center;
  margin: 0 auto;
}

.no-space {
  padding: 3px;
  margin: 0;
}

.text-blue {
  color: #6cb4dc;
}

.small-line {
  height: 30px;
  width: 35px;
  margin-top: -3px;
}

/* Moonwalking Tours*/
.rainbow-card {
  min-height: 15em;
  width: 18em;
  background-color: #f89b89;
  animation-duration: 26s;
  animation-name: rainbow;
  animation-iteration-count: infinite;
  box-shadow: 0 8px 40px rgba(0,0,0,.1);
}

@keyframes rainbow {
  0%   { background-color: white;}
  25%  { background-color: #d3b07c;}
  50%  { background-color: #fee85f;}
  75%  { background-color: #f89b89;}
  100%   { background-color: white;}
}

.text-dark-gray {
  color: #333;
}

.fit {
  box-sizing: border-box;
}

.vertical-text {
  transform: rotate(-90deg) translateX(-32%);
  transform-origin: top left;
  margin: 48px;
}

/* Get the book */
.card-product {
  overflow: hidden;
  height: 330px;
  background: white;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  padding: 8px;
  width: 15em;
  background-color: rgb(230,230,230);
}

.card-product img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  background-color: #ececec;
}

.card-product h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid;
  color: $black;
  font-family: "Playfair Display", Helvetica, serif;
}

.card-product p {
  font-size: 12px;
  line-height: 1.4;
  opacity: .7;
  margin-bottom: 0;
  margin-top: 5px;
}

.parent {
  position: relative;
}

.child-rental-available {
  position: absolute;
  right: 14px;
  top: 8px;
  background-color: rgba(255, 255, 255, 0.8)
}
