/*.hero-group {
	margin-top: 45vh;
}*/

.hero.video-wrapper {
	height: 90vh;
}

.hero-spacer {
	height: 50px;
	margin: 0 auto 0 0;
}

.hero .hero-image {
	height: 205px;
	margin: 0 auto 0 0;
}

.hero-image.about {
	/*background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/Content/Images/about-us.webp");*/
	background-image: url("/Content/Images/about-us-hero.png");
	background-position: 50% 101%;
}

.hero-image.news {
	background-position: 50% 41%;
	background-image: url("/Content/Images/news-trial-middle.jpg");
}

.hero-image.our-courses {
	background-position: 50% 59%;
	background-image: url("/Content/Images/our-training-hero.png");
	background-position: 50% 101%;
}

.hero-image.view-cart {
	background-image: url("/Content/Images/cart-hero.png");
	background-position: 50% 101%;
}

.hero-group h1 {	
	font-size: 3.75rem;
	margin: -40px 0 0;
	color: var(--yellow);
}

.hero-group h2 {
	font-size: 1.5rem;
	font-weight: 700;
	margin: 27px 0 0;
	color: #fff;
}

.hero-group.small h1 {
	font-size: 5.25rem;
	margin: -120px 0 0;
	color: var(--yellow);
	text-shadow: 5px 6px 0 rgb(0 0 0 / 25%);
}

.hero-group.small h2 {
	font-size: 2.5rem;
	font-weight: 700;
	color: #fff;
}

.hero-group {
	min-height: 273px;
	width: 100%;
	/*margin: -102px auto 45px;*/
	/*margin: 45vh auto 45px;*/
	/*margin: auto 45px;*/
	background-color: var(--dark-purple);
}

	.hero-group.static {
		margin: -102px auto 0;
	}

	.hero-group.opacity {
		opacity: 0.8;
	}

	.hero-group.course-details {
		color: #fff;
	}

@media (min-width: 480px) {
	.hero-group {
		
		/*margin-top: 60vh;*/
	}
}

/**** Small devices (landscape phones, 576px and up) **/
@media (min-width: 576px) {
	.hero-group {
		width: 95%;		
	}
}

/**** Medium devices (tablets, 768px and up) **/
@media (min-width: 768px) {
	.hero .hero-image {
		height: 230px;		
	}
	.hero-group {
		width: 80%;
	}
}

/**** Large devices (desktops, 992px and up) **/
@media (min-width: 992px) {
	.hero .hero-image {
		height: 375px;
	}
	.hero-group .container {
		padding: 30px;
	}

	.hero-group {
		width: 964px;
	}
	/*.hero-group {
		margin-top: 30vh;
	}*/

		.hero-group h1 {
			font-size: 8.25rem;
			font-weight: 700;
			text-shadow: 5px 6px 0 rgb(0 0 0 / 25%);
			margin: -120px 0 0;
		}

		.hero-group h1.our-courses-header {
			font-size: 7.75rem;			
		}

		.hero-group h2 {
			font-size: 4.5rem;
			font-weight: 700;
			margin: 27px 0 0;
			color: #fff;
		}
}

/**** Extra large devices (large desktops, 1200px and up) **/
@media (min-width: 1200px) {
}
