/* overlay the title page */
#titleWindow {
  position: absolute;
  margin: 0;
  top: 34px;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  max-height: 5000px;
  padding: 0px;
  border: 0px;
  overflow: hidden;
  z-index: 100;
  background-color: #252525;
  text-align: center;
}

.titleOptions {
  font-size: 20px;
  margin: auto;
  padding: 20px 20px 20px 20px;
  border: 1px #c4c4c4 solid;
  border-radius: 10px;
  width: 300px;
  text-align: center;
  color: #c4c4c4;
}

.titleOptions:hover {
  background-color: #373737;
}

#toplogo {
  position: absolute;
  display: block;
  right: 0px;
  height: 67px;
  z-index: 1000;
  background-color: #474747;
/*   border: 1px solid red; */
}


#titlelogo {
  display: block;
  position: absolute;
  top: 50px;
  height: 250px;
  width: 100%;
  white-space: nowrap;
/*   border: 1px red solid; */
}

#titleOptionsContainer {
  display: block;
  position: absolute;
  top: 350px;
  width: 100%;
  white-space: nowrap;
/*   border: 1px red solid; */
}

#titleOptionsContainer2 {
  display: block;
  position: absolute;
  top: 415px;
  width: 100%;
  white-space: nowrap;
/*   border: 1px red solid; */
}

.titleOptions2 {
  font-size: 16px;
  margin: auto;
  padding: 5px 10px 5px 10px;
  border: 1px #c4c4c4 solid;
  border-radius: 5px;
  width: 300px;
  text-align: center;
  color: #c4c4c4;
}

.titleOptions2:hover {
  background-color: #373737;
}

.QlogoShadow {
  filter: drop-shadow(4px 7px 3px rgb(0 0 0 / 0.4));
  height: 100%;
}

.QlogoSmallShadow {
  filter: drop-shadow(2px 3px 2px rgb(0 0 0 / 0.4));
  height: 100%;
}

.QlogotextShadow {
  filter: drop-shadow(4px 7px 3px rgb(0 0 0 / 0.4));
  height: 100%;
}

