/*
#22223B
#4A4E69
#9A8C98
#C9ADA7
#F2E9E4
*/

*{

	font-family: 'Montserrat', sans-serif;
}
.hero{
	height: 100vh;
}
.hero_img{
	height:65vh;
	width: 100%;
}
.hero_block{
	width: 80%;
	height: 3px;
	background-color: #9A8C98;
	margin: auto;
	margin-bottom: 30px;
}
.hero_item{
	font-size: 2em;
	text-align: center;
}
.img_wrapper{
	margin-top: 10vh;
	height: 60vh;
}
.about_img{
	margin: auto;
	height: 100%;
	width: auto;
}
.body_text{
	text-align: center;
	font-size: 3em;
}
.subtitle{
	text-align: center;
	font-size: 0.5em;
}
.about{
	height: 100vh;
}
.assignments{
	height: 100vh;
}
.block{
	width:15vw;
	height: 3px;
	background-color: #9A8C98;
	margin: auto;
	z-index: 89;
}

.item{
	margin: 0;
	padding: 0;
	position: relative;
	width: 300px;
	height: 400px;
	background-color: white;
	border-radius: 3px;
	box-shadow: 0px 12px 17px -8px rgba(135,135,135,0.56);
}

.card_heading{
	
	position: absolute;
	color: black;
	white-space: nowrap;
	width: 390px;
	overflow: hidden;
	font-size: 2.5em;
	transform-origin: bottom left;
	transform: rotateZ(90deg);
	top: -80px;
	left: 0px;
}
pre{
	text-align: left;
	margin: 20px; padding: 20px; 
	color: #aaa; background-color: #222;
	white-space: pre; text-shadow: 0 1px 0 #000;
	border-radius: 3px; border-bottom: 1px solid #555;
	box-shadow: 0 1px 5px rgba(0,0,0,0.4) inset, 0 0 20px rgba(0,0,0,0.2) inset;
	font: 16px/24px 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;

}
.back{
	position: fixed;
	font-size: 2em;
	top: 5%;
	left: 5%;
}
img{
	height: auto;
	width: 60vw;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
  display: block;
}
video{
	margin: auto;
	display: block;
	width: 60vw;
}
.docu{
	text-align: center;
	font-size: 1.2em;
	margin-top: 30px;
}
.collapsible{
	box-shadow: none !important;
	border: none !important;
}
.footer{
	height: 50vh;
	background-color: black;
}

.color{
background-color: #9A8C98 !important;
}