	
	
loginHolder{
	display:flex;
	padding:5px;
}
.mySlides {display:none}
.w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-badge {height:13px;width:13px;padding:0}



.addNewItem{
	margin:10px;
	background: var(--addNewItemBG);
	border:thin solid black;
	font-weight:bold;
	text-shadow: 1px 1px black;
	color:white;
	font-family:arial;
	padding:5px 10px;
	display:inline-block;
	cursor:pointer;
	position:relative;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	top:-2px;
}
.addNewItem:hover{
	border:thin solid white;
}
.addNewItem:active{
	border:thin solid black;
	top:0px;
	box-shadow: inset 2px 2px 5px rgba(0,0,0,0.5);
}


.identifier{
		font-family:arial;
		font-weight:bold;
		font-size:.9em;
}
.flexC{
	display:flex;
	flex-direction:column;
}
.flexH{
	display:flex;
	font-family:arial;
}

formHolder{
	display:flex;	
}

.CC{
  align-items: center;
  justify-content: center;
}

slideholder{
	border:thin solid black;
	box-shadow:2px 2px 4px rgba(0,0,0,0.25);
	position:relative;
	display: flex;
	align-items: center;
	left:0;
	top:0;
	width:500px;
	height:500px;
}



slide{
	position:absolute;
	overflow:hidden;
	display:block;
	top:0;
	left:0;
}
sliderText{
	color:white;
	position:absolute;
	width:100%;
	background:linear-gradient(to bottom, #63b8ee 5%, #468ccf 100%);
	font-family:arial;
	top:0;
	left:0;
	padding:5px 5px;
	font-weight:bold;
	box-shadow:2px 2px 4px 4px rgba(0,0,0,0.5);
	box-sizing:border-box;
	border-bottom:thin solid white;
	text-shadow: -1px 1px 1px black;
	z-index:100;
}

slide.display{
	display:block;
	
}



slide img.zoom  {
    animation: SHW 10s;
    animation-fill-mode: both
}

@keyframes SHW {
    from {
        transform:scale(1);
		left:0;
    }
    to {
        transform: scale(1.2);
		left:-200;
    }
}

holderB{
  display: flex;
  align-items: center;
  justify-content: center;
}

  #stage {
    margin: 1em auto;
    width: 382px;
    height: 292px;
  }

  #stage a {
    position: absolute;
  }
  #stage a img {
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
  }

  #stage a:nth-of-type(1) {
    animation-name: fader;
    animation-delay: 4s;
    animation-duration: 1s;
    z-index: 20;
  }
  #stage a:nth-of-type(2) {
    z-index: 10;
  }
  #stage a:nth-of-type(n+3) {
    display: none;
  }

  @keyframes fader {
    from { opacity: 1.0; }
    to   { opacity: 0.0; }
  }
#stage a::after {
    position: absolute;
    left: 11px;
    top: 50%;
    padding: 5px 0;
    width: calc(100% - 22px);
    background: rgba(0,0,0,0.5);
    text-align: center;
    content: attr(title);
    font-size: 1.2em;
    color: #fff;
	text-shadow:1px 1px 1px black;
	box-shadow:0px 2px 4px rgba(0,0,0,0.5);
  }
  
#stage img{
width:50px;
height:50px;
}	
  
overallholder{
	margin-top:10px;
}
registerHolder{  
	flex-direction:column;
	display: inline-flex;
	align-items: start;
	justify-content: center;
	width:fit-content;
	align-self: center;	
	text-align:center;
}
registerItem{
	padding:5px 10px;
	align-items: center;
	justify-content: center;	
	display:flex;
	
}
registerImage img{
	width:40px;
	height:40px;
}
registerText{	
	margin-left:20px;
	font-family:arial;
	font-size:1em;
}


registerHolderB{
	margin:auto;
	width:fit-content;
}


addNewItem{
	display:inline-block;
}
.bigInfo{
	font-family:arial;
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:20px;
}
warning{
	font-weight:bold;
	color:red;
	margin-bottom:5px;
}


#pullRegister{
font-size:1.2em;
padding:10px 20px;	
}
addNewItem{
	text-align:center;
}
.CCs{
	align-self:center;
	justify-self:center;
}
overallholder{
	margin-top:5vh;
}
logoholder{
	flex:99;
}
	



@media only screen and (max-width: 600px) {
loginHolder{
	flex-direction:column;
}

.usernamepasswordHolder{
	flex-direction:column;
	padding:0vw 10vw;
}

form[method="POST"]{
	width:100%;
}
.loginButton{
	padding: 1vh 7vw;
    margin: 2vh 0vh;
}
topHeader{
	position:static;
}
registerItem{
	margin: 1vh 0vw;
}

}
