@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Allura|Tangerine:700&display=swap');

.name {
	font-family: 'Allura', cursive;
	font-size: 30pt;
	font-weight: 400;
	color: #FFF;
}
.reviews-flex-container {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	justify-content: space-between;
	justify-content: space-around;
	width: 100%;
		 
	
  
}
.reviews-flex-container > * {
  flex: 1 100%;
}
.review-flex-item {
	width: auto;
	height: auto;
	min-width: 300px;
	max-width: 350px;
	margin: 10px;
	width: 100%;
	padding: 10px;
	background-color: #f7f7f7;
	border-radius: 5px;
}
.review-flex-more {
	width: auto;
	height: auto;
	margin: 5px;
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	text-align: left;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
}
.reviewer {
	font-weight: bold;
	text-align: right;
	padding-right: 30px;
	font-style: italic;
}
video {
	width: 100%;
	margin-top: 0px;
	cursor: pointer;
	background-color: #000;
	max-height: 226px;
}
#control{
	height:30px;
	margin: 0 auto;
}

button{
	
	border:none;
	outline:none;
	cursor: pointer;
	background-color: #FFF;	
	
}

button.play{
	background-size:100%;
	background-image: url(play2.png);
	background-repeat: no-repeat;
	height:30px;
	width:100px;
}
button.pause{
	background-size:100%;
	background-image: url(pause2.png);
	background-repeat: no-repeat;
	height:30px;
	width:100px;
}
#moreReviews {
display: none;
}
.educational-container {
	padding: 10px;
	margin:10px auto;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	align-content: center;
	background-color: #170203;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	max-width: 1400px;
	flex-wrap: wrap;
}



.school-item {
	padding: 10px;
	max-width: 260px;
	height: auto;
	margin:5px;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFF;
}
.text-white {
	color: #FFF;
}
.resume-title {
	font-size: 18pt;
	background-color: #f2f2f2;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: bold;
}
.resume-text {
	font-size: 12pt;
	color: #333;
	line-height: 30px;
}
.resume-dash {
	font-size: 14pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	height: 10px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}