html {
  font-family: "filson-soft", sans-serif;
}
#intro {
  background: #00A79D;
	text-align: center;
	font-size: 2vw;
	line-height: 2vw;
	padding: 24px 50px;
}
.intro {
  font-size: 1.8vw;
  line-height: 2.6vw;
}
.hero { 
	padding: 100px 0;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: auto;
  margin-bottom: 6px;
  border: 1px solid #DDD;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoWrapper2 {
  position: relative;
  padding-bottom: 39.15%;
  height: 0;
  margin: auto;
}
.videoWrapper2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoWrapper2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#sponsors {
  padding: 36px 0 0 0;
}
#sponsors a {
  display: inline-block;
  height: 60px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#sponsorLogo1 {
  overflow: hidden;
  margin: 0 0 18px 0;
  padding: 0 0 18px 0;
  border-bottom: 1px solid #CCC;
}
#sponsorLogo1 a {
  width: 100%;
}
#sponsorLogo2 {
  overflow: hidden;
  margin: 0 0 24px 0;
}
#sponsorLogo2 a {
  width: 18%;
  margin: 0 1% 0 1%;
}
#sponsorLogo3 {
  overflow: hidden;
  margin: 0 0 24px 0;
}
#sponsorLogo3 a {
  width: 12.28%;
  margin: 0 1% 0 1%;
}
@media only screen and (max-width: 749px) {
  .videoWrapper2 {
    margin-top: 60px;
  }
  #intro {
    font-size: 4.2vw;
    line-height: 4.8vw;
  }
  .intro {
    font-size: 4.8vw;
    line-height: 6.6vw;
  }
  #sponsors a {
    height: 30px;
  }
  #sponsorLogo2 {
    overflow: hidden;
    margin: 0 0 12px 0;
  }
  .sectionText {
    padding: 36px 10% 36px 10%;
    width: 80%;
  }
}