@import "../Austin_Responsive/99-Austin_Responsive.css";
@import "../QuickstartBase/base.css";

.big-num h1,
.big-num h2,
.big-num h3,
.big-num h4,
.big-num h5,
.big-num h6,
.big-num .counter-value{
	font-size: 200%;
	line-height: 1.3;
	font-weight:bold;
	display: inline-block;
	position: inherit;
background: rgb(220,79,0);
background: -moz-linear-gradient(90deg, rgba(220,79,0,1) 0%, rgba(163,59,0,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(220,79,0,1) 0%, rgba(163,59,0,1) 100%);
background: linear-gradient(90deg, rgba(220,79,0,1) 0%, rgba(163,59,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dc4f00",endColorstr="#a33b00",GradientType=1);
	background-size: 100%;
	background-repeat: repeat;
  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-background-clip: text;
	-moz-text-fill-color: transparent;
	display:inline-block;
	font-family: Raleway, Verdana, sans-serif;
}

.big-num.white h1,
.big-num.white h2,
.big-num.white h3,
.big-num.white h4,
.big-num.white h5,
.big-num.white h6,
.big-num.white .counter-value{
background: rgb(255,183,35);
background: -moz-linear-gradient(90deg, rgba(255,183,35,1) 0%, rgba(220,79,0,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(255,183,35,1) 0%, rgba(220,79,0,1) 100%);
background: linear-gradient(90deg, rgba(255,183,35,1) 0%, rgba(220,79,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffb723",endColorstr="#dc4f00",GradientType=1);
  background-size: 100%;
  background-repeat: repeat;
  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  display:inline-block;
}