#team_greeting{
	padding-bottom: 0%;
	padding-top: 7%;
	min-height: 70vh;
	width: auto;

}

#team_greeting h1{
	font-family: kuroregular;
	font-size: 3.1rem;
	color: rgba(46, 46, 46, 1);
	margin-right: 0%;
}

#team_greeting img{
	width: auto;
	height: auto;
	min-width: 10vw;
	min-height: 50vh;
	margin-top: -5%;
	margin-left: 0%;
}

#team_meet{

}

#team_meet .header h1{
	font-family: kuroregular;
	font-size: 6.0rem;
	color: rgba(46, 46, 46, 1);
}

hr{
height: 4px;
  width: 50%;
  background-color: rgba(46, 46, 46, 1);
  color: rgba(46, 46, 46, 1);
  border: 0 none;
  margin-top: -5px;
}

.arrow_box {
	position: relative;
	background: rgba(46, 46, 46, 0);
	border: 4px solid rgba(46, 46, 46, 0);

}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: rgba(46, 46, 46, 0);
	border-width: 30px;
	margin-left: -30px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: rgba(46, 46, 46, 1);
	border-width: 36px;
	margin-left: -36px;
}


#team_bios{
	padding-top: 5%;
padding-left: 2%;
padding-right: 2%;
position: relative;
}


#team_bios h1{
	font-family: kuroregular;
	font-size: 2.5rem;
	color: rgba(46, 46, 46, 1);
	padding-top: 1%;
	padding-bottom: 0%;
	margin-bottom: 0%;
	margin-top: 0%;
	padding-left: 10%;
}

#team_bios h2{
	font-family: kuroregular;
	font-size: 2.0rem;
	color: rgba(46, 46, 46, 1);
	font-style: italic;
	padding-top: 0%;
	padding-bottom: 0%;
	margin-bottom: 0%;
	margin-top: 0%;
	padding-left: 10%;

}

#team_bios h3{
	font-family: franklin_gothic_fsbook;
	font-size: 1.8rem;
	color: rgba(67, 67, 66, 1);

	padding-top: 0%;
	padding-bottom: 0%;
	margin-bottom: 0%;
	margin-top: 0%;
	padding-right: 10%;
	padding-left: 10%;
}


.team_bios_text{
	text-align: center;
}

.crop {
 height: 50vh;
 width: 25vw;
 overflow: hidden;
margin-left: 25%;
text-align: center;
}

.crop img {
 height: 50vh;
 width: auto;
}

#team_advisory{
padding-top: 5%;
padding-left: 0%;
padding-right: 0%;
}

#team_advisory .header{

}

#team_advisory .header h1{
	font-family: kuroregular;
	font-size: 3.4rem;
	color: rgba(46, 46, 46, 1);
}

#team_advisory .header hr{
	width: 70%;
	margin-top: 1%;
}

#team_advisory .body{

}

#team_advisory .body h1{
	font-family: kuroregular;
	font-size: 2.5rem;
	font-color: rgba(46, 46, 46, 1);
}

#team_advisory .body h2{
	font-family: franklin_gothic_fsbook;
	font-size: 1.8rem;
	font-color: rgba(67, 67, 66, 1);
}

#team_advisory .body h3{
	font-family: kuroregular;
	font-size: 2.4rem;
	font-color: rgba(46, 46, 46, 1);
}
