icons/* CSS Document */


/* Local Fonts */
@font-face {
	font-family: timeless ;
	src:
		local(Timeless),	
		url("fonts/Timeless.ttf");
}


@font-face {
	font-family: timeless;
	src:
		local(Timeless),
		url(fonts/Timeless-Bold.ttf);
	font-weight: bold;
}

@font-face {
	font-family: stamp;
	src: url("fonts/STAMPWRITER-KIT.ttf");
}

@font-face {
	font-family: spotted;
	src: url("fonts/EingrantchMono-Medium.ttf");
}

@font-face {
	font-family: lotion;
	src: url(fonts/Lotion-Regular.ttf);
}

@font-face {
	font-family: lotion;
	src: url(fonts/Lotion-Bold.ttf);
	font-weight: bold;
}


@font-face {
	font-family: lotion;
	src: url(fonts/Lotion-RegularItalic.ttf);
	font-style:italic ;
}

@font-face {
	font-family: lotion;
	src: url(fonts/Lotion-.ttf);
	font-style:italic ;
}

@font-face {
	font-family: f25;
	src: url(fonts/F25_Executive.otf);
}

@font-face {
	font-family: wicked;
	src: url(fonts/WickedGrit.ttf);
}

/* General styles , pan pages - or they should be */ 
html {
	overflow: auto;
	scroll-padding-top: 15rem;
	scroll-behavior: smooth;
}

body {
	background-image: url("img/stream-bg-01.jpg");
	background-color: #000;
}

p,h1,h2,h3,ul,li,a{
	font-family: f25,"Courier New",consolas, "Lucida Console", monospace;
	font-size: inherit;
}

.impact{
	font-family: "Arial Black", Impact, Haettenschweiler, "Franklin Gothic Bold", "sans-serif";
}

#cover {
	display:block;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:#000;
	background-image: url(svg/wfbadge01.svg)center 30% no-repeat;
	z-index: 30;

}

.navTop {
	display: block;
	width:100%;
	background: url("img/culvertWallA.jpg");
	font-size:1.3rem;
	text-align: center;
	position: sticky;
	top:0;
	z-index: 5;
}



#catalog,
#musing,
#design,
#info {
	text-decoration: underline;
	font-weight: bold;
	padding:5px;
}

#catalog { background: #c3a165; }

#musing { background: #b3c6c5; }

#design { background: #bc84a5;}

#info { background: #c97475; }


.indexNav {
	color:#E18082;
	font-size:1rem;
	margin-bottom:5rem;
	display: block;
	width:100%;
	background: #00000080;
	text-align: center;
	margin-bottom: 3rem;
	position: sticky;
	top:0;
	z-index: 4;
	user-select: none;
	-moz-user-select: none;
	letter-spacing: 2px;
}

.indexNav > ul{
	list-style-type:none;
	display:block;
	margin:auto;
	padding:0;
	padding-top: 10px;
}

.indexNav > ul > li{
	display: inline-block;
	padding:5px;
	position:relative;
	margin:5px 10px;
}

.indexNav > ul > li > p {
	border-bottom: 3px #E18082 solid;
	width:fit-content;
	margin:auto;
	cursor: pointer;
	font-size:15px;
}



.detailNav {
	display: block;
	width:100%;
	background: url("img/culvertWallA.jpg");
	font-size: 1rem;
	text-align: center;
	padding:10px;
}

.navTop > ul{
	list-style-type:none;
	width:95%;
	margin:auto;
	padding:0;
	background-color:#00000080 ;
}

.navTop > ul > li{
	display:inline-block;
	width:fit-content;
	padding:10px;
	
}
.navTop > ul > li> a{
	color: #E18082;
	text-align: center;
	letter-spacing:.13rem;
}

.navTop > ul > li> a:hover,
.navTop > ul > li> a:active {
	font-weight: bold;
}




.orderNav {
	margin-bottom:4rem;
}

.detailNav > ul{
	list-style-type:none;
	width:80%;
	display:flex;
	margin:auto;
	padding:0;
}

.detailNav > ul > li{
	font-size: 1.5rem;
	padding: 0.13rem;
	flex: 45%;
}
.detailNav > ul > li> a{
	color: #E18082;
	text-align: center;
	font-weight:bold;
	letter-spacing:.13rem;
}

.filler{
	position:relative;
	width:100%;
	height:4rem;
}

#bgImg {
	position: absolute;
	width:100%;
	height: 100%;
	background-image: url("img/stream-bg-01.jpg");
	background-size:contain;
	z-index: -2;
}

.titleBar{
	width:100%;
	position:relative;
	background-image: url("img/culvertWallA.jpg");
	background-color: rgba(0,0,0,0.69);
	z-index:3;
}

.titleBar > h1{
	font-size:1.5rem;
	position: relative;
	margin:auto;
	float:left;
	padding: 30px 0;
	z-index: 2;
	background-color:#faebd799;
	text-align:center;
	width:60%;
	border-radius: 20px 20px 0 0;
}

.titleBar > h2{
	font-size:15px;
	text-align: center;
	background-color: #faebd799;
	padding: 0 33px 10px;
	position:relative;
	right:10px;
}


.titleBar > p{
	color:black;
	font-size:1.5rem;
	font-weight:bold;
	text-align: center;
	background-color: #6E6C6C;
}

.titleBar > p > a{
	color:black;
	width:fit-content;
	display:inline-block;
	margin:auto;
	padding:1rem;
}

.titleBar > p > a:hover,
.titleBar > p > a:active{
	background:tan;
	border-radius: 20px 20px 0 0; 
}

.titleBar > a {
	display: block;
	position: relative;
	margin: auto;
	width:33%;
	z-index: 3;
}

.sticky-side {
	display: none;
	position:fixed;
	width:19%;
	top:33px;
	background: url("img/sticky-side-block-02.png") 0 0 / contain;
	float: right;
	z-index: 5;
	padding: 20px 0;
	border-radius: 20px 0 0 20px;
	right:0;
}

.sticky-side > ul {
	list-style-type:none;
	width:80%;
	position:relative;
	display:inline-block;
	padding:0;	
}
.sticky { 
	position:relative;
	width:100%;
}

.sticky-note { 
	position:relative;
	width:100%;
	margin: 0 18px 1rem;
	filter: drop-shadow(5px 5px 10px)
}

.stickyA {background: url("img/sticky-note-01.png"); transform: rotate3d(11,5,4, 10deg);
} 
.stickyB {background: url("img/sticky-note-02.png"); transform: rotate3d(11,5,-7, 10deg);
}
.stickyC {background: url("img/sticky-note-03.png"); transform: rotate3d(11,5,7, 10deg);
}

