:root {
  --main-bg-color: yellow;
  --navbar-color:yellow;
  --navbar-active:#138c01;
}



body{
	font-family: Helvetica-light, Arial, sans-serif;
	font-weight:350;
	font-size: 1em;
	color: #222;
	background: var(--main-bg-color);
	margin: 0;
	height: 100%;
	line-height: 1.4em;

	
}



#yasunagabox {
  
  height: 60px;
  width: 220px;
  /*border-radius: 5px;*/
  background-color: var(--main-bg-color);
  padding-left:10pX;
  padding-right:10pX;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;

  }


#randomImageBox {
  width:80%; 
}


#WebGL-output {
	
	
	margin: 0 auto;
	
	height: 400px;
	width: 400px;
	
  	overflow: hidden;
  	}

  #WebGL-output2 {
	
	
	margin: 0 auto;
	
	height: 400px;
	width: 600px;
	
  	overflow: hidden;
  	}








 #container {
	
	margin: 0 auto;
	padding-left:10pX;
	
	padding-right:10pX;
	
	height: 100%;
	max-width: 700px;
	
	clear:both;
  	text-align: left;


  
  }



 #container ul li{
	list-style: none;
}

#container p{
	padding-left:10px;
	padding-right:10px;
	
}


#container2 {
  
  margin: 0 auto;
  padding-left:2%;
  
  
  
  height: 100%;
  max-width: 900px;
  
  
    text-align: left;

    
  }


	



#imagee {
	
	width: 700px;
	height: 150px;
	overflow: scroll;
  	
}



img {

    max-width: 100%;
    height: auto;
    image-orientation: from-image;

}

div.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  z-index: -999;
}

* {box-sizing: border-box;}
.img-zoom-container {
  position: relative;
}
.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  
  width: 40px;
  height: 40px;
}
.img-zoom-result {
  border: 1px solid #d4d4d4;
  
 
  
  
  position: -webkit-sticky;
  position: sticky;
    top: 0;
    
    width: 150px;
    height:150px;
   

    
}



.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;


}

.bg2 {
 height: 100%;
 margin: 0 auto;
 max-width: 1000px;
 clear:both;
 text-align: left;


 background-image: url(images/ring/back.jpg);
 background-size: 100%;
}


.navbar {
  overflow: hidden;
  background-color: var(--navbar-color);  
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;

 
}

.navbar a {
  float: left;
  display: block;
  color: #222;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  z-index: 9999;


}

.navbar a:hover {
  background-color:  var(--navbar-active);
  color: #222;
  border-radius: 0px;
  z-index: 9999;
}

.navbar a.active {
  background-color:  var(--navbar-active);
  color: #222;
  border-radius: 0px;
}

.navbar .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .navbar a:not(:first-child) {display: none;}
  .navbar a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .navbar.responsive .icon {
    position: absolute;
    right: 0;
    bottom:0;
  }
  .navbar.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

}

#header {
	max-width:100%;
	height:100%;
	text-align: left;
	line-height: 1.9em;

  
}

#header2 {
	max-width:100%;
	height:100%;
	text-align: right;
}

#headerTitlebox {
	max-width:100%;
	height:auto;
	text-align: left;
	line-height: 1.7em;
	background-color: #ffffff;
}

#header ul li{
	list-style: none;
}

#contentheader {
	width:850px;
	margin:40px 0;
	text-align: left;
}

#contentheader ul li{
	list-style: none;
}

.subheader {
	background-color:#005a55;
	padding: 25px 20px;
	color: #fff;
}



.content{
	text-align: justify;

    height: auto;
	display: inline-block;

}



.content ul, .content ol {
	margin-left: 20px;

}

.

.content #header ul, .content #header ol, #contentheader ul, #contentheader ol  {
	margin-left: 0px;
}



h1{
	font-family: Helvetica-light, Arial, sans-serif;
	font-weight:400;
	color: #000000;
	font-size:1.6em;
	margin-top:10px;
	
}

h2{
	font-family: Helvetica-light, Arial, sans-serif;
	font-size: 1.4em;
	color: #000000;
	font-weight: normal;
	margin-top:35px;
}
h3{
	font-family: Helvetica-light, Arial, sans-serif;
	font-size: 1em;
	color: #000000;
	font-weight: normal;
	margin-top:35px;
}

h4{
	font-family: Helvetica-light, Arial, sans-serif;
	font-size: 0.8em;
	color: gray;
	font-weight: normal;
	
}

.big {
	font-size: 1.4em;
}

ul, ol, li {
	margin-left: 0;
	padding-left: 0;
}

a {
	color: #000;
}

a:active{
	 color: blue;
}

a:hover {
	text-decoration: none;
  background-color: pink;
	
}

#credit{
    font-family: 'Gudea',sans-serif;
  font-size: 0.8em;
  color: gray;
  font-weight: normal;
  float: 
  right;
}

#credit a {
  color: gray;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 10px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#mainL a, #mainR a, #header h1 a, #contentheader a {
	text-decoration: none;

}




#header a:hover, #contentheader a:hover{
	text-decoration: underline;
}

#footer {
	clear: both;
	height: 60px;
}

.calendar, .calendarActive, .calendarMandatory, .calendarP1Mandatory, .calendarP2Mandatory, .calendarP1, .calendarP2 {
	width: 595px;
	background-color:#969064;
	margin-bottom:10px;
	padding: 25px 20px;
	color: #1C2929;
}

.calendarActive{
	background-color:#8ECFCD;
	color: #1C2929;
}

.calendarMandatory{
	background-color:#dd0035;
	color: #fff;
}

.calendarP1Mandatory{
	background-color:#e4d200;
	color:#000;
}

.calendarP2Mandatory{
	background-color:#cc09b1;
	color:#fff;
}


.calendarActive:hover{
	background-color: #63908F;
}

.calendarP1{
	background-color:#e3e06d;
}

.calendarP2{
	background-color:#ef9ce8;
}

.caption{
	margin:0 0 20px 0;
}

blockquote{
	font-size: 1em;
	line-height: 1.25em;
	margin:0;
	padding-bottom: 10px;
}

mark {

	background-color: #8ECFCD;
}





/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}



/* width */
::-webkit-scrollbar {
    width: 30px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0px gray; 
    border-radius: 0px;

   
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background:#edddc9; 
    border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #138c01; 
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 50px; /* Place the button at the bottom of the page */
    right: 10px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: var(--navbar-active); /* Set a background color */
    color: black; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 0px; /* Rounded corners */
    font-size: 10px; /* Increase font size */
}

#myBtn:hover {
    background-color: #138c01; /* Add a dark-grey background on hover */
}