

@media (max-width: 992px) {
  * {
    font-size: 1.3rem;  /* adjust as needed */
  }
}

.modal-body, .modal-content {
  font-size: 1.3rem;
}

body {
  background-color: #eff6ee;
}
.btn-custom {
  background-color: darkblue;
  color: white;
}
.beedle-status{
  background-color: #eff6ee;
}
.font-beedle-primary {
  color: #FFCF56;
}
.nav-link {
  /* color: #ededed !important; Text color */
  color: #FFCF56 !important; /* Text color */
  border-radius: 5px; /* Slightly rounded edges */
  /* padding: 8px 12px; Padding for better spacing */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1); /* Pop-out shadow effect */
  transition: transform 0.2s ease, box-shadow 0.2s ease; /* Smooth transition for interactivity */
}

.nav-item {
  border:#bebebe !important;
  border-top: 1px solid #bebebe !important;
  border-left: 1px solid #bebebe !important;
  border-bottom: 2px solid #bebebe !important;
  border-right: 2px solid #bebebe !important;
  border-radius: 5px !important;
}

.nav-link-active, .nav-link:hover { /* create selected / down effect */
  transform: translate(2px); 
  color: #f3f9d2 !important; 
  border-color: #f3f9d2 !important;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 4px rgba(0, 0, 0, 0.2); /* Stronger pop-out shadow on hover */
}

.navbar-toggler {
  border:#bebebe !important;
  border-top: 1px solid #bebebe !important;
  border-left: 1px solid #bebebe !important;
  border-bottom: 2px solid #bebebe !important;
  border-right: 2px solid #bebebe !important;
  border-radius: 5px !important;

  background-color: #ededed !important; 
}
.beedle-faux-leather {
  background-image: url("/public/images/leather-texture.png");

}

.navbar-nav {
  background-color: #282828;
}

.beedle-navbar-logo {
  max-height: 60px;
  max-width: 100%;
  
}

.beedle-modal-logo {
  max-height: 80px;
  max-width: 100%;
  width: auto;
  height: auto;
}

.beedle-menu-item
.beedle-menu-title {
  font-size: 1.6rem;
  color: #000;
  
}

.beedle-is-connected {
  background-color: #00beed !important;
  color: #ccc !important; 
}

.profile-picture-wrapper {
  max-width: fit-content
}

.profile-picture-wrapper, .filepond--root {
  max-width: 100% !important;
  width: 100% !important;
}

#namespace-events pre {
  white-space: pre-wrap;
  overflow-x: auto;
}

.btn {
  margin: 5px;

}


.web-control-button {
  background: linear-gradient(to bottom, #111, #080808);
  border: 2px solid #bbb;
  border-radius: 5px;
  box-shadow: inset 0 4px 6px rgba(255, 255, 255, 0.7), inset 0 -2px 4px rgba(0, 0, 0, 0.4), 0 4px 8px rgba(0, 0, 0, 0.6);
  padding: 8px 16px;
  font-family: "Roboto", sans-serif;
  font-size: 24px !important;
  color: #FFCF56;
   min-width: 100px;
  
  /* height: 60px;  -- we don't know why these 2 suddenly screwed the pop-down but.. suddenly it did
  max-height: 100px; */
  /* text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); */
  line-height: 1;
  transition: all 0.2s ease-in-out;
  user-select: none !important;
}

#user-console {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  padding: 1rem;
  height: 50%;
}

.welcome {   
  padding-top: 50px;
  font-size: xx-large;
  font-weight:bold ;
  overflow-x:visible;
  width: 600px;
  min-height: 100px;
  max-height: 100px;
}

.next-event--active {
    background-color: #007bff;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }

#guestbook {
  border-radius: 5px; /* This will round the border. Increase the value for more rounding. */
  box-shadow: 0 5px 5px rgba(0,0,0,0.2); /* This adds a little shadow around the box to give a lifted effect */
  padding: 2px; /* This will give some space around the image inside the div */
  overflow: hidden; /* This will ensure the image also gets the rounded corners of the div */
}

#guestbook img {
  width: 100%; /* This will ensure your image takes up the full width of the div. You can adjust this to suit your needs */
  height: auto; /* This keeps the image's aspect ratio intact */
}
  

.console-big-label {
    font-size: 3rem;
}
  
.bg-light-blue {
  background-color: #ADD8E6;
}

.vertical-text {
    transform: rotate(-90deg);
    transform-origin: left bottom 0;
    text-align: right;
}
.inner_image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.inner_image img {
   width: 100%;
   height: 600px;
   object-fit: cover;
}