.scrawl {
	position:relative;
	width:117px;
	left:0;
	display: block;
	margin:auto;
	padding: 5rem 4rem;
	overflow: hidden;
}

.stickyA-frames {
	background: url(img/sticky-scrawl-index-03b.png) 0 no-repeat;
}

.stickyB-frames {
	background: url(img/sticky-scrawl-index-03b.png) 0 no-repeat;
}

.stickyC-frames {
	background: url(img/sticky-scrawl-index-03b.png) 0 no-repeat;
}


.scrawl:hover {
	animation: 1s steps(12) 0s alternate infinite anim;
}

@keyframes anim {
	0% {
		background-position: 0;
	}
	100% {
		background-position: -1560px;
	}
}

/*  front page carousel  */

@keyframes tonext {
	75% {
		left: 0;
	  }
	  95% {
		left: 100%;
	  }
	  98% {
		left: 100%;
	  }
	  99% {
		left: 0;
	  }
}

@keyframes tostart {
	75% {
		left: 0;
	  }
	  95% {
		left: -300%;
	  }
	  98% {
		left: -300%;
	  }
	  99% {
		left: 0;
	  }
}

@keyframes snap {
	96% {
		scroll-snap-align: center;
	  }
	  97% {
		scroll-snap-align: none;
	  }
	  99% {
		scroll-snap-align: none;
	  }
	  100% {
		scroll-snap-align: center;
	  }
}

#carousel-block {
	width:100%;
	position:relative;
	margin: 0 auto 7rem;
	background: url("img/carousel-block-01.png") center/cover;
	border-radius: 20px;
	padding:10px;
	box-shadow:#000 10px 10px 5px ;
	z-index:6;
	user-select: none;
}

.carousel > ol > li {
	list-style:none;
	margin:0;
	padding:0;
}

.carousel-img {
	width:85%;
	margin:auto;
	border-radius:20px 20px 0 0;
}

.carousel {
	position:relative;
	padding-top:110%;
	width: 100%;
	margin:auto;
}

.carousel-viewport {
	position:absolute;
	top:10px;
	right:0;
	bottom:-1rem;
	left:0;
	display: flex;
	overflow-x:scroll;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
}

.carousel-slide {
	position: relative;
	flex: 0 0 100%;
	text-align: center;
}
/* this needs to get replaced by JS, lookit all this */
#carousel-slide1 > p,
#carousel-slide1 > a > p {
	width: 85%;
	background: #c3a165;
	margin:auto;
	padding:10px 20px;
	border-radius: 0 0 20px 20px;
	border: black thin solid;
	border-top:none;	
}

#carousel-slide2 > p,
#carousel-slide2 > a > p {
	width: 85%;
	background: #b3c6c5;
	margin:auto;
	padding:10px 20px;
	border-radius: 0 0 20px 20px;
	border: black thin solid;
	border-top:none;	
}


#carousel-slide3 > p,
#carousel-slide3 > a > p {
	width: 85%;
	background: #bc84a5;
	margin:auto;
	padding:10px 20px;
	border-radius: 0 0 20px 20px;
	border: black thin solid;
	border-top:none;	
}


#carousel-slide4 > p,
#carousel-slide4 > a > p {

	width: 85%;
	background: #c97475;
	margin:auto;
	padding:10px 20px;
	border-radius: 0 0 20px 20px;
	border: black thin solid;
	border-top:none;	
}

#carousel-slide5 > p,
#carousel-slide5 > a > p {
	width: 85%;
	background: #c3a165;
	margin:auto;
	padding:10px 20px;
	border-radius: 0 0 20px 20px;
	border: black thin solid;
	border-top:none;	
}


.carousel-slide  > p {
	font-size:1.5rem;
	font-weight: bold;
	color: #000;
}

.carousel-slide > a {
	font-family: f25;
	font-weight: bold;
	display: block;
	position:relative;
	margin:auto;
	color:#000;
}

.carousel-slide  > a > p {
	font-size:1.5rem;
	color: #000;
}

.carousel-slide > a:hover,
.carousel-slide > a:active {
	font-weight: bold;
}

.carousel-snapper {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	scroll-snap-align: center;
}

@media (hover: hover){
	.carousel-snapper {
	  animation-name: tonext, snap;
      animation-timing-function: ease;
      animation-duration: 4s;
	}
	.carousel-slide:last-child .carousel-snapper {
		animation-name: tostart, snap;
	}
}

@media (prefers-reduced-motion: reduce){
	.carousel-snapper {
		animation-name:none;
	}
}

.carousel:hover .carousel-snapper, 
.carousel:focus-within .carousel-snapper {
	animation-name:none;
}

.carousel-navigation {
	position:relative;
	margin:auto;
	text-align: center;
}

.carousel-navigation-list,
.carousel-navigation-item {
	display: inline-block;
	padding:0;
}

.carousel-navigation-button {
	display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #000;
    background-clip: content-box;
    border: 0.25rem solid transparent;
    border-radius: 50%;
    font-size: 0;
    transition: transform 0.1s;
}

.carousel::before,
.carousel::after,
.carousel-prev,
.carousel-next {
	position: absolute;
    top: 40%;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    font-size: 0;
    outline: 0;
}

.carousel::before,
.carousel-prev {
	left:0;
}

.carousel::after,
.carousel-next {
	right:0;
}

.carousel::before, 
.carousel::after {
	display: none;
	content: '';
    z-index: 1;
    background-color: #333;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    font-size: 2.5rem;
    line-height: 4rem;
    text-align: center;
    pointer-events: none;
}



#shopTitle{
	width:100%;
	position:relative;
	background-image: url("img/culvertWallA.jpg");
	background-color: rgba(0,0,0,0.69);
	z-index:4;
}

#shopTitle > h2 {
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	border-radius: 0 20px 20px 0;
	position:relative;
	top:30px;
}


#wrapper{
	position:relative;
	width: 100%;
}

#main-folders {
	float:none;
}


#folders{
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
	box-shadow:10px 5px 5px black;
}


.shopFolders {
	position: relative;
	top: 24px;
}

.redact{
	background-color: #000000;	
	color:#000;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.modal{
	display:none;
	position: fixed;
	z-index: 7;
	height: 100%;
	width:100%;
	overflow:auto;
	background-color: rgb(0,0,0);
	background-color:rgba(0,0,0,0.69);
	
}

