
@media (min-width: 1200px)  {

	body {
		font-size: 20px;
		line-height: 24px;		
	}
	
	h1, h2 { font-size: 28px; }
	h3 { font-size: 56px; line-height: 62px;}
	
	.medium-paragraph {
		font-size: 20px;
		line-height: 24px;
	}
	
	.extraLargeSectionHeader {
		margin-top: 50px;
		margin-bottom: 50px;
		font-size: 108px;
		font-weight: 300;
		line-height: 108px;
	}

}

@media (min-width: 992px) and (max-width: 1199px) {

	.medium-paragraph {
		font-size: 20px;
		line-height: 24px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	
	h1, h2 { font-size: 28px; }
	h3 { font-size: 24px; line-height: 36px;}
	.date, .location { font-size: 20px; line-height: 28px; }
	

	.section-description p { padding: 0; }
	
	.section-container-image-bg {
		margin: 50px auto 10px auto;
	}
		
	.extraLargeSectionHeader {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 68px;
		line-height: 72px;
	}

}

@media (max-width: 767px) {
	
	
	.top-content { padding: 60px 0; }
	.top-content .top-big-link { margin-top: 25px; }
	.top-content .top-big-link a.btn { margin-top: 10px; }
	
	.section-description {
		margin-top: 10px;
		padding-bottom: 10px;
	}
	.section-description p { padding: 0; }
	
	.section-container-image-bg {
		margin: 50px auto 10px auto;
	}
	
	
	footer { text-align: center; }
	.footer-right { padding-top: 10px; text-align: center; }
	.footer-bottom { padding-top: 20px; }
	
	
	.extraLargeSectionHeader {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 60px;
		line-height: 64px;
	}
	
	
}

@media (max-width: 575px) {
	
	#btn_show_ibe {
		display: block;
	}
	#ibesection2 {
		display: none;
	}
}

@media (max-width: 415px) {
	
	
	h1, h2 { font-size: 32px; }
	h3 { font-size: 32px; line-height: 36px;}
	.date, .location { font-size: 26px; line-height: 28px; }
	.top-content { padding: 80px 0; }

	
	.section-description {
		margin-top: 10px;
		padding-bottom: 10px;
	}
	
	
	.section-container-image-bg {
		margin: 50px auto 10px auto;
	}

	.extraLargeSectionHeader {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 68px;
		line-height: 72px;
	}


}


/* Retina-ize images/icons */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	
}
