@charset "UTF-8";
/* CSS Document */

body .event-title p{font-size: 4.5em; font-weight: 400; line-height: 1em; color: #fff; margin:0; padding:0; text-transform:uppercase;}

body .event-subtitle p{font-size: 5.5em; font-weight: 800; line-height: .9em; color: #fff;margin:0; padding:0; text-transform:uppercase;}
body .event-date p{font-size: 8.0em;
    font-weight: 800;
    line-height: 1.2em;
    color: #fff;
	margin:0; padding:0; text-transform:uppercase;
	}


body .skinny p {font-weight:100 !important;}
body .fat p{font-weight: 800 !important;}
body .orange p {color:#ff7300 !important;}
body .brown p {color:#4f2c1d !important;}
body .font28 p {font-size:28px; line-height:30px;}
body .font30 p {font-size:30px; line-height:32px;}
body .font32 p {font-size:32px; line-height:34px;}
body .font34 p {font-size:34px; line-height:36px;}
body .font36 p {font-size:36px; line-height:38px;}


@media (max-width: 1199px) {
	body .event-title p{ font-size: 3em !important;}
	body .event-subtitle p{font-size: 3.8em !important;}
	body .event-date p{font-size:6em !important;}
}

@media (max-width: 480px) {
		body .event-title p{ font-size:2.5em !important;}
	body .event-subtitle p{font-size:2.8em !important;}
	body .event-date p{ font-size:4em !important;}
}

/* BG BOUND BANNER */

.newstudent-title p{ font-weight:800!important; font-size:40px!important; line-height:44px!important; margin:0;}
.newstudent-text p{font-weight:100!important; font-size:23px!important; line-height:31px!important}

@media (max-width: 480px) {
		.newstudent-title p{ font-size:40px !important; line-height:50px !important;}
	.newstudent-text p{font-size:18px !important;}
	
}