/* HERO */
.hero {
	text-align: center;
	align-items: center;
	vertical-align: middle;
	height: 900px;
}
.hero .heroHeader {
	padding-top: 270px;
}
.hero .heroHeader h1 {
	font-family: "Major Mono Display", serif;
	font-weight: 700;
	font-size: 130px;
	display: inline-block;
}
.hero .heroHeaderTextContainer {
	display: inline-block;
}
@media only screen and (max-width: 768px) {
	.hero .heroHeader {
		margin-left: 20px;
		margin-right: 20px;
	}
	.hero .heroHeader h1 {
		font-size: 70px;
	}
	.hero .heroHeader .heroHeaderSpace {
		display: none;
	}
	.hero .heroHeaderTextContainer {
		display: block;
	}
}
.videobg {
	position: fixed;
	align-items:center;
	height: 100%;
	min-height: 1250px;
	top: 0;
	left: 0;
	z-index: -2;
}

/* EDUCATION */
.education {
	background: #271f1c;
	justify-content: center;
	padding-bottom: 100px;
}

.education h1 {
	font-family: 'Montserrat', sans-serif;
	font-size:70px;
	font-weight:300;
	color:white;
	text-align: center;
	padding-top: 180px;
	padding-bottom: 50px;
}

.education .card {
	max-width: 1000px;
	margin: auto;
	margin-bottom: 80px;
	background: white;
}

.education .card-header {
	font-family: 'Montserrat', 'sans-serif';
	font-size: 24px;
	font-weight: 500;
}

.education .card img {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 100px;
	padding-right: 100px;
}

.education .card p , .education .card .card-footer{
	font-family: 'Montserrat', 'serif';
	font-size: 16px;
	font-weight:500;
}

.education .card p {
	text-align: justify;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 30px;
}