body {
  background-image: url("./img/Others/Background.webp");
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center !important;
}

.welcomeContent {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #ffffff;
  font-size: 2.2em;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  transition-duration: 0s;
  transition: -webkit-backdrop-filter 0.5s linear;
  transition: backdrop-filter 0.5s linear;
  transition: backdrop-filter 0.5s linear, -webkit-backdrop-filter 0.5s linear;
  -webkit-backdrop-filter: saturate(100%) blur(8px);
          backdrop-filter: saturate(100%) blur(8px);
}

.titleContainer {
  position: relative;
  text-align: center;
}

.backgroundImage {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  max-height: 300px;
  z-index: -1;
  pointer-events: none;
}

.titleContainer h1 {
  margin-top: 2em;
  position: relative;
  color: #ffffff;
  font-size: 1.5em;
  word-wrap: break-word;
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  letter-spacing: 0.05em;
  text-shadow: 0.05em 0.075em 0.15em rgb(0, 0, 0);
  padding: 0.5em;
}

.buttonContainer {
  display: flex;
  flex-direction: row;
  gap: 5em;
}

.buttonWrapper {
  text-align: center;
}

.buttonText {
  color: #ffffff;
  font-size: 1rem;
  text-shadow: rgb(0, 0, 0) 0 1px 8px;
  display: inline-block;
  margin-top: 1.1em;
}

.welcomeContent .welcomeButton,
.welcomeContent .welcomeButtonYT,
.welcomeContent .welcomeButtonWJ {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 72px;
  line-height: 1.2em;
  padding: 0.5em;
  font-size: 1.8rem;
  background-color: #235163;
  border-radius: 12pt;
  text-shadow: none;
  box-shadow: 0.1em 0.1em 0.6em rgba(0, 0, 0, 0.6);
  text-align: center;
}

.welcomeContent .welcomeButtonYT {
  background-color: rgb(102, 16, 16);
}

.welcomeContent .welcomeButtonYT:hover strong {
  color: rgba(242, 242, 242, 0.9);
}

.welcomeContent .welcomeButtonYT:hover {
  color: rgba(255, 255, 255, 0.8);
  background-color: #960f2a;
  box-shadow: 0em 0em 0.6em rgba(64, 8, 8, 0.37);
}

.welcomeContent .welcomeButtonWJ {
  background-color: rgb(31, 27, 36);
}

.welcomeContent .welcomeButtonWJ:hover strong {
  color: rgba(242, 242, 242, 0.9);
}

.welcomeContent .welcomeButtonWJ:hover {
  color: rgba(255, 255, 255, 0.8);
  background-color: #443a51;
  box-shadow: 0em 0em 0.6em rgba(50, 114, 139, 0.37);
}

.welcomeContent .welcomeButton strong,
.welcomeContent .welcomeButtonYT strong,
.welcomeContent .welcomeButtonWJ strong {
  color: rgb(242, 242, 242);
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 1.3em;
}

.welcomeContent .welcomeButton:hover {
  color: white;
  background-color: rgb(50, 114, 139);
  box-shadow: 0em 0em 0.6em rgba(50, 114, 139, 0.37);
}

.blur {
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  -webkit-backdrop-filter: saturate(100%) blur(0.5px);
          backdrop-filter: saturate(100%) blur(0.5px);
}

.blur h2 {
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  text-shadow: 0.05em 0.075em 0.1em rgba(0, 0, 0, 0.7);
}

.disabledButton {
  pointer-events: none;
  cursor: not-allowed;
  background-color: #333333 !important;
}

.disabledButton strong {
  color: rgba(255, 255, 255, 0.3764705882) !important;
}

@media screen and (min-width: 900px) {
  #title br {
    display: none;
  }
  #title::after {
    content: " ";
    display: inline;
  }
}
@media only screen and (max-width: 900px) {
  .titleContainer h1 {
    font-size: 1em;
  }
  .buttonContainer {
    flex-direction: column;
    margin-bottom: -5em;
    gap: 0;
  }
  .buttonWrapper {
    margin-bottom: 1em;
  }
  .buttonText {
    display: none;
  }
  .welcomeContent .welcomeButton,
  .welcomeContent .welcomeButtonYT,
  .welcomeContent .welcomeButtonWJ {
    width: 260px;
    height: 58px;
    font-size: 1.4rem;
  }
  .navigationArrow .arrowText {
    display: none;
  }
  #sideButton {
    margin-left: 0;
    margin-right: 1em;
  }
  #sidenavLeft .guideLinks {
    display: block;
  }
  #sidenavRight {
    width: 0%;
  }
  h1,
  h2 {
    line-height: 1.2em;
  }
}
@media only screen and (min-width: 901px) {
  #sideButton {
    margin-left: -100px;
  }
}
.header {
  box-shadow: 0 6px 12px 2px rgba(0, 0, 0, 0.5) !important;
}/*# sourceMappingURL=frontPage.css.map */