#homePage video{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
}
/*.homeImgL, .homeImgR{
	width: 75%;
	height: 300px;
	margin-top: 50px;
	margin-left: 5%;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	box-shadow: inset 0 10px 10px rgba(0, 0, 0, 0.25);
}
.homeImgR{
	margin-left: 25%;
	border-bottom-left-radius: 150px;
	border-top-left-radius: 150px;
}
.homeImgL{
	margin-left: 0;
	border-bottom-right-radius: 150px;
	border-top-right-radius: 150px;
}
#homeImg1{
	background-image: url(../img/home/mtb-onboard-gopro-single.jpg);
}
#homeImg2{
	background-image: url(../img/home/right-mount-pedenolo-2670922_1920.jpg);
}
#homeImg3{
	background-image: url(../img/home/bike-1010765.jpg);
}
#homePage{
	margin: 0 auto;
}
#homePage h1, #homePage h2{
	width: 90%;
	margin: 75px auto 30px;
	transform: rotate(-2deg);
}
#homePage h1, #homePage h2, #homePage p{
	margin-left: auto;
	margin-right: auto;
}
#homePage h1 span, #homePage h2 span, #homePage p span{
	position: relative;
	padding: 0.3em 0.5em;
	background-color: #fff;
	color: #000;
	line-height: 1.6em;
}
#homePage h1 span:before, #homePage h2 span:before, #homePage p span:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
#homePage p span{
	padding: 0.75em 1em;
	line-height: 2.5em;
}
#homePage h1{
	margin-top: 25vh;
	font-weight: 100;
	font-size: 4em;
}
#homePage h2{
	font-weight: 100;
	font-size: 3em;
}
#homePage p{
	line-height: 2.5em;
}