/*Large*/

@media only screen and (min-width: 64.063em) {
	main .stage li.spm-bav h2, main .stage li.spm-bav .h2{
		font-size: 4.5rem;
		font-weight: bold;
		margin-bottom: 20px;
		color: #ff0000;
		line-height: 95%;
	}


	main .stage li.spm-bav p {
		font-size: 1.5rem;
		font-weight: bold;
    	line-height: 120%;
		background-color: #fff;
		padding: 15px;
		margin-bottom: 10px;
	}
}

@media only screen and (min-width: 86.25em) {
	main .stage li.spm-bav h2, main .stage li.spm-bav .h2 {
		font-size: 5.5rem;
		margin-bottom: 25px;
		}
	
	main .stage li.spm-bav p {
		margin-bottom: 15px;
	}
}

/*Medium*/

@media only screen and (max-width: 64em) and (min-width: 50em){
	main .stage li.spm-bav h2, main .stage li.spm-bav .h2 {
		font-size: 4rem;
		font-weight: bold;
		margin-bottom: 20px;
		color: #ff0000;
		line-height: 95%;
		}
	
	main .stage li.spm-bav p {
		font-size: 1rem;
		font-weight: bold;
    	line-height: 120%;
		background-color: #fff;
		padding: 15px;
		margin-bottom: 10px;
	}

}

@media only screen and (max-width: 50em) and (min-width: 40em){
	main .stage li.spm-bav h2, main .stage li.spm-bav .h2 {
		font-size: 3rem;
		font-weight: bold;
		margin-bottom: 20px;
		color: #ff0000;
		line-height: 95%;
		}
		
	main .stage li.spm-bav p {
		font-size: 1rem;
		font-weight: bold;
    	line-height: 120%;
		background-color: #fff;
		padding: 15px;
		margin-bottom: 10px;
	}
}

/*Small*/

@media only screen and (max-width: 40em) {
main .stage li.spm-bav .h1, main .stage li.spm-bav .h2 {
    display: none;
	padding-bottom: 30px;
	}
}