	.oursponsors{
  background-color: #eeeeee;
  color:#ffffff;
}

.oursponsors h2{
  font-weight: bold;
  font-size:35px;
  color:#222222;
  text-transform: uppercase;

}

.oursponsors p{
  font-size: 15px;
  line-height: 20px;
  color:#333333;
  text-transform: uppercase;
}
    .oursponsors img{
      margin:10px;
    }




		
		.logolist{
			height:60px;width:auto;
			max-width:135px;
		}
		.logolistBG{
			background-position: center;
			background-repeat: no-repeat;
			background-size: contain;
			height:55px;
			width:auto;
			margin-right:20px;
			margin-bottom:15px;
			display:inline-block;
		}
		.logolistBG img{
			opacity: 0.0;
		}
		
		.myplaceforparts2{
	background-image:url(../images/mpfp-bg.jpg);
	height:400px;
}
.myplaceforparts3{
	background-image:url(../images/mpfp-bg2.jpg);
}
.myplaceforparts3 h2{
	color:#222222;
	text-transform:uppercase;
}
.myplaceforparts3 h3{
	color:#222222;
}
.myplaceforparts3 p{
	color:#222222;
}
.myplaceforparts3 a{
	color:#c7103f;
}
.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.video-container > video {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-aspect-ratio: 1920/1080) {
  .video-container > video {
    height: 100%;
  }
}
@media screen and (min-aspect-ratio: 1920/1080) {
  .video-container > video {
    width: 100%;
  }
}

.marginMobileBottom{
	margin-bottom:2em;
}

@media (min-width: 576px) {
	.marginMobileBottom{
		margin-bottom:2em;
	}
}

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) {
	.marginMobileBottom{
		margin-bottom:2em;
	}
}

// Large devices (desktops, 992px and up)
@media (min-width: 992px) {
	.marginMobileBottom{
		margin-bottom:0em;
	}
}

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {
	.marginMobileBottom{
		margin-bottom:0em;
	}
}

.industryHeadlineColor h1{
	font-family: industry-inc-inline, sans-serif;font-weight: 400;font-style: normal; color:#fdd10b;
}
.industryHeadlineMP4P h1{
	font-family: industry-inc-inline, sans-serif;font-weight: 400;font-style: normal; color:#111111;margin-top:1em; font-size:3em;
}

.industryHeadline h1{
	font-family: industry-inc-inline, sans-serif;font-weight: 400;font-style: normal; color:#111111;
}