.modal-content{
	margin: 3rem auto 3rem;
	width:100%;
	background-color: #676767;
	padding: .5rem;
	border: 1px solid #888;
	border-radius: 20px;
	position: relative;
	-webkit-animation-name:paperslide;
	-webkit-animation-duration:0.75s;
	animation-name:paperslide;
	animation-duration:.75s;
}

#spellboundPaper{display:block;}
#possessPaper{display:none;}

.close{
	color:#aaa;
	font-size:3rem;
	font-weight: bold;
	cursor: pointer;
	position:absolute;
	z-index: 1;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
	float:right;
	top:-0.5rem;
	right:1rem;
	line-height:1.5;
}

.close:hover,
.close:focus{
	color:black;
	text-decoration:none;
	cursor:pointer;
}



.close-sticky{
 background-color: #faf68e ;
 color:#000;
 padding: .5rem 1.5rem;
 position:relative;
 height:2.5rem;
 width:fit-content;
 text-align:center;
 font-weight:bold;
 font-size:1rem;
 font-family: "Courier New",consolas, "Lucida Console", monospace;
 z-index:2;
 float:right;
}

.close-sticky:hover,
.close-sticky:focus{
	cursor:pointer;
}

.repButt{
	color: #ffffff;
	background: #000;
	cursor:pointer;
	padding:10px;
	font-size:1rem;
	font-weight:bold;
	display:block;
	margin:0 auto;
	width:fit-content;
	text-align:center;
	border-radius:10px;
	font-size:1rem;
	font-weight:bold;
	transition: background-color 0.5s;
}
.repButt:hover,
.repButt:focus{
	background-color: tan;
}
.repButt > p{
	text-align:center;
	font-size:1.2rem;
}

.repLink{
	font-weight:bold;
	cursor:pointer;
	width:50%;
	margin:.5rem auto;
	border:black solid .13rem;
	padding:.333rem;
	border-radius:10px;
}

.repLink:hover,
.repLink:focus{
	background-color: tan;
}


.repLink > a{
	color:black;
	text-align:center;
	font-size:1.333rem;
	margin:auto;
	display:block;
	
}
.sideCol {
	width: 10%;	
	position: fixed;
	background-image: url("svg/sideCol-vine-a.svg");
	background-repeat: repeat-y;
	background-size:100% auto;
	height: 100%;
	z-index: 1;
}

.leftCol{
	left:1rem;
	z-index:3;
}

.rightCol{
	right:1rem;
	top:0;
	z-index:3;
}


#openPaper{
	width: 90%;
	height: 15rem;
	cursor: pointer;
	top:2rem;
	margin:0 auto -4rem;
	padding: 0.2rem;
	overflow:hidden;
	background:#7b7874;
	border-radius:3px;
}

#openPaper > p{
	opacity:70%;
}

#openPaper > img {
	width:50%;
	float:left;
	border-radius:20px;
	opacity:20%;
}

#openPaper > ul {
	width: 40%;
	opacity:70%;
}



.openPaper{
	position: relative;
	background-color:#faebd7;
	padding:0.2rem;
	margin:1rem auto;
	-webkit-animation-name:paperslide;
	-webkit-animation-duration:0.75s;
	animation-name:paperslide;
	animation-duration:.75s;
	z-index:1;
	display:none;
}

 -webkit-keyframes paperslide{
	from{transform:translateY(110vh); opacity:0}
	to{transform:translateY(0); opacity:1 }
}

 @keyframes paperslide{
	from{transform:translateY(110vh); opacity:0}
	to{transform:translateY(0); opacity:1 }
}


.openPaper > p{
	text-align:center;
	font-size: 20px;
	line-height: 1.5;
}

.openPaper > a {
	text-align:center;
	font-size:1.333rem;
	color:#000;
	position:relative;
	display:block;
	margin:1rem auto;
}
.openPaper > a:hover,
.openPaper > a:active{
	background:tan;
	line-height:2;
	font-weight:bold;
	font-size:1.5rem;
}



.openPaper > h2{
	margin:auto;
	font-size: 1.2rem;
	text-align: left;
}


.openPaper > ul{
	list-style:none;
	padding:0;
	width:70%;
	margin:0 auto;
}

.openPaper > ul > li{
	font-size: 1.2rem;
	font-family:inherit;
	line-height:2;
}


.itemOpenPaper{
	position: relative;
	background:wheat;
	width:90%;
	cursor:pointer;
	padding:0 20px 0;
	margin:0 auto;
	z-index:4;
	display:flex;
	font-size: 13px;
	line-height: 1;
}

.itemOpenPaper > a {
	width:fit-content;
	color:#000;
	padding: 5px;
	flex:30%;
}

.itemOpenPaper > a:hover,
.itemOpenPaper > a:active{
	font-weight:bold;
	border-radius:20px 20px 0 0;
}

.itemOpenPaper > p {
	width:80%;	
	flex:5%;
	padding: 5px 0 0;
	margin:0;
	text-align:center;
}

.shopPaper {
	position: relative;
	top: 12px;
	padding: 15px 10px 39px;
}

.modalimg{
	width: 70%;
	padding: 0.5rem;
	margin: auto;
	border-radius: 20px;
	position: relative;
}


.folder{
	width:100%;
	padding:2rem 2rem 2rem 2rem;
	max-height:0;
	position:relative;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background:rgba(0,0,0,0.00);
	background-color: #ab9c85;
	cursor:pointer;
	border-radius:5px 5px 0 0;
}

.bottomFolder{
	border-top: black thin solid;
	padding:5em 2em;
	height:4rem;
	overflow: hidden;
}

.folderMark {
	width: 300px;
	bottom: 65px;
	position: relative;
	left: 100px;
}

.folderTab{
	padding: 5px;
	margin-left: 20px;
	line-height: 1;
	width: fit-content;
	cursor:pointer;
	z-index: 4;
	border-radius: 20px 20px 0 0;
	left: 10px;
	position: absolute;
	top: -40px;
	align-self: start;
}

.folderTab > p {
	font-size:15px;
	font-weight: bolder;
	background-color: #C7C7C7;
	letter-spacing: .1rem;
	padding:10px;
	border-bottom: thin black solid;
	margin:0 10px;
}

.itemFolderTab{
	padding: .5rem 1rem;
	background: #b3c6c5;
	position: relative;
	width: fit-content;
	border-radius:20px 20px 0 0;
	cursor:pointer;
	bottom: 0px;
	float:left;
}


#infoFolderLinks > ul {
	width: fit-content;
	margin:33px auto;
	list-style: none;
	padding:0;
}
#infoFolderLinks > ul > li {
	line-height: 3;
}

