@font-face {font-family: Library3am;src: url('Library3am-5V3Z.otf');}

body{
    background-color: black;
    overflow: scroll;
}

.title-bar {
    width: 100%;
    height: 60px;
    background-color: #180b23;
    border: 3px solid #941ff4;
    border-radius: 15px;
    margin-bottom: 20px;
}

.neon-text {
    font-family: Library3am;
    margin: 0px;
    color: #fff;
  text-shadow:
    /* White glow */
    0 0 7px #B9F,
    0 0 10px #B9F,
    0 0 21px #B9F,
    /* Purple glow */
    0 0 42px #60F,
    0 0 82px #60D,
    0 0 92px #60D,
    0 0 102px #60D,
    0 0 151px #60D;
}

h1{
    padding-top: 5px;
    text-align: center;
}

.subheading {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 390px;
    left: 50%;
    transform: translate(-50%, 0);
}

.carousel {
    width:100%;
    position: relative;
    margin: auto;
}

.carousel-inner {
    width:75%;
    height: 300px;
    margin: auto;
    border: 3px solid #941ff4;
    border-radius: 15px;
}

.carousel-img {
    min-height: 300px;
    object-fit: cover; 
}

.carousel-video {
    width: 100%;
    min-height: 300px;
}

.prev, .next {
  cursor: pointer;
  max-height: 100px;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 4%;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.caption {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.menu-box {
    width: 98%;
    min-height: 100px;
    background-color: #180b23;
    border: 3px solid #941ff4;
    border-radius: 15px;
    margin: auto;
    margin-top: 25px;
}

.menuitems {
    display: block;
}

.buttonnavs {
    list-style-type:none;
    top: 50%;
    padding:0;
    padding-left: 5px;
    padding-right: 5px;
    overflow:hidden;
    margin:0;
}

.buttonnavs li{
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    height: 80px;
    width: 80px;
    border-radius: 50px;
    border: 2px solid #941ff4;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.buttonnavs li a{
    width: 80px;
    height: 80px;
    border-radius: 50px;
    display:block;
    color:white;
    text-align:center;
    padding:14px 14px;
    text-decoration:none;
    transform: translate(-6px, -2px);
}

.buttonnavs li a:hover{
    background-color: #941ff4;
}

.buttonnavs li a img{
    width: 52px;
    height: 52px;
}

.shop-box {
    width: 75%;
    min-height: 100px;
    max-height: 600px;
    overflow: scroll;
    background-color: #defcef;
    background-image: url('https://vekari.net/images/site/lotus-web.gif');
    border: 3px solid #941ff4;
    border-radius: 15px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

#kofi-shop-embed {
    position: relative;
}

.kofi-shop-item {
    min-height: 150px;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    filter: drop-shadow(8px 8px 10px #941ff4);
}

.kofi-shop-container {
    padding: 10px;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)) !important;
    grid-auto-rows: 150px;
    column-gap: 10px;
}

.kofi-shop-filter-container {
    display: none !important;
}

.kofi-shop-info a:last-child {
    background-color: rgba(148, 31, 244, 0.5);
    position: absolute;
    bottom: var(--kofi-shop-spacing-small);
    right: var(--kofi-shop-spacing-small);
    font-size: 0.8em;
}

.kofi-shop-info p:nth-child(4) {
    background-color: #0ae3f9 !important;
}

.kofi-shop-load-more-btn {
    background-color: #941ff4 !important;
}

.about-popup {
    display: none;
    position: fixed;
    z-index: 20;
    max-height: 75%;
    width: 75%;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    background-color: #180b23;
    border: 3px solid #941ff4;
    border-radius: 15px;
    text-align: center;
    overflow: scroll;
}

.text-container {
    color: #fff;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

#close-button {
    background-color: #180b23;
    border: 3px solid #941ff4;
    border-radius: 50px;
    padding: 10px 20px 10px 20px;
}