@import 'grid.css';
@import 'reset.css';
@import 'global.css';
/* This is for SJM */
.medium p{
	color: var(--blue);
	font-family: 'Figtree', sans-serif;
	font-size: var(--fluid-p);
}
.medium p a{
	color: var(--white);
	font-family: 'Figtree', sans-serif;
	font-size: var(--fluid-p);
	text-decoration: underline solid var(--white);
}
/* this is for InterActivities */
.interStyle{
	display: flex;
	flex-direction: column;
	border: 2px var(--white) solid;
	padding: 5px;
	background-color: #000;
	height: fit-content;
}
.interColors{
	display: flex;
	justify-content: space-around;
}
.swatch{
	width: 3vmax;
	height: 3vmax;
	border: 2px white solid;
	margin-bottom: 1vmax;
}
.stWhite{
	background-color: #FFF;
}
.stBlack{
	background-color: #000;
}
.stLime{
	background-color: #C1FF00;
}
.stPink{
	background-color: #FF1F9F;
}
.stPurple{
	background-color: #44005e;
}
.stH1{
	font-family: 'Syne', sans-serif;
	color: var(--white);
	font-size: var(--fluid-h3);
}
.stP{
	font-family: 'Inter', sans-serif;
	color: var(--white);
	font-size: var(--fluid-p);
	padding-bottom: 1vmax;
}
/* this is for xbox controller*/
.changing{
	height: 75%;
	width: auto;
}
.pickBox{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	min-height: 30px;
}
.picker{
	cursor: pointer;
	width: 20px;
	height: 20px;
	border: 3px solid var(--white);
	border-radius: 50%;
	transition: all .75s;
}
.active{
	border: 3px solid var(--mint);
	width: 25px;
	height: 25px;
}
.yellow{
	background-color: #ecd998;
}
.white{
	background-color: #d7d7d7;
}
.teal{
	background-color: #cde8ec;
}
.red{
	background-color: #d76056;
}
.purple{
	background-color: #b794e3;
}
.pink{
	background-color: #e6b7c5;
}
.orange{
	background-color: #e4934f;
}
.green{
	background-color: #4eaf4e;
}
.blue{
	background-color: #5a84bf;
}
.black{
	background-color: #444444;
}
/* for dnd icons page */
.dndIcon {
	width: 100%;
	height: auto;
}
.dndCoin{
	width: 100%;
	height: auto;
}
.iconBox{
	max-height: 190px;
	
}
/*  For Lucid   */
.down{
	display: flex;
	flex-direction: column;
}
#teamLink{
	color: var(--white);
	text-decoration: underline solid var(--white);
	font-weight: 100;
}
/* All pages need these */
.breadcrumbs{
	display: flex;
	padding: 10px;
	margin-top: 100px;
}
.breadcrumbs p{
	font-weight: 100;
	font-size: 1.25rem;
	font-family: 'Figtree', sans-serif;
	color: var(--white);
	text-decoration: underline solid var(--white);
}
iframe{
	width: 100%;
	height: 50vmax;
	z-index: 0;
}
.softwareIcons{
	width: 25%;
	height: auto;
	box-shadow: 0px 5px 8px -2px black;
}
.pic img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
p a{
	font-family: 'Figtree', sans-serif;
	font-size: 1.5rem;
	color: var(--white);
	text-decoration: underline solid var(--white);
}
.drips{
	position: relative;
	overflow: hidden;
}
.drips::before {
	margin-top: 100px;
	content: '';
	display: block;
	background-image: url(../images/graphics/bannerteal.png);
	aspect-ratio: 1518/478;
	width: 100%;
	position: absolute;
	z-index: -2;
	background-size: contain;
	background-repeat: no-repeat;
	max-width: 1920px;
	min-width: 1600px;
}
.projName{
	text-shadow: 2px 2px 8px var(--shadow);
}
.projDate{
	text-shadow: 2px 2px 8px var(--shadow);
	text-align: right;
}
.projPic{
	box-shadow: 0px 5px 8px -2px black;
}
#topBtn {
	display: none; 
	width: 100px;
	height: 100px;
	position: fixed; 
	bottom: 20px; 
	right: 30px; 
	z-index: 99; 
	border: none; 
	outline: none; 
	cursor: pointer; 
	padding: 15px;
  }
#topBtn img{
	width: 100%;
	height: 0px auto;
}