/*
USE THIS FILE
TO ADD YOUR
CUSTOM CSS
STYLES
*/
section.intro h1{max-width:800px;} /* for small titles, increase it if is needed*/
.fullContent {margin: 0 auto;}
.clear {height: 50px;}

.diagram-show {
    display: none;
}

.diagram-hide {
    display: block;
    max-width: 1000px;
}

#timelinewrapper{
	overflow: hidden;
}

.center {
    text-align: center !important;
    margin: 0 auto;
}
.timeline-txt{
	width: 100%;
	max-width: 425px;
	display: block;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 0px;
	text-align: left;
	font-weight: 100;
	line-height: 1.4em;
	padding-bottom: 50px
}
.timeline{
    width: 100%;
	height: 500px;
}
.timeline .svgtimeline{
	height: 500px;
	z-index: 0;
}
.svgtimeline#txt{
	position: absolute;
	height: 257px;
	z-index: 1;
	left: 0;
	top: 2%;
}