/*.p_apparel {
	text-align: left;
	color: rgb(0,0,0);
	background-color: rgb(255,255,255);
	margin: 0;
}*/

.sw_background {
	background-image: url(images/southwest-classic-ford/southwest-classic-background.jpg);
	background-size: cover;
	display: block;
	bottom: 0;
	width: 100%;
	max-width: 1920px;
	/*margin-left: auto;
	margin-right: auto;*/
}

.h3_sw_classic {
	color: rgb(0,0,0);
	background-color: rgba(255,255,255,.5);
}

.p_sw_classic {
	background-color: rgba(255,255,255,.5);
	color: rgb(0,0,0);
}

@media screen and (min-width: 1025px) {
	
.h3_sw_classic {
	font-size: 1.25;
	line-height: 2;
	text-align: center;
	padding: 24px 0 24px 0;
}
	
	.p_sw_classic{
	font-size: 1em;
	padding: 4px 2% 4px 2%;
	line-height: 1.5em;
}

}

@media screen and (min-width: 769px) and (max-width: 1024px){
	
.h3_sw_classic {
	font-size: .8em;
	line-height: 1.5;
	text-align: center;
	padding: 12px 0 12px 0;
}
	
.p_sw_classic {
	font-size: .85em;
	padding: 4px 2% 4px 2%;
	line-height: 1.5em;
}

}

@media screen and (min-width: 426px) and (max-width: 768px){
	
.h3_sw_classic {
	font-size: .8em;
	text-align: center;
	padding: 6px 0 6px 0;
}
	
.p_sw_classic {
	font-size: .75em;
	padding: 4px 3% 4px 3%;
	line-height: 1.5em;
}

}

@media screen and (max-width: 425px){
	
.h3_sw_classic {
	font-size: 1em;
	text-align: center;
	padding: 6px 0 6px 0;
}
	
.p_sw_classic {
	font-size: 1em;
	padding: 4px 2% 4px 2%;
	line-height: 1em;
}
	
}