/*  Styling unique ONLY to the Tour Page    */

/*      Is this needed?  @supports (display: grid) {     */


.threeSmallImg {
  display: block;
  width: 100px;
  margin: auto;
  padding: 0;
}

.timelinePic {
  min-width: 800px;
  width: 100%;
}

.stepsTimelinesImg {
  overflow-x: scroll;
  width: 86vw;
}
.stepsTimelinesTxt {
  width: 86vw;
} 
.pixTall {
  width: 100%;
}
.introPixSm {
  float: right;
}

/* --------------600px and Up (portrait tablets, large phones and up)------------ */
@media only screen and (min-width: 600px) { 


.pixTall {
  width: 75%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.threeSmallImg {
  width: 200px;
}

#LvActn{ 
}
#lvActnImg {
}
#lvActnTxt {
}

#exmplsLv { 
}
#exmplsLvImg {
}
#exmplsLvTxt {
}

#lvDsclmr { 
}
#lvDsclmrImg {
}
#lvDsclmrTxt {
}

#internalDims { 
}
#internalDimsImg {
}
#internalDimsTxt {
}

#emSteps{ 
}
#emStepsImg {
}
#emStepsTxt {
}
#mntSteps { 
}
#mntStepsImg {
}
#mntStepsTxt {
}

#sprSteps { 
}
#sprStepsImg {
}
#sprStepsTxt {
}

#externalDims { 
}
#externalDimsImg {
}
#externalDimsTxt {
}

#stpsNActn{ 
}
#stpsNActnImg {
}
#stpsNActnTxt {
}

#scSteps { 
}
#scStepsImg {
}
#scStepsTxt {
}

#relsActn { 
}
#relsActnImg {
}
#relsActnTxt {
}

#mntrLove { 
}
#mntrLoveImg {
}
#mntrLoveTxt {
}

#teamHuddle {
}
#teamHuddleImg {
}
#teamHuddleTxt {
}

#stepsMetaphor {
}
#stepsMetaphorImg {
}
#stepsMetaphorTxt {
}

#fiveLittleSteps {
}
#fiveLittleStepsImg {
}
#fiveLittleStepsTxt {
}

#crownThorns {
}
#crownThornsImg {
}
#crownThornsGreatsTxt {
}

#livStrtgy {
}
#livStrtgyTxt {
}
#livStrtgyImg {
}

#grtComdTourStrategy { 
}
#grtComdImg {
}
#grtComdTxt {
}

#grtCmiss { 
}
#grtCmissImg {
}
#grtCmissTxt {
}

#timelineCmiss { 
}
#timelineCmissTxt {
}
#timelineCmissImg {
}

#inclsv { 
}
#inclsvImg {
}
#inclsvTxt {
}

#grtTchr { 
}
#grtTchrImg {
}
#grtTchrTxt {
}

#prtnrsp { 
}
#prtnrspImg {
}
#prtnrspTxt {
}

#prosCh { 
}
#prosChImg {
}
#prosChTxt {
}

#carFuel { 
}
#carFuelImg {
}
#carFuelTxt {
}

#crsTour { 
}
#crsTourImg {
}
#crsTourTxt {
}
}

@media only screen and (min-width: 900px) { 
.pixTall {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
#teamHuddleImg {
  overflow: hidden;
}

}


@media only screen and (min-width: 1200px) { 
.pixTall {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.threeSmallImg {
  padding: 30px;
  width: 300px;

}

}

@media only screen and (min-width: 1500px) { 

    
}