
* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
	font-size:16px;
	background-color: ffff00;
	font-family:Raleway;
}

div.wrapper {
	min-height:100%;
	position:relative;
}

h1 {
	font-size:32px;
	margin-top:0;
}

h2 {
	font-size:24px;
	margin-bottom:5px;
}

h3 {
	font-size:18px;
}

p {
  font-size: 16px;
}

ul {
	padding-left:15px;
}

/* Header
 */
div.header {
	padding-top:75px;
	background-image:url(/images/layout/train_header.jpg);
	background-size:contain;
	background-position:center-top;
	background-attachment:fixed;
	background-repeat:no-repeat;
}

div.header div.container {
	padding-top:7px;
}	

@media (min-width:1388px) {
div.header {
	height:500px;
	}
}

@media (min-width:768px) {
div.header div.container {
	height:400px;
	}
}

@media (max-width:767px) {
	div.header	{
	background-image:url(/images/layout/train_header.jpg);
	height:175px;
	background-size:contain;
	background-position:center-top;
	background-position-y:40px;
	}
}

@media (max-width:767px) {
	div.header div.container {
		padding-bottom:20px;
		
	}
}

@media (max-width:424px) {
	div.header {
	background-image:url(/images/layout/train_header_phn.jpg);
	background-size:contain;
	height:150px;
	

	}
}

@media (max-width:424px) {
	div.header div.container {
	padding-top:20px;
	
	}
}


div.header div.container div.title {
		display:hidden;
		font-size:0px;
}

nav.navbar {
	background-color:#195735;
	color:#b4b4b4;
	margin-bottom:0;
	border-radius:0
}


/* Content
 */
div.content div.container {
	padding-top:25px;
	padding-bottom:135px;
	position:relative;
	font-size:16px;
	
}

/* Footer
 */
div.footer {
	position:absolute;
	bottom:0;
	height:50px;
	width:100%;
	background-color:#195735;
	border-top:1px solid #e0e0e0;
	padding-top:15px;
	text-align:center;
	color:#EDED09;
	font-size:12px;
}

div.footer a {
	color:#f0f0f0;
}

@media (min-width:768px) {
	div.footer span:before {
		content:"|";
		margin:0 20px;
	}
	
	div.footer span:first-child:before {
		content:"";
		margin:0;
		}
}

@media (max-width:767px) {
	div.footer {
		height:75px;
	}

}
