.fixed-close-button{
	position: fixed;
	top: 0;
	right: 0;
}

.fixed-accessibility-button{
	/*position: fixed;*/
	top: 0;
	left: 0;
}

.fixed-nav-menu{
	position: fixed;
	/*background-color:grey;*/
	top:45%;
	right:0;
}


/* came from collections/assets/style2.css */
.full-height {
  height: 100%;
  /*background: yellow;*/
  padding-top: 1%;
  margin-bottom: 2%;
}

/* came from collections/assets/style2.css */
.closetab {
  background-color: #b83737; 
  color: white;
  padding: 4px 8px;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.4s;
  /*position: relative;
  bottom: 50px;*/
}

/* came from collections/assets/style2.css */
.closetab:hover {
  background-color: #707070;
  color: white;
}


.glow{
	
   text-shadow: 1px 1px 4px #0000ff30;
}

.stamp-popups{
	color: #333; text-align:justify; display:none; background-color:#f9f9f9; position:absolute; top:15%; left:15%; width:80%; z-index:10; font-size:16px; box-shadow:0px 0px 10px #b2580a; padding:10px;
}