#infoFolderLinks > ul > li > a {
	font-family:wicked;
	width:fit-content;
	position:relative;
	padding-top:10px;
	font-size: 20px;
	color: #000;
}


#infoFolderLinks > ul > li > a > img {
	width: 45px;
	margin-bottom: 15px;
}


#lowerHomeLink > ul {
	width: fit-content;
	margin:33px auto;
	list-style: none;
	padding:0;
}
#lowerHomeLink > ul > li {
	line-height: 1;
}




#lowerHomeLink > ul > li > ul {
	width: fit-content;
	list-style: none;
	padding:0;
}
#lowerHomeLink > ul > li > ul > li{
	line-height: 2;
}


#lowerHomeLink > ul > li > ul > li > a {
	font-family:wicked;
	width:fit-content;
	position:relative;
	padding-top:10px;
	font-size: 20px;
	color: #000;
}



.currentItemPage{
	background:#E18082;
	border-radius:20px;
}

#lowItemNav
{
	width:fit-content;
	margin:10px auto;
	padding:10px;
	text-align: center;
}

.topItemNav{
	display:flex;
	position: relative;
	margin:auto;
	text-align:center;
	padding:10px;
}

#lowItemNav > a{
	color:#000;
	font-size: 1rem;
	text-align: center;
	padding:.5rem;
}

.topItemNav > a{
	color:#000;
	font-size:1rem;
	flex:30%;
	padding:10px;
}

.topItemNav > p{
	flex:5%;
	font-size: 1.2rem;
	padding:10px;
}

topItemNav > a:hover,
topItemNav > a:active{
	background:tan;
	font-weight:bold;
	padding: 0.5rem;
	border-radius:20px 20px 0 0;
}

#lowItemNav > p{
	color:#000;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	display:inline-block;
}

.fileTabA{
	background: #c7a466;
}

.fileTabB{
	background: #b3c6c5;
}

.fileTabC{
	background-color:#bc84a5;
}

.fileTabD{
	background-color:#c97475;
}

.fileTab {
	border-radius:20px 20px 0 0;
	left:10px;
	position:absolute;
	top:-50px;
}

.fileTabAshop{
	background: #c7a466;
	position: absolute;
	z-index:5;
	border-radius:20px 20px 0 0;
	overflow: visible;
	top:-40px;	
}

.fileTabBshop{
	background: #b3c6c5;
	position: absolute;
	z-index: 2;
	border-radius:20px 20px 0 0;
	top:-40px;
}

.fileTabCshop{
	background-color:#bc84a5;
	position: absolute;
	z-index: 4;
	border-radius:20px 20px 0 0;
	top:-40px;
}

.shopTab{
	background: #c7a466;
	z-index:5;
	border-radius:20px 20px 0 0;
	overflow: visible;
}

.folderTabFull{
	padding: .05rem;
	margin:0 auto;
	position: relative;
	width: 70%;
	cursor:pointer;
	font-size: 2rem;
	bottom: -2px;
	text-align:center;
	font-weight:bolder;

}
.folderTabFull>p{

}



.openFolder{}

.innerFolder{
	position:relative;
	margin:auto;
	padding: 10px 10px 0;
	border-radius:5px 5px 0 0;
}



.paper{
	margin: auto;
	padding: 0 .5rem 1rem;
	position: relative;
	max-height: 20px;
	transition: max-height 0.75s ease-out;
	overflow: hidden;
	background-color:antiquewhite;
	cursor:pointer;
	-webkit-tap-highlight-color: transparent;
}

.paper > p {
	line-height: 1.5;
	padding: 10px;
}

.paper > ul {
	font-family:wicked;
	width:fit-content;
	position:relative;
	left:10%;
	padding-top:10px;
	font-size: 20px;
}

.paper > ul > li > a {
	font-family: wicked;
	color: #000;
}

.paper > ul > li > a > img {
	width: 40px;
}


.toTop {
	padding:10px;
	position:relative;
	color: #000;
	font-size: 12px;
	float:right;
	right:30px;
	border:none;
	background:none;
	cursor: pointer;
	font-size: 1rem;
	text-decoration: underline;
}



#morphPage{
	background:#bf8169;
	box-shadow:0 -2px 15px 0 #000;
	position:relative;
	z-index:4;
	color:#ffffff;
}

#possPage{
	background:#a85762;
	box-shadow:0 -2px 15px 0 #000;
	position:relative;
	z-index:5;
	color:#ffffff;
}

#spellPage{
	background:#a85785;
	box-shadow:0 -2px 15px 0 #000;
	position:relative;
	z-index:6;
	color:#ffffff;			
}


#morphPage > a, 
#possPage > a,
#spellPage > a {
	color: #000;
	width:100%;
	padding: 15px 10px;
	display:inline-block;
	font-size: 20px;
	text-align: center;
}


#morphPage > a:hover, 
#possPage > a:hover,
#spellPage > a:hover {
	font-weight: bold;
}


#morphPage > a:focus, 
#possPage > a:focus,
#spellPage > a:focus {
	font-weight: bold;
}


.itemPaper{
	padding:10px;
	position: relative;
	z-index:4;
	width:100%;
	max-width:900px;
	background:wheat;
}

.itemPaper > p{
	width:90%;
	padding-top:10px;
	margin: 10px auto;
}

.itemPaper > h2{
	border:none;
	font-size:2rem;
	padding-top:10px;
	text-align:center;
	margin-bottom: 10px;
	z-index: 2;
}

.titleWM{
	width:25%;
	position:relative;
	float:left;
	padding:5px;
	z-index: 1;
	
}

.titleWM > img {
	margin:auto;
}


.paperWM{
	width: 77px;
	margin: 20px auto 0;
	opacity: 0.3;
	position: relative;
}

.catalogWM {
	width: 100px;
  opacity: 0.3;
  position: relative;
  margin:auto;
}

.shopWM { 
	width: 2rem;
	margin: 1rem auto 0;
	opacity: 0.10;
	position: relative;
}

.tangleWM {
	position:relative;
	left: -20px;
	margin:auto;
}

.repText { 
	color:#000;
	position:relative; 
	float:right;
	padding: 10px 12px;
	right:30px;
	border:solid thin black;
	border-top:none;
	border-radius: 0 0 20px 20px;
	user-select: none;
	-moz-user-select: none;

}
.repTit{
	color:black;
	font-size: 20px;
	position:relative;
	line-height:2;
	margin:auto;
	text-align: center;
}


.repSubTit{
	font-size: 17px;
	position:relative;
	width:90%;
	margin:auto;
	line-height: 2;
	font-weight: bold;
	text-align: center;
}

