/* targets only ie10 and ie 11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.slide h1, .slide h2, .slide p {
		font-weight: bold;
	}
	.slide h1 {
		font-size: 78px;
	}
	.slide p {
		font-size: 17px;
	}
	
	.slide1 p {
		font-size: 16px;
	}
}