/* CSS Document */

#header{
}

p{
	margin:5px 0 5px;
}


/**** SPORTS HERO ****/

#sports_details{
	background-image:url(images/sports_icons.jpg);
	background-position:center top;
	background-repeat: no-repeat;
	padding-top:105px;
	text-align:center;
	width:700px;
	margin:auto;
}

#sports_details .col{
	float:left;
	text-align:center;
}

#sports_details h3{
	font-size:16px;
	margin:5px 0px;
	font-weight:normal;
}

#sports_details p{
}

#sports_details #icehouse{
	width: 120px;
margin-left: 70px;
margin-right: 10px;
}

#sports_details #dugout{
	width: 140px;
	margin-left: 85px;
	padding-right: 14px;
	
	
}

#sports_details #steelersnation{
	width: 185px;
margin-left: 50px;
}

/******

MEDIA QUERIES


******/
@media (max-width: 767px) {
	#app_features .col-lg-8 p{
		border-bottom:1px solid #939396;
		padding:10px 0px
	}
	
	#app_features .col-lg-8 p:last-child{
		border:0px;
	}
}


@media (min-width: 970px) {
	#app_features .col-lg-8{
		padding-right:15px !important;
	}
	
	#app_features .col-lg-4 .white-box{
		min-height:517px;
	}
	#app_features .feature-text{
		font-size:18px;
	}
}