.secSubTit{
	border-bottom:black solid .13rem;
	font-size: 1rem;
	font-weight: bold;
	position:relative;
	padding: 0 0.2rem 0.2rem;
	margin:1rem auto;
	width:90%;
	letter-spacing:.13rem;
}

.indent{
	text-indent:10px;
}

.col-1 { width:95%; }

.col-L-1 {
	 width: 55%;
	float: left;
	left: 20px;
	position: relative;
}

.col-L-2 {
	width: 45%;
	margin:auto;
	float: left;
	position: relative;
}

.col-L-3 {
	width: 30%;
	margin:auto;
	float: left;
	position: relative;
}



.col-R-1 {
	width: 45%;
	margin:auto;
float: right;
position: relative;
}

.paperCol-1{
	position: relative;
	margin:auto;
	padding-bottom:15px;
	line-height:2;
}

.paperCol-2{
	position: relative;
	margin:10px auto 1rem;
	border-bottom:black solid thin;
	line-height: 1.5;
}

.paperCol-2 > h1 {
	font-size: 30px ;
}

.paperCol-2 > a {
	width: 50px;
  	margin: 20px 50px 0;
  	position: relative;
  	display: inline-block;
  	left: 17px;
}

.paperCol-1 > p {
	width:90%;
	margin:auto;
	line-height: 1.5;
}

.paperCol-1 > p > a {
	color: #000;
	size:17px;
	font-weight: bold;
	line-height: 2;
}


.paperCol-2 > p > a {
	color: #000;
	size:15px;
}

.paperCol-2 > p > a:visited {
	color: #c99cdd;
}


.paperCol-full{
	position: relative;
	margin:auto;
	padding:15px;
	border-bottom: dotted black .333rem;
	line-height:2;
}

.paperCol-full > p{
	width:95%;
	margin:auto;
}

.paperCol-full > a::after {
	color: palevioletred;
}

.paperCol-full > h2{
	width:95%;
	margin:auto;
	
}

.paperCol-grey{
	padding: 1rem;
	font-size: 1rem;
	line-height: 2rem;
	background-color: #E1E1E1;
}

.paperHeader{
	width:100%;
	position:relative;
	display:inline-block;
	cursor: default;
	margin-bottom:1rem;
	
}

.paperHeader > p{
text-align: left;
}

.paperHeader > img{
	width: 20%;
	opacity: 0.3;
	display:inline-block;
	position: relative;
	left: 6%;
	padding: 0.5rem;
}



.closeFile{
	width:20%;
	background-color:#FFE476;
	padding:1rem;
	position:absolute;
	bottom:0;
	right:0;
	display:none;
}


.indexHead{
	width:90%;
	padding: 1rem;
	border-bottom: medium black dotted;
}

.indexItem{
	width:90%;
	padding: 1rem;
	border-bottom: medium black dotted;
}


.indexItem > ul{
	position:relative;
	left:3rem;
	font-size: 1rem;
	list-style: lower-greek;
	padding:1rem;
	line-height: 1.2rem;
	
}

.indexItem > ul > li{
	font-weight: bold;
	font-size:1rem;
	padding: 1rem;
}

.indexItem > ul > li > p{
	font-size:1rem;
	padding:.2rem;
}


.indexItem > ul > ul >   button {
	padding:.3rem;	
	width: 90%;
	background-color:#faebd7;
	border-radius:20px;
	margin: .2rem;
}

.indexItem > ul > ul > button> p{
	font-size: 1rem;
  	font-weight: bold;
  	float: left;
  	padding: 1rem;
  	position: relative;
  	top: 1rem
}

.indexItem > ul > ul > li > img{
	width: 15%;
	position:relative;
	right:0px;
}

.indexItem > ul > ul > li > p{
	padding-bottom: 1rem;
	float:left;
}
.indexItem > ul > ul >  button > img{
	width: 15%;
	padding:10px;
	
}

.indexDrop{
	position: relative;
	background-color:#E1E1E1;
	width: 100%;
	margin:auto;
	border-bottom: thin black solid;
	padding: 1rem;
	font-size:1rem;
	cursor:pointer;	
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;	
	z-index:5;
}

.indexDropContent > p{
	font-size: 1.333rem;
  	font-weight: bold;
	z-index:4;
	position:relative;
	display:inline-block;

}

.dropArr{
	display: inline-block;
	transition: .25s ease-in-out;
	position:relative;
	font-size:1.5rem;
	margin:0 .5rem 0 0;
	padding: .2rem;
	text-align:center;
}

.dropImg{
	width: 70%;
	margin: 1rem auto;
	border-radius:20px;
	padding:.5rem 0 .5rem 0;
}

.perfor{
	border-top:.15em black dotted;
	width:100%;
	height:1rem;
}

.dropTit{
	position: relative;
	font-weight:bold;
	text-align:center;
	width:90%;
	font-size:1.3rem;
	margin:1rem auto;
	background-color: #E1E1E1;
	padding:.5rem;
}


.indexDropItem{
	background-color: #C5C1B4 ;   /* og color #ADA795 */
	position: relative;
	z-index: 7;
	width:100%;
	margin:auto;
	max-height: 0px;
	overflow:hidden;
	transition: max-height 0.5s ease-out;
	cursor:pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.indexDropItem > p{
	padding: .75rem 0 .75rem 3rem;
	text-align:left;
	font-size: 1rem;
	font-weight: bold;
	border-bottom: .15em black dotted;
}

.indexGall{
	position:relative;
	width:100%;
	background: #22222287;
}

.indexGallShop{
	position:relative;
	width:100%;
	background: #22222287;
	border-radius:20px 20px 0 0;
	display:none;
}

.indexGall > p,
.indexGallShop > p{
	text-align:center;
	font-size:1.333rem;
}

.itemIndexGall{
	position:relative;
	width:90%;
	margin:2rem auto 0;
	padding:.5rem;
	background: #22222287;
}

.gallSlides{
	width:95%;
	position:relative;
	margin: auto;
	border:3px dotted black;
	border-top:none;
}

.itemGallSlide{
	width: 75%;
	margin:auto;
}

.gallImg {	
	padding:10px;
	margin:auto;
	border-radius:50px;
	width:85%;
}

.gallModImg{
	margin:0 auto;
	max-width:800px;
	border-radius:50px;
	width:100%; 
}

.gallTop{
    width:100%;
	position:relative;
}



.cursor{
	cursor:pointer;
}

.index-gall-nav {
	width:fit-content;
	position: relative;
	display: flex;
	padding: 10px;
	margin: auto;
}

.Idx-prev,
.Idx-next{
	cursor: pointer;
	position: relative;
	width: 10%;
	padding: 20px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	border-radius:50% / 20%;
	z-index:4;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background-color: rgba(0, 0, 0, 0.8);
	flex:auto;
	margin: 0 40px;
}

.prev,
.next{
	cursor: pointer;
	position: absolute;
	padding: 20px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	border-radius:50% / 20%;
	z-index:4;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background-color: rgba(0, 0, 0, 0.8);
	bottom: 36%;
}

.prev {left:5%;}

.next {right:5%;}



.slideNum{
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 5px;
	position: absolute;
	width:fit-content;
	top:-50px;
	right:0;
}	

.itemSlideNum{
	color: #000;
	font-size: 1rem;
	padding: 8px 12px;
	position:absolute;
	width:fit-content;
	top:-50px;
	right:20px;
}


.itemTitle{
	font-size:17px;
	position: relative;
	left:10px;
	float:left;
	border-radius: 10px 10px 0 0 ;
}

#itemCaption{
	color:#000;
	width:fit-content;
	font-weight:bold;
	padding:5px 10px;
	margin: 0 auto 5px;
	background:#ffffff70;
	border-bottom: thin solid black;
}


