:root {
  --lego-y: #ffcf00;
  --lego-r: #d11013;
  --lego-b: #000000;
}

/* MY CUSTOM CSS STUFF */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  /* Hide horizontal scrollbar */
}
.third {
  max-height: 250px;
}
.second {
  max-height: 280px;
}
.newest {
  max-height: 300px;
}
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 9999;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 20px;
  text-align: center;
  color: black;
}
.flip-horizontally {
  transform: scaleX(-1);
}
.alert-on-top {
  top: 50%;
  margin-top: -50px;
  position: fixed;
  width: 100%;
  height: auto;
  z-index: 9999;
  text-align: center;
}
.dropdown-menu {
  overflow: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 500px);
}
.vh-mobile {
  height: 80vh !important;
}
.navpad {
  padding-top: 100px;
}
.card-hover {
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
}
.card-hover:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  z-index: 3000;
}
