@charset "UTF-8";

#daniel_testimony{
	margin: 10vh 0;
}

#daniel_testimony .video_container{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-top: 10vh;
}
#daniel_testimony .video_container .video{
	width: 60%;
	aspect-ratio: 16/9;
}
#daniel_testimony .video_container .video iframe{
	position: relative;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	filter: grayscale(0.4);
}


/* HOME */

.home_course_banner{
	position: relative;
	width: 100%;
	margin-bottom: 10vh;
}
.home_course_banner .bg_image{
	position: absolute;
	left: -10vw;
	top: 0;
	width: calc(100% + 20vw);
	height: 100%;
	z-index: 0;
}
.home_course_banner .bg_image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home_course_banner .content{
	position: relative;
	padding: 20vh 0;
	z-index: 1;
	color: #fff;
	width: 80%;
}
.home_course_banner .content .title{
	font-weight: 300;
	font-size: 5vw;
	line-height: 4.8vw;
	text-transform: uppercase;
	text-shadow: 0 0 20px rgba(0, 0, 0, 1);
	width: 90%;
	margin: 0;
}

.testimonial_container{
	position: relative;
	width: 80%;
}

.testimonial{
	position: relative;
	margin-bottom: 10vh;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 0 2vw;
}
.testimonial .description{
	font-size: 0.8rem;
	line-height: 0.8rem;
	margin: 0;
}
.testimonial .text{
	width: 80%;
}
.testimonial .photo{
	position: relative;
	width: 20vw;
	align-self: flex-end;
}