#carouselExampleCaptions .carousel-item {
    height: 65vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.carousel {
    padding-top: 56px;
}

.carousel-inner {
  background-color: #000;
}

#gallery .img-fluid {
  max-height: 350px;
  object-fit: contain;
  width: 100%;
}

#audio-button {
  text-align: center;
  padding: 15 30px;
}

a {
    text-decoration: none;
}

.btn-floating {
    width: 2.3125rem;
    height: 2.3125rem;
    border-radius: 50%;
    padding: 0;
    position: relative;
}

.btn-floating .fab {
    line-height: 2.3125rem;
}

.btn-primary {
    border-color: transparent;
}

#myTabContent img {
    width: 100%;
    height: 90%;
    object-fit: contain;
}

.megamenu {
    position: static
}

.megamenu .dropdown-menu {
    background: none;
    border: none;
    width: 100%;
    overflow-y: auto;
    max-height: 400px;
}

.light-box-shadow {
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}

#representative-placeholder-content p {
    margin: 0 0.75rem 1rem;
}

#glowing-icons ul {
    margin: 0;
    padding: 0;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  #glowing-icons ul li {
    list-style: none;
    margin: 0 15px;
  }
  
  #glowing-icons ul li a {
    position: relative; 
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 63px;
    background: #333;
    border-radius: 50%;
    font-size: 30px;
    color: #666;
    transition: .5s;
  }
  
  #glowing-icons ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ffee10;
    transition: .5s;
    transform: scale(.9);
    z-index: -1;
  }
  
  #glowing-icons ul li a:hover::before {
    transform: scale(1.1);
    box-shadow: 0 0 15px #ffee10;
  }
  
  #glowing-icons ul li a:hover {
    color: #ffee10;
    box-shadow: 0 0 5px #ffee10;
    text-shadow: 0 0 5px #ffee10;
  }

  .fill:hover,
.fill:focus {
  box-shadow: inset 0 0 0 2em var(--hover);
}

.pulse:hover,
.pulse:focus {
  -webkit-animation: pulse 1s;
          animation: pulse 1s;
  box-shadow: 0 0 0 2em transparent;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
.close:hover,
.close:focus {
  box-shadow: inset -3.5em 0 0 0 var(--hover), inset 3.5em 0 0 0 var(--hover);
}

.raise:hover,
.raise:focus {
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  transform: translateY(-0.25em);
}

.up:hover,
.up:focus {
  box-shadow: inset 0 -3.25em 0 0 var(--hover);
}

.slide:hover,
.slide:focus {
  box-shadow: inset 6.5em 0 0 0 var(--hover);
}

.offset {
  box-shadow: 0.3em 0.3em 0 0 var(--color), inset 0.3em 0.3em 0 0 var(--color);
}
.offset:hover, .offset:focus {
  box-shadow: 0 0 0 0 var(--hover), inset 6em 3.5em 0 0 var(--hover);
}

.fill {
  --color: #a972cb;
  --hover: #cb72aa;
}

.pulse {
  --color: #ef6eae;
  --hover: #ef8f6e;
}

.close {
  --color: #ff7f82;
  --hover: #ffdc7f;
}

.raise {
  --color: #ffa260;
  --hover: #e5ff60;
}

.up {
  --color: #e4cb58;
  --hover: #94e458;
}

.slide {
  --color: #8fc866;
  --hover: #66c887;
}

.offset {
  --color: #19bc8b;
  --hover: #1973bc;
}

#button-hover-effects button {
  color: var(--color);
  transition: 0.25s;
}
#button-hover-effects button:hover, button:focus {
  border-color: var(--hover);
  color: #fff;
}

#button-hover-effects button {
  background: none;
  border: 2px solid;
  font: inherit;
  line-height: 1;
  margin: 0.5em;
  padding: 1em 2em;
}

#button-hover-effects h1 {
  font-weight: 400;
}

#button-hover-effects code {
  color: #e4cb58;
  font: inherit;
}

#logo-img {
  height: auto;
  width: 150px;
}

#slide-image-one {
  background-image: url('../files/bois/parallelken/parallelken_deeprock_rotating_on_dancefloor.gif') !important;
}

#slide-image-two {
  background-image: url('../files/bois/hostuwuming/hostuwuming_minecraft_on_boat.png') !important;
}

#slide-image-three {
  background-image: url('../files/bois/kyowo/kyowo_minecraft_getting_ready.png') !important;
}