@media screen and (max-width: 1140px)
{
	.heroTextTitle {
		font-size: 3em;
	}
	.heroTextTitleSub {
		font-size: .8em;
	}
	.heroGfx {
		width: 80%;
	}
}

@media screen and (max-width: 992px)
{
	.navBtnLinks {
		padding: 2em;
	}
	.heroTextTitle {
		font-size: 3em;
	}
	.heroTextTitleSub {
		font-size: .8em;
	}
	.proSectionBox {
		/* width: 200px; */
	}
	.heroText {
		font-size: 2em;
	}

	.pricingCard {
		min-height: 100px;
	}
	.pricingCardSmallImg {
		max-width: 80%;
		padding: 5px;
	}
	.pricingCard > .row {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.pricingCardSmallText {
		font-size: 1.25em;
	}
}

@media screen and (max-width: 768px)
{
	.navbar-nav {
		padding-top: 1em;
		padding-bottom: 0px;
	}
	.nav-link {
		text-align: left;
		border-top: 1px solid #eee;
	}
	.nav-link:hover {
		font-weight: bold;
	}
	.nav-item {
		padding: 0 10px;
	}
	.heroText {
		font-size: 2em;
	}
	.heroTextTitle {
		font-size: 2.5em;
	}
	.heroTextTitleSub {
		font-size: .8em;
	}
	.heroTextBox {
		text-align: center;
	}
	.proSectionBoxTitle {
		font-size: .85em;
	}
	.footerBoxSub {
		text-align: center;
	}
	.footerBoxSubLeft {
		text-align: center;
		margin-bottom: 1em;
	}
	.footerBoxSubRight {
		text-align: center;
	}
	.proSectionBoxDesc {
		min-height: 110px;
	}
	.pricesCellHead {
		font-size: .8em;
	}
	.pricesCellTitle {
		font-size: .8em;
	}
	.pricesCell {
		font-size: .8em;
	}
	.pricingCardSmallImg {
		max-width: 80%;
		padding: 20px;
	}
	.pricingCardSmallText {
		font-size: 1em;
	}
	.signUpBoxRight {
		border-radius: 25px;
		padding: 2em;
	}
	.downloadHeader {
		font-size: .7em;
	}
	.downloadRow {
		font-size: .7em;
	}
	.dtTixManual {
		margin-bottom: 2em;
	}
	.dtTixManual > div > img {
		max-width: 50px;
	}
}

@media screen and (max-width: 575px)
{
	.heroText {
		font-size: 2em;
	}
	.textSmall {
		font-size: .8em;
	}
	.proSectionBox {
		padding: .5em;
		min-height: 170px;
		min-width: 150px;
		max-width: 250px;
		width: 100%;
	}
	.proSectionBoxIcon {
		margin-top: 1em;
		max-width: 70%;
	}
	.proSectionBoxTitle {
		font-size: 0.8em;
		height: 20px;
	}
	.proSectionBoxDesc {
		min-height: 60px;
	}
	.footerBoxTitle {
		margin-top: 2em;
	}
	.sectionTitle {
		font-size: 2em;
	}
	.sectionTitleSub {
		font-size: .9em;
	}
	.pricesCellHead {
		font-size: .7em;
	}
	.pricesCellTitle {
		font-size: .7em;
	}
	.pricesCell {
		font-size: .7em;
	}

	.pricingCardSmallImg {
		max-width: 80%;
		padding: 5px;
	}
}