@charset "UTF-8";

.headlineText {
	font-size:40px;
	font-weight: 300;
	line-height: 1.0;
	margin-top: 12px; 
	margin-bottom: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.browTitle {
	font-size: 24px;
	font-weight: 300; 
	line-height: 1.0;
	margin-top: 0px;
	margin-bottom: 14px;
	text-transform: uppercase;
}
.bodyText {
	font-size: 14px;
	padding: 0 100px;
	line-height: 1.4;
}
.clockText {
	font-size: 40px;
	font-weight: 300;
	margin-top: 14px;
	margin-bottom: 24px;
	text-align:center;
}
.footnoteText {
	font-size: 12px;
	line-height: 1.8;
}
@media (max-width: 414px){
	.headlineText {
		font-size:24px;
		letter-spacing: 0px;
	}
	.browTitle {
		font-size: 14px;
		margin-bottom: 6px;
	}
	.bodyText {
		font-size: 14px;
		padding: 0 14px;
		line-height: 1.4;
	}
	.clockText {
		font-size: 24px;
		font-weight: 300;
		margin-top: 14px;
		margin-bottom: 24px;
	}
	.footnoteText {
		
	}
}
@media (max-width: 320px){
	.footnoteText {
		font-size: 10px;
	}
}
