/* Home page styling
---------------------- */
/* Enrollment header */
.enrollment-header {
	margin: 0;
	padding: 0;
	width: 10%;
}

.enrollment-header h3 {
	text-align: center;
	color: #fff;
	background-color: #ef723d;
	font-weight: 600;
	margin-top: -75px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
}

.enrollment-header a {
	color: #000080;
	font-weight: 800;
	text-decoration: underline;
}

/* Intro video */
.video-container {
	margin: 0;
	padding: auto;
	width: 100%;
	height: auto;
	text-align: center;
}

.intro-video {
	margin: 0;
	margin-top: -90px;
	padding: 0;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
}

/* Introduction */
.tesg-logo {
	text-align: center;
	width: 143px;
	height: 172px;
	margin-right: auto;
	margin-left: auto;
}

.introduction {
	text-align: center;
	color: #000080;
}

/* Framework */
.framework {
	text-align: center;
	color: #000080;
}

.framework h2 {
	text-align: center;
	color: #ff6600;
}

.image-container {
	text-align: center;
}

.image-container img {
	width: 324px;
	height: 343px;
}

.framework p {
	text-align: left;
}

/* Staff page styling
---------------------- */
/* Three columns side by side */
.five-column {
	float: left;
	width: 20%;
	margin-bottom: 16px;
	padding: 0 8px;
}

.three-column {
	float: left;
	width: 33.3%;
	margin-bottom: 16px;
	padding: 0 8px;
}

.four-column {
	float: left;
	width: 25%;
	margin-bottom: 16px;
	padding: 0 8px;
}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
	.three-column, .four-column, .five-column {
		width: 100%;
		display: block;
	}
}

/* Add some shadows to create a card effect */
.card {
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

/* Some left and right padding inside the container */
.container {
	padding: 0 8px;
}

.container h3 {
	font-size: 18px;
	font-weight: bold;
}

/* Clear floats */
.container::after, .row::after {
	content: "";
	clear: both;
	display: table;
}

.title {
	color: grey;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

#home-video {
	width: 65%;
}