.subheader {
	color: #5E8CBA;
	margin-bottom: 1em;
	margin-top: 1em;
	font-weight: 800;
	font-size: 1.3em;
}

.fptext {
	text-align:left;
}

section.pageant article.fp0 {
	padding: 25px;
	box-sizing: border-box;
	box-shadow: inset 0 0 0 5px white;
	border: 15px solid #e4e4e4;
	margin: 0 auto;
	background-color: #E4E4E4;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-width : 320px)
and (max-width : 480px) {
/* Styles */
	section.pageant article.fp0 {
		font-size: 0.5rem;
		padding: 10px;
		border: 5px solid #e4e4e4;
		box-shadow: inset 0 0 0 2px white;
	}
	
	h1.pagehead-big {
		padding-top:5vw;
		height:10vw;
	}	
	
	.ttTagLine {
		font-size:0.8em;
		font-weight:800;
	}
	
	.fpTagLine {
		font-size:1em;
		font-weight:800;
	}	
}
 
/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* Styles */
	section.pageant article.fp0 {
		font-size: 0.5rem;
		padding: 10px;
		border: 5px solid #e4e4e4;
		box-shadow: inset 0 0 0 2px white;
	}
	
	h1.pagehead-big {
		padding-top:5vw;
		height:10vw;
	}	
	
	.ttTagLine {
		font-size:0.8em;
		font-weight:800;
	}
	
	.fpTagLine {
		font-size:1em;
		font-weight:800;
	}	
	
	.subheader {
	  font-size:1.3em;
	  font-weight:800;
	}
}
 
/* iPads (landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : landscape) {
/* Styles */
	h1.pagehead-big {
		padding-top:5vw;
		height:10vw;
	}		
	
	.ttTagLine {
		font-size:1.3em;
		font-weight:800;
	}
	
	.fpTagLine {
		font-size:1.5em;
		font-weight:800;
	}	
	
	.subheader {
	  font-size:1.3em;
	  font-weight:800;
	}
}
 
/* iPads (portrait) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : portrait) {
/* Styles */
	h1.pagehead-big {
		padding-top:5vw;
		height:10vw;
	}	
	
	.ttTagLine {
		font-size:1.3em;
		font-weight:800;
	}
	
	.fpTagLine {
		font-size:1.5em;
		font-weight:800;
	}	
	
	.subheader {
	  font-size:1.3em;
	  font-weight:800;
	}
}