#detail-mod {
	background-color: tan;
	color: #000;
	cursor: pointer;
	font-size: 17px;
	position:relative;
	padding: 5px 20px;
	margin:auto;
	width:fit-content;
	border-radius: 10px;
	text-decoration: underline;
	top:-5px;
}

#detail-mod:hover,
#detail-mod:active {
	color:darkslategray;
	font-weight: bold;
	background:wheat;
}


.caption-container {
  background-color: #222;
  margin:auto;
  padding:10px 0;
}

.caption-container > p{
	
	line-height:2;
	background:wheat;
	width:fit-content;
	padding:0 10px;
	margin: auto;
}

.caption-container > a {
	color: #000;
	display: block;
	margin:auto;
	width:fit-content;
	font-size:19px;
	padding:10px 20px;
	background:tan;
	border-radius: 20px;
}

.caption-container > a:hover,
.caption-container > a:active{
	background:wheat;
	font-weight: bold;
}

.caption-container > p > a {
	color:#000;
}

.caption-container > ul {
	padding: 0;
	padding-top:10px;
}

.caption-container ul> li {
	list-style: none;
	position:relative;
	font-size:1rem;
	background: wheat;
	margin:10px 0 10px 10px;
	padding:5px 10px;
	text-align: left;
	right:0;
	border-radius: 10px 0 0 0;

}

.caption-container > ul > li > a {
	color: #000;
}


.row{
	max-height:20rem;
	overflow:auto;
	white-space: nowrap;
	border-top:solid thin black;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row-gallery{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}

.column{
	display:inline-block;
	width:33.333%;
	text-align:center;
	padding-bottom:1rem;
}

.column-gallery{
	flex:50%;
	text-align:center;
	font-size:1rem;
}


.column-gallery-full{
	flex:100%;
	text-align:center;
	font-size:1rem;
	padding:20px 0;
}




.demo{
	opacity:0.6;
	border-radius:50px;
	padding:1rem;
	
}

.poss-demo{
	opacity:0.6;
	border-radius:50px;
	padding:1rem;
}

.spell-demo{
	opacity:0.6;
	border-radius:50px;
	padding:1rem;
}



.active,
.demo:hover,
.poss-demo:hover,
.spell-demo:hover{
  opacity: 1;
}



.indexDropItem > p > a{
	
}

.clear {
	clear: both;
}

.fileA{
	z-index: 4;
	position:relative;
	background-color: #c3a165 ;
}

.fileB{
	z-index: 4;
	position:relative;
	background-color:#b3c6c5;
	}

.fileC{
	z-index: 4;
	position:relative;
	background-color:#bc84a5;
	}

.fileD{
	z-index: 4;
	position:relative;
	background-color:#c97475;
	}

	
.fileAshop{
	z-index: 4;
	position:relative;
	background-color: #c3a165 ;
}

.fileBshop{
	z-index: 4;
	position:relative;
	background-color:#b3c6c5;
	}

.fileCshop{
	z-index: 4;
	position:relative;
	background-color:#bc84a5;
	}

#fileItem{
	width: 100%;
	background:#c3a165;
	position:relative;
	z-index:4;
}

.fileItemTab{
	padding: .5rem;
	background:#c3a165;
	width:fit-content;
	position:relative;
	left:13px;
	z-index:4;
	border-radius: 20px 20px 0 0;
	top:0;
}


.bottomMostFold{
	height: 15rem;
}


.navBottom{
	background-color: #E18082;
	z-index: 4;
	border-bottom: medium solid black;
	margin-top:-1rem;
	position:sticky;
}


.navBottom > ul{
	list-style-type:none;
	margin-top:0;
	padding:0;
	display: flex;
}

.navBottom > ul > li{
	font-size:20px;
	width:100%;
	margin:auto;
}
.navBottom > ul > li> a{
 	display: block;
	color: black;
	text-align: center;
	padding: 14px 16px ;
	text-decoration: none;
	font-weight:bold;
}

#lower-paper {
	position:relative;
	width:90%;
	margin: auto;
	background:wheat;
	z-index:4;
	padding:10px;
}

#lower-paper > ul {
	list-style: none;
  	left: -20px;
 	 position: relative;
}


#lower-paper > p {
	width:fit-content;
	margin:auto;
}

#lower-paper > ul > li,
#lower-paper > ul > li > ul > li {
	font-family: wicked;
	font-size: 20px;
	line-height: 2;
}

#lower-paper > ul > li > a,
#lower-paper > ul > li > ul > li > a {
	font-family: wicked;
	color: #000;
}

#lower-paper > ul > li > a:visited {
	color: #c99cdd;
}


#paper-index {
	width:fit-content;
	margin: auto;
	padding:20px;
	background:#ffffff80;
}

#paper-index > ul > li{
	font-family: wicked;
	font-size:20px;
}

#paper-index > ul > li > a  {
	font-family: wicked;
	font-size:20px;
	color: #000;
}


#paper-index > ul > li > ul > li > a  {
	font-family: wicked;
	color: #000;
}


#paper-index > ul > li > ul > li > a:visited  {
	color: #c99cdd;
}





#upcoming-events{
	padding:10px;
	line-height: 2;
	text-align: center;
	border-bottom: thin solid black;
}

#upcoming-events > h2 {
	font-weight: bold;
}

#upcoming-events > p {
	width:90%;
	margin:auto;
}

#upcoming-events > p > a {
	color: #000;
}

