/*Style*/

.Heebo{
	font-family: 'Heebo', sans-serif;
	font-weight: 500;
}
.firstSection{
	background-color: #edf1fa;
}

.Helmets{
	background-image:url(../images/Helmets.png);
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
	height: 90vh;
}

.HelmetsXS{
	background-image:url(../images/Helmets.png);
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
	height: 50vh;
}
.headerText{
	color: #505050;
}

.dots{
	background-image: url(../images/dots.jpg);
	background-size: contain;
}

.AboutUs{
	background-color: #edf1fa;
	padding: 50px;
	border-radius: 0px 0px 50px 0px;
}

.AboutUsTitle{
	font-weight: 800;
}

.AboutUsBody{
	color: gray;
	font-weight: 300;
}

.ThirdHeader{
	font-weight: 800;
	font-size: 3vw;
	line-height: 95%;
}

.ThirdHeaderXS{
	font-weight: 800;
	font-size: 10vw;
}

.ThirdSubtitle{
	color: #f57d15;
	font-weight: 500;
	text-decoration: underline;
}

.fourthSection{
	background-color: #edf1fa;

}

.SixthHeader{
	font-weight: 900;
	font-size: 3vw;
	line-height: 90%;
}

.SixthHeaderXS{
	font-weight: 900;
	font-size: 10vw;
	line-height: 90%;
}

.SixthSection{
	background-color: #edf1fa;
}

.ContactAccent{
	font-weight: 800;
	font-size: 2vw;

}

.ContactAccentXS{
	font-weight: 800;
	font-size: 6vw;

}

.footer{
	color: white;
	background-color: black;
	padding-top: 10px;
}

.spacer05{
	height: 5vh;
}

.spacer08{
	height: 8vh;
}

.spacer10{
	height: 10vh;
}

.spacer15{
	height: 15vh;
}

.spacer20{
	height: 20vh;
}

