.title {
	text-align: center;
	font-size: 2.5em;
	background-color: #84dcc6;
	color: black;
	transition: color 1s;
}

.title:hover{
	color: white;
}
body{
    background-image: url('Images/pattern.jpg');
    background-attachment: fixed;
}

#MathBG{
	background-image: url('Images/mathBG.jpg');
    background-attachment: fixed;
    margin-top: 5px;
}
#PhysicsBG{
	background-image: url('Images/PhysicsBG.jpg');
    background-attachment: fixed;
    margin-top: 5px;
}

#CSBG{
	background-image: url('Images/CSBG.jpg');
    background-attachment: fixed;
    margin-top: 5px;
}

#HUMBG{
	background-image: url('Images/HUMBG.jpg');
    background-attachment: fixed;
    margin-top: 5px;
}

#FrenchBG{
	background-image: url('Images/FrenchBG.jpeg');
    background-attachment: fixed;
    margin-top: 5px;
}

.arrow{
	width: 30%;
	height: 30%;
}


.l1{
	float:left;
	width: 25%;
	margin-right: 5%;
	margin-left: 15%;
	margin-top: 0px;
	margin-bottom: 2.5%
}

.r1{
	float:right;
	width: 25%;
	margin-left: 5%;
	margin-right: 15%;
	margin-top: 0px;
	margin-bottom: 2.5%
}

.floatLeft{
	float:left;
	width: 25%;
	margin: 5%;
	margin-top: 0px;
	margin-bottom: 2.5%
}

.floatRight{
	float:right;
	width: 25%;
	margin: 5%;
	margin-top: 0px;
	margin-bottom: 2.5%
}

.empty{
	padding: 22%;
	padding-bottom: 15%;
	text-align: center;
}
.miniEmpty{
	padding:1.5%;
}

#wrapper{
	float: left;
	width: 100%;
}
.shortDescription{
	font-size: 1.5vw;
}
.stemDesc{
	text-align: center;
}

.parent{
	float:left;
}

.phrase{
	text-align: center;
}

.redLink{
	color:red;
}

.shifter{
	background-color: #E7E5E5;
	padding: 3px;
	border-width: 3px;
	border-color: black;
	border-radius: 10px;
	border-style: solid;
}

.shifter:hover{
	color: #FE5F55;
}

iframe{
	width: 95%;
    height: 600px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-top: 2.5%;
    margin-bottom: 2.5%;
}

.coverImage{
	width: 100%;
	margin-top: 5px;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 5px;
  opacity: 1;
}

.content{
	margin-top: 5px;
	text-align: center;
	background-color: #a7acd9;
	flex-wrap: wrap;
}

.menuItem{
	font-size: 1.5em;
	text-align: center;
	display: inline;
	padding-left: 1%;
	padding-right: 1%;
	margin:0px;
	word-spacing: 0px;
}

.menuItem:hover {
	color: white;
	background-color: rgba(100,100,100, 0.5);
	padding-left: 1%;
	padding-right: 1%;
}

a {
	text-decoration: none;
	color: black;
	transition: color 600ms;
	text-align: center;
	margin-right: -5px;
}

.link{
	color: purple;
}

a:hover{
	color: white;
}


.border{
	border-width: 3px;
	border-color: black;
	border-radius: 10px;
	border-style: solid;
}

.wrapper{
	text-align:center;
}

.contentWrap{
	margin-top: 5px;
	background-color: #E7E5E5;
	padding: 3px;
	overflow: auto;
}

.displayLeft{
	width: 60%;
	float: left;
}

.displayRight{
	width: 60%;
	float: right;
}

.infoRight{
	width: 36%;
	float: right;
	margin-right: 1%;
}

.infoLeft{
	width: 36%;
	float: left;
	margin-left: 1%;
}

.csCenter{
	margin-top: 5px;
	background-color: #E7E5E5;
	padding: 3px;
	overflow: auto;	
}

.csBox{
	width: 40%;
	margin-left: 30%;
	border-width: 3px;
	border-color: black;
	border-radius: 2px;
	border-style: solid;
	background-color: #6d213cff;	
	text-align: center;
	font-size: 20px;
	color:white;
}

.stem2Center{
	margin-top: 5px;
	background-color: #E7E5E5;
	padding: 3px;
	overflow: auto;	
}

.stem2Box{
	width: 40%;
	margin-left: 30%;
	border-width: 3px;
	border-color: black;
	border-radius: 2px;
	border-style: solid;
	background-color: #604A7B;	
	text-align: center;
	font-size: 20px;
	color:white;
}

.stemRight{
	margin-top: 5px;
	background-color: #ADA9B7;
	padding: 3px;
	overflow: auto;
	width: 47%;
	float: right;
	margin-right: 1%;
}

.stemLeft{
	margin-top: 5px;
	background-color: #ADA9B7;
	padding: 3px;
	overflow: auto;
	width: 47%;
	float: left;
	margin-left: 1%;
}

.stemCenter{
	margin-top: 5px;
	background-color: #ADA9B7;
	padding: 3px;
	overflow: auto;	
}

.stemDesc{
	text-align: left;
}

.stemBox{
	width: 40%;
	margin-left: 30%;
	border-width: 3px;
	border-color: black;
	border-radius: 2px;
	border-style: solid;
	background-color: #F0F3BD;	
	text-align: center;
	font-size: 20px;
}
.titleText{
	font-size: 2.5em;
}

.miniTitle{
	text-align: center;
	margin-top: 5px;
	background-color: #84dcc6;
	padding: 3px;
	overflow: auto;
}

.macroTitle{
	text-align: center;
	margin-top: 5px;
	background-color: #FE5F55;
	padding: 0px;
}

.stemTitle{
	text-align: center;
	
}

.stemTitleText{
	margin-top: 5px;
	background-color: #2F4550;
	padding: 2%;
	font-size: 2.5em;
	color: white;
	text-align: center;
}

.header{
	font-family: garamond, memphis, georgia;
	font-size: 2em;
	padding: 5px;
	transition: font-size 1s;
}

.header:hover{
	font-size: 2.5em;
}

.galleryImage{
	width: 15%;
	transition: width 1s;
	text-align: center;
}

.galleryImage:hover{
	width:25%;
	display: inline;
}

.contentHover{
	display:none;
	font-size: 1.5em;
	padding: 5px;
	margin: 5px;
	background-color: #a7acd9;
}

.hidden{
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s;
	font-size: 2.5em;
	text-align: center;
	color: #a7acd9;
	display: inline;
}

p{
	font-family: garamond, memphis, georgia;
	font-size: 1.5em;	
	padding: 10px;
}

.revealer{
	display: inline;
	color:black;
}
.revealer:hover ~.hidden{
	opacity: 1;
	visibility: visible;
}
.g1:hover ~.t1{
	display: inline;
}
.g2:hover ~.t2{
	display: inline;
}
.g3:hover ~.t3{
	display: inline;
}
.g4:hover ~.t4{
	display: inline;
}
.g5:hover ~.t5{
	display: inline;
}


