/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
}

.jumbotronHome {
  height:350px;
  background-repeat:no-repeat;
  background-position:top;
}

.jumbotron {
  height:410px;
  background-repeat:no-repeat;
  background-position:center;
}

#jumbotroncustom {
  background-image:url(../img/heroHome2022.jpg);
}
/* @media(min-width:768px) {
  #jumbotroncustom {
    background-image:url(../img/heroHome2019a.jpg);
  }
} */
/* APPA page */
#jumbotroncustom1 {
  background-image:url(../img/heroImageAPPA.jpg);
}
/* rules */
#jumbotroncustom2 {
  background-image:url(../img/heroImageRules.jpg);
}
/* classification */
#jumbotroncustom3 {
  background-image:url(../img/heroImageClassification.jpg);
}
/* contact us */
#jumbotroncustom4 {
  background-image:url(../img/heroImageContactUs.jpg);
}
/* register */
#jumbotroncustom5 {
  background-image:url(../img/heroImageRegistration.jpg);
}
/* FAQ */
#jumbotroncustom6 {
  background-image:url(../img/heroImageFAQ.jpg);
}
/* prizes */
#jumbotroncustom8 {
  background-image:url(../img/heroImagePrizes.jpg);
}
/* directions */
#jumbotroncustom9 {
  background-image:url(../img/heroImage09.jpg);
}
/* event 2 */
#jumbotroncustom10 {
  background-image:url(../img/heroImageEvent2-2022.jpg);
}
/* event 3 */
#jumbotroncustom13 {
  background-image:url(../img/heroImageEvent3-2022.jpg);
}
#jumbotroncustom15 {
  background-image:url(../img/heroImageScrimmages.jpg);
}
/* event 1 */
#jumbotroncustom16 {
  background-image:url(../img/heroImageEvent1-2022.jpg);
}
/* event 4 */
#jumbotroncustom17 {
  background-image:url(../img/heroImageEvent4-2022.jpg);
}
/* PE got your back */
#jumbotroncustom18 {
  background-image:url(../img/heroImage15.jpg);
}
/* event special D3 */
#jumbotroncustom19 {
  background-image:url(../img/heroImageD3.jpg);
}

#jumbotrontext {
  height:450px;
  color:#FFFFFF;
  text-shadow:3px 3px 2px #000000;
}

#headerlogo {
  padding: 5px 5px;
}

.topicbreak {
	background-color:#B8CDE6;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

  /* Remove the edge padding needed for mobile */

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 10px;
  }
}
