html,
body {
  background-color: rgb(255, 255, 255);
  
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
	font-family: 'Poppins', sans-serif;
	
}


/* this is the beginning of the hidden menu */ 
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.2s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}


/* this is the end of the hidden menu */ 






/* Newly added side bar far left far right text */ 


#decorcontainer {
 
}

#textsideleft {
position: fixed;
    left: 0;
  top: 0;
height: 100%;
   width: 60px;
   text-align: center;
  color: white;
  writing-mode: vertical-rl;
 
}

#textsideright {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 100%;
  width: 60px;
   text-align: center;
  color: white;
  writing-mode: vertical-lr;
 
}
/* ongoing menu navbar prototype */ 
.jnavbar {
  display: flex;
  justify-content: center;
  margin-top: 10px;
	clear: right;
}

.jinit {
text-align: center;
   overflow: hidden;
   background: rgba(126, 125, 125, 0.5); /* Green background with 30% opacity */ 
   border-radius: 8px;
  height: 70px;
  width: 400px;
position: fixed;
line-height: 70px;

  
   }
   
.jnavbar a {
  background-color: rgb(139, 137, 137);
	 border-style: solid;
  border-color: rgb(165, 162, 162);
	border-width: 1px;
	 border-radius: 8px;
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.jnavbar a:hover {
	 border-radius: 8px;
  background: #ddd;
  color: black;
}
/* End of navbar above being particle below */ 


/* important this is the particle Code there is also a JS file*/ 
html .slides,
body .slides,
html > .dg,

body > .dg {
  display: none;
}

/* Below Junk from particle author positioning and socialmedial icons */ 
@media (min-width: 1000px) {
  body {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGkAAAAgCAMAAAAmC6asAAAAMFBMVEX19vf19vft7u/19vfp6uv19vfx8vP19vf19vf19vf19vfm5+j19vcAAAD19vfl5udu+MchAAAADnRSTlOIVcIz10StZneZEewiAMEzGswAAAF/SURBVHja7ZXZbsQwCEXjneXa/P/fFntm0uRpVGkaqVX8YAW4cMCxkq1ftW7STbpJP1sJb0lFPkJiekuq4TMkfkti+gxpe0uivRmB9LQOlHraNixnYErPONAfcYZntYfv9aDtJTmUO5OCeukGR5paqZtbGaSVzYWIlZ9DI6vVpC6shJw5TzdlZk47qZpldAkteBVToxNJrLGqoil6MPE9A1bSNorUXPYWvbLUjbg37lwRNPYW6x6eJK4ilB2hVmChJw2nWx4He3Map1exMVFvQyMVN78rlexbY7Gk0tWUm7gsHUnikQ6dwzLRLM/tRKIlGMMFoijmpthqBocLFTLWO41GnhrFXZIGTiTz5pIyA9G4uqSeSV3W4bSsqvycg0x9RTpcKHaHHybNOZBXfPa41jNjLCeqjRopzgI4kXYcsDqVZWJaZwVWHpYBTOuoACCvEpjTC3DFd6/oVV9YmPw+CWsb+H1SxVWkkgkoV5B6ijasXnMjBPIf/u436e+TvgDCaqPX6lO5yQAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
  }
  body > .dg {
    display: block;
  }
}



