.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }

.se-pre-con 
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: center no-repeat #fff;
}
body
{
    user-select: none;
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position:center;
	background-size:100% 100%;
}

.noPadding
{
	padding:0px!important;
}
.borderClass
{
    font-size: 6vw;
    font-weight: bold;
    border: 3px solid black;
    height: 25vh;
    border-radius: 10%;
    margin-top:15vh;
  /*  box-shadow:5px 10px rgb(14, 13, 13);*/
  box-shadow: -5px -3px 10px inset rgb(14, 13, 13);
}
.text
{
  margin-top:4vh;
  color:black;
}
.menu
{
  font-size: 3.5vw;
  font-weight: bold;
  border: 2px solid black;
  border-radius: 0.5vw;
  margin-top:1vh;
  color: black;
  box-shadow: 3px 3px black;
}

#playVideoBtnDiv
{
  position: fixed;
  bottom: 0;
  right:0;
  display:none;
}
.questions
{
    font-size: 2.5vw;
    text-align: left;
    line-height: 1.6;
    color: black;
}
.btn {
  cursor: pointer;
  text-align: center;

  /* so nobody selects the inside text on button */
  user-select: none;

  /* Smoothing out hover using css3 transitions, if not, the pressed button effect looks a bit hard */
  transition: all 0.2s ease;
}
#video
{
	margin-top: -7vh;
}
#playVideo
{
	height: 88vh;
}
#menus
{
	overflow:auto;
	height:60vh;
}
#menuName
{
	color: white;
    font-size: 3vw;
    font-weight: bold;
}
#selectMenuBtn
{
	font-weight: bold;
    font-size: 3.5vw;
}
.scroll::-webkit-scrollbar
{
    height:40vh;
    background-color: #F5F5F5;
    border-radius:1px;
}
.scroll::-webkit-scrollbar-thumb
{
    border-radius:10px;
    background-color: #000000;
}
.dropdown-menu {
	background-color:transparent;
}