@media all and (min-width: 430px) and (min-device-width: 430px) {
	
/* Responsive Stage Indicator*/

.responsive-stage-indicator {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	background-color: #aaa;
	padding: 0.2em 0.5em;
	color: #fff;
	opacity: 0.5;
}
.responsive-stage-indicator.global {
	display: block;
}	

	
	.logo-header h1 {		
		font-size: 60px;		
	}
		
	.menu li{		
		margin-left: 30px;
	}
	
	.main-menu-outer .footerMenu li,
	.main-menu-outer .copyright,
	.main-menu-outer .initiative {		
		margin-left: 110px;	
	}

	
	#timeline .tl-timeline .tl-slide-titleslide h2 {	
		font-size: 38px;
	}
	

	#timeline .tl-skinny .tl-slide-titleslide .tl-text h2.tl-headline-title,
	#timeline .tl-skinny .tl-slide-titleslide .tl-text h2.tl-headline {
		line-height: 36px;
	}
	
	

	
	
	
}