#upcoming-events > p > a:visited {
	color: #c99cdd;
}


#socialButts{
	width: 70%;
	height: 100%;
	margin: auto;
	background-image: url("img/stream-bg-01.jpg");
	position:relative;
}

#socialButts > ul {
	display: flex;
	padding:0;
}

#socialButts > ul > li {
	padding: 20px;
	flex:2;
	list-style: none;
}

#socialButts > ul > li > a {
	display: block;
}

#socialButts > ul > li > a > img {
	fill:#000000;
	width: 3rem;
	margin:auto;
}



/* MUSINGs  -- re write these as classes, can keep the id, but mostly for element target*/

#play{
	width:98%;
	margin:auto;
}

#stories{
	width:98%;
	margin:auto;
}

#zine{
	width:98%;
	margin:auto;
}

#play > p,
#stories > p,
#zine > p {
	padding:10px;
	text-indent: 1rem;
}

#play > p > a,
#stories > p > a,
#zine > p > a {
	color: #000;
}
/* Shopfront page */

#studies,
#icons,
#morpho,
#gallery {text-decoration: underline;
	font-weight: bold;
	padding:5px;}

#studies { background: #c3a165;}

#icons {  background: #b3c6c5;}

#morpho { background: #bc84a5;}

#gallery{  background: #c97475;}



/* Staff page */

.staffCard {
width:90%;
margin: 20px auto;
background-color: #00000080;
padding-bottom: 10px;
}

.staffCard > h2 {
	text-align: center;
	font-size:2rem;
	background: tan;
	margin-bottom: 10px;
}

.staffPic {
	width:69%;
	margin: auto;
}

.staffPic > img {
	border-radius: 50%;
	border: thin black solid;
	padding: 10px;
}

.staffBio {
	width:75%;
	position:relative;
	margin:10px auto;
	font-size: 13px;
	padding: 10px;
	background:wheat;
}

.staffNav > ul {
	list-style: none;
	display:block;
	margin:auto;
	padding:0;
	text-align: center;
}

.staffNav > ul > li {
	display:inline-block;
	padding:5px 10px;
}

.staffNav > ul > li > a {
	color: black;
}


footer > p {
	color:wheat;
	font-weight: bold;
	width:fit-content;
	margin:auto;
	padding:10px;
	z-index: 5;
}

	/* Studio Gallery */

  .gallery-row {
	margin: 8px -16px;
	display:grid;
	grid-auto-rows: auto;
  	grid-template-columns: repeat(2, auto);
  }
  
  /* Add padding BETWEEN each column (if you want) */
  .gallery-row,
  .gallery-row > .columnB {
	padding: 8px;
  }
  
  /* Create three equal columns that floats next to each other */
  .columnB {
	display: none; /* Hide columns by default */
  }
  
  /* Content */
  .content {
	background-color: tan;
	padding: 10px;
  }

  .content > a {
	color: #000;
	text-align: center;
  }
  
  .content > a:visited {
	color: #812379;
  }

  /* The "show" class is added to the filtered elements */
  .show {
	display: block;
  }
  
  /* Style the buttons */
  .btn {
	border: none;
	border-radius: 10px 10px 0 0;
	outline: none;
	padding: 12px 16px;
	background-color: #c3a165;
	cursor: pointer;
	margin-bottom: 10px;
  }
  
  .btn:hover {
	font-weight: bold;
  }
  
  /* Add a dark background color to the active button */
  .btn.active {
	background-color: #bc84a5;
	border:thin solid black;
  }

  /* Glossary */
  .glossTit {font-weight: bold;}


  /* Forms */

form {
	padding: 1rem;
	border:1px solid #ccc;
	border-radius: 1rem;
	margin:0 auto;
}

form > p + p {
	margin-top: 1rem;
}

label {
	display: block;
	min-width: 90px;
	margin:0 auto;
}

input, textarea {
	font: 1rem sans-serif;
	width:300px;
	border: 1px solid #999;
}

input:focus, 
textarea:focus {
	outline-style: solid;
	outline-color: #000;
}

textarea {
	height:5rem;
}

form > .button {
	padding-left:90px;
}

form > p {
	margin: 0 auto;
}

form > p > label {
	text-align: left;
}

button {
	margin-left:0.5rem;
}

input[type="email"] {
appearance: none;
margin:0;
}

textarea:invalid,
input:invalid {
border-color:#900;
border-width: thick;
}

textarea:focus:invalid,
input:focus:invalid {
	outline:none;
}


.msgError,
.nameError,
.emailError {
	width: fit-content;
	padding: 0;
	font-size:80%;
	color: white;
	border-radius: 0 0 5px 5px;
	display:block;
	box-sizing: border-box;
}

.msgError.select,
.nameError.select,
.emailError.select {
	padding: 0.3rem;
}


#mailSent { text-align: center;
		    line-height: 2;
}

