* {
	margin: 0;
	box-sizing: border-box;
	-webkit-user-select:none; 
}

/* @font-face {
	font-family: 'vogue';
	src: url('/assets/css/fonts/vogue/Vogue-Bold.ttf');
  } */

body {
	font-family: Arial, Helvetica, sans-serif;
	-webkit-user-select:none
}

input{
	-webkit-user-select: auto;
}
.wrapper {
	padding:10px;
		display: flex;
		flex-wrap: wrap;
		overflow: hidden;
		overflow-y: hidden;
		justify-content: center;
	  }

#doc-wrapper {
	padding:20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;	
margin-bottom: 80px;  }	  

#SlideOne{
	display: none;
}

#SlideTwo{
	display: none;
}

.disableBackBtn{
	pointer-events: none;
	opacity:50% !important;
}

  /* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f100; 
 
  }
  #backBtn
   {
	-webkit-user-select:none; 
   }
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #88888955; 
    border-radius: 20px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #55555585; 
  }

#ChallengeOne{
	display: none;
}

#SlideFive{
	display: none;
}


video{
	width: 80vw;
	height: 72vh;
	border-radius: 10px;
	outline: none;
}

.sidebar {
	height: 100%;
	width: 250px;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-image: linear-gradient(#37b6e8, #528EE0);
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	letter-spacing: 2px;
  }
  
  .sidebar a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 16px;
	color: white;
	display: block;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
  }
  
  .sidebar a:hover {
	color: #f1f1f1;
	background: linear-gradient(to right, #ffffff40, #ffffff10);
	transition:  3s;
  }

  .sidebar .active {
	color: #f1f1f1;
	background: linear-gradient(to right, #ffffff40, #ffffff10);
	
  }


  
  .sidebar .closebtn {
	  display: none;
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
	margin-top: 10px;
	
  }
  
  .sidebar .openbtn {
	display: none;
	position: absolute;
	top: 0;
	right: 17px;
	font-size: 36px;
	margin-left: 50px;
	margin-top: 20px;
  }



 .red-span-text {
	 color:#AA0000;
 }
  
  #main {
	transition: margin-left .5s;
	padding: 10px;
	margin-left: 250px;
	
  }

  #videoTrainingMain {
	transition: margin-left .5s;
	padding: 16px;
	margin-left: 250px;
	
  }
 .course-heading 
  {
	font-size:2vw; 
	width:50vw
  }

  @media screen and (max-width: 600px) {

	
	.closebtn {
		display: none;
		
	}

	  .openbtn {
		display: none;
		
	}
  }


  @media screen and (max-width: 600px) {
	  
        .sidebar {
			width: 80px;
		}
		#menuLinks {
			display: none;
		}
		#main {margin-left: 80px;}

		#videoTrainingMain {margin-left: 80px;}
		
		#cat
		{
			height:155px;
			width: 300px;
		}
		.poster-img{
			width: 300px;
		}

		.course-heading{
		
			width:100vw;
			font-size: 24px;
		}

		#openbtn{
			display: block;
		}
		#closebtn{
		  display: none;
	  }
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
	.sidebar {padding-top: 15px;}
	.sidebar a {font-size: 18px;}
	
  }

#menuLinks{

	margin-top: 20px;
	font-size: 12px;
}

#audioPlayer{
	margin-left: 80px;
	padding-top: 10px;
	text-align: center;
}

#openBtn {
	margin-left: 10px;
}

.settingbtnDiv {
	position: absolute;
	bottom: 20px;
	width: 100%;
}
.slide{
	background-color: #197B4395;
	color: white;
	padding: 40px;
	height: auto;
	width: 100vw;

	position: relative;
	box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 1.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-user-select:none; 
 justify-content: center;

}


#SlideOne {
	display: none;
}

#SlideTwo {
	display: none;
}

#SlideThree {
	display: none;
}

#SlideFour{
	display: none;
}

#SlideFive{
	display: none;
}
#SlideSix{
	display: none;
}


#slideOneBtns {
	display: none;
}

#slideTwoBtns {
	display: none;
}

#slideThreeBtns {
	display: none;
}

#slideFourBtns {
	display: none;
}

.hidebtn {
	display: none;
  }

  .GIGintro {
	position: absolute;
	top: 100px;
	left: 60px;
	 width: 350px;
	 height: auto;
  }

  .rachel-intro{
	position: absolute;
	top: 400px;
	left: 750px;
	 width: 350px;
	 height: auto;  
  }

  .m1-slide-one-txt-div {
	position: absolute;
	top: 100px;
	left: 450px;
	 width: 700px;
	 height: auto;  
  }

  .m1-slide-one-txt-div h1 {
	  font-size: 50px;
  }

  .m1-slide-one-txt-div h2 {
	font-size: 30px;
}

.m1-slide-one-txt-div li {
	font-size: 25px;
	margin-top: 10px;
}

.m1-slide2-gif{
	position: relative;
	top: 100px;
	left: 20px;
	width: 550px;
	height: auto;
}

.m1-slide-two-txt-div {
	background-image: url('./../public/images/brushed-alum.png');
	padding:20px;
	position: absolute;
	top: 100px;
	left: 800px;
	 width:500px;
	 height: auto;  
  }

  .m1-slide-two-txt-div-2 {
	background-image: url('./../public/images/brushed-alum.png');
	padding:20px;
	position: absolute;
	top: 400px;
	left: 800px;
	 width:250px;
	 height: auto;  
  }

  .m1-slide-two-txt-div h1 {
	  margin-top: 10px;
	  font-size: 25px;
  }
  .m1-slide-two-txt-div-2 h1 {
	margin-top: 10px;
	font-size: 20px;
}

  .gig-smile{
	position: relative;
	top: 200px;
	left: 325px;
	width: 250px;
	height: auto;
}




.sld-btn {
color: white;
}

.sld-btn:hover {
	color: #ffffff85;
}
.hide{
	display: none;
}