@charset "utf-8";
/* SCHEDULE PAGE */


.type-reg:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 30px -5px rgba(10, 16, 34, 0.2);
}


.instructor h3.center {
  color: #336699; 
margin-top: 3px;}




#teacher {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#wrapper #instructors .maincontent .section.group .instructors .instructor p {
	text-align: center;
}


/* Instructors Grid */

.instructors {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.instructor {
	padding: 10px;
	border: 1px solid white;
	text-align: center;
	box-shadow: 5px 10px 18px #888888;
	background-color: #fff;
}

.instructor p {
	color: #333;
}

.events:nth-child(4) {
  flex-basis: 200px;
}

/* End of Instructors Grid */




/*  MEDIA  ============================================================================= */
/* Portrait phones and smaller */
@media (max-width: 480px) {


}


	@media
	  only screen 
    and (max-width: 760px), (min-device-width: 768px) 
    and (max-device-width: 1024px)  {
}