.statement {font-family:  wicked;
			font-size: 20px;}

	/*  MEDIA QUERIES! */
	/*  REJOICE! */
	/*  MEDIA QUERIES! */

	@media only screen and (min-width:800px ){

	#wrapper { 
		width: 80%;
		max-width: 1200px;
		margin:20px auto;
	}

	.modal-content { width: 66%; max-width: 900px; margin: auto;}

	
	#titleBar > p {font-size:1.333rem;}

	.titleBar > a {
		padding-top:30px;
	}

	.titleBar > a > img {
		position: relative;
		z-index: 1;
		margin:auto;
		max-width: 250px;
	}

	.navTop { }

	.indexNav { position:relative;}

	#folders { width: 85%; margin: auto;}

	#bgImg { filter: blur(5px);}

	#carousel-block {
		position:relative;
		margin-top:2rem;
		display:flex;
		flex-direction: column-reverse;
		width:70%;
		border-radius: 20px;
		box-shadow:#000 10px 10px 5px ;
		z-index: 5;
		max-width: 750px;
		min-width: 605px;
	}

	.carousel {
		padding-top:100%;
	}
	
	.carousel-viewport {
		position:absolute;
		width:75%;
		top:5rem;
		right:0;
		bottom:-1rem;
		/*left:;*/
		display: flex;
		overflow-x:scroll;
		overflow-y: hidden;
		scroll-behavior: smooth;
		scroll-snap-type: x mandatory;
		
	}

	.picFrame{
		overflow:hidden;
		height:200px;
	}


	.carousel-navigation {
	position:absolute;
	top:0;
	right:40%;
	text-align: center;
	}
	.carousel-navigation > ol > li{
		font-size: 2rem;
	}

	.carousel-slide > a > p{
		font-size: 2rem;
	}

	.carousel-img {
		width:70%;
	}
 
	.carousel::before,
	.carousel::after {
		display:none; /* taking out until JS is put in */
	}

	.col-L-1 {
		width: 55%;
		margin:auto;
		left: 0;
		float:none;
		position: relative;
	}

	.col-R-1 {
		width: 55%;
		margin:auto;
		float:none;
		position: relative;
	}

	/* Carousel buttons
	.carousel::before {
		background: url("img/carousel-button-L.png");
	}
	.carousel::after {
		background: url("img/carousel-button-R.png");
	}
	 */

	.sticky-side {
		display:block;
		z-index: 7;
	}
	

	#openPaper {
		max-width: 900px; 
		padding: 1rem;
		width:70%;
	}
	#openPaper > img {
		width:50%;
		padding:1rem;
	}

	#openPaper > ul {
		width:50%;
		padding:2rem;
	}

	.itemOpenPaper{
		max-width:600px;
	}

	.indexGall {
		display: grid;
		float:left;
	}


	.paperCol-full {
		float:left;
		width:50%;
		padding: 2rem;
	}

	

	.paperCol-full:after {
		clear:both;
	}

	.repSubTit {
		font-size: 27px;
		margin:27px auto 10px;
		border-bottom: solid thin black;
	}

	#morphPage{
	background:#bf8169;
	width: 50%;
	box-shadow:0 -2px 15px 0 #000;
	position:relative;
	z-index:4;
	color:#ffffff;
	margin:auto;
	float:left;
	}

	#possPage{
	margin:auto;
	width: 50%;
	background:#a85762;
	box-shadow:0 -2px 15px 0 #000;
	position:relative;
	z-index:5;
	color:#ffffff;
	float:left;
	}

	#spellPage{
	background:#a85785;
	width: 50%;
	box-shadow:0 -2px 15px 0 #000;
	position:relative;
	z-index:6;
	color:#ffffff;
	float:left;
	top: 2rem;
	}

	#progPage{
	position:relative;
	width: 50%;
	z-index:6;
	color:#000;
	float:left;
	width:100%;
	border-radius:10px;
	}

	#spellButt,
	#morphButt,
	#possButt {
		border-radius: 20px;
	}

	#spellButt:hover,
	#spellButt:active,
	#morphButt:hover, 
	#morphButt:active,
	#possButt:hover,
	#possButt:active{
		background:tan;
	}


	.openPaper {width:70%; max-width: 1000px; padding:1rem;}

	.openPaper > ul{
		width: 50%;
		float:left;

	}
	.openPaper > ul > li {
		margin:0 auto;
		width:75%;
	}
	.modalimg {
		width: 40%;
		border-radius: 20px;
		float:left;
	}
	.close {font-size: 3rem;}

	#main-folders {
		position:relative;
		min-width: 900px;
	}


	.paper {
		filter: drop-shadow(5px 5px 10px);
		min-width: 600px;
	}

	.paper > ul {
		margin: 33px auto;
		font-size: 24px;
		left:0;
	}

	.paper>img { filter: grayscale(20);}

	.paperHeader > img {filter:grayscale(25);}

	.paperCol-1 {
		position: relative;
		padding: 20px;
		font-size:18px;
		text-align: left;
		line-height: 2rem;
		width:90%;
	}

	.paperCol-2 {
		  padding: 8rem 1rem;
		  font-size: 1rem;
		  width: 40%;
		  line-height: 2rem;
		  float:left;
		  min-width: 300px;
	}
	.gallImg{
		margin:0 auto;
		max-width:800px;
		width:50%; 
	}

	.gallModImg{
		margin:0 auto;
		max-width:800px;
		width:95%; 
	}

	.gallSlides{
		background:#00000080;
		border-radius:0 0 20px 20px;
		width:100%;
	}

	.slideNum{
		padding:1rem 2rem;
	}

	.row{width:90%; margin:auto;} 

	.column-gallery{
	flex:33%;
	max-width:60%;
	margin:auto;
	}

	.folder {filter: drop-shadow(5px 5px 10px);}

	.folderTab{
	padding: 5px;
	margin-left: 20px;
	line-height: 1;
	width: fit-content;
	cursor:pointer;
	z-index: 4;
	border-radius: 20px 20px 0 0;
	left: 10px;
	position: absolute;
	top: -53px;
	align-self: start;
	}

	.folderTab > p {font-size:1.5rem;}

	.bottomFolder { 
		filter: drop-shadow(5px 5px 10px);
		margin:auto;
	}

	#upcoming-events {
		padding: 8rem 1rem;
		  font-size: 1rem;
		  width: 90%;
		  line-height: 2rem;
	}

	#upcoming-events > ul {
		width:fit-content;
		margin: 33px auto;
	}


	

#lowerHomeLink > ul {
	width: fit-content;
	margin:33px auto;
	font-size: 17px;
	padding:0;
}
#lowerHomeLink > ul > li {
	line-height: 3;
	font-size: 15px;
	list-style: disc;
}


#lowerHomeLink > ul > li > ul {
	width: fit-content;
	list-style: none;
	padding:0;
}
#lowerHomeLink > ul > li > ul > li{
	line-height: 2;
}


#lowerHomeLink > ul > li > ul > li > a {
	font-family:wicked;
	width:fit-content;
	position:relative;
	padding-top:10px;
	font-size: 15px;
	color: #000;
}


	.repButt { font-size:1.5rem;}

	.tabA { left:2rem;}

	.fileA{ background-image:linear-gradient(#c7a466, #6a5c45 ); background-color: #11ffee00;}

	.tabB{ left:8rem;}

	.fileB{ background-image: linear-gradient(#b3c6c5,#717a7a); background-color: #11ffee00;}

	.tabC{ left:10rem;}

	.fileC{ background-image: linear-gradient(#bc84a5,#644f5c); background-color: #11ffee00;}

	.sideCol{ width: 6%;}

	.indexDrop{ filter:drop-shadow(5px 5px 5px);}

	.indexDropItem{ filter:drop-shadow(5px 5px 5px);}

	#stickyNavBar{ padding:0 9rem;filter:drop-shadow(2px 2px 5px);}

	#stickyNavBar>ul>li{ float: left; width: 33.33%; font-size: 1.5rem; padding:0.2rem 0;}

	#fileItem{
		max-width:900px;
		margin:auto;
		background:#c3a165;
	}

	.itemPaper{
		margin: auto;
		position: relative;
		z-index:4;
		width:90%;
		max-width:900px;
	}

	.staffCard {
		width:45%;
		float:left;
		margin: 10px;
		
		}

}




