@charset "utf-8";
/* CSS Document */

body
{
	background-color: #404041;
	margin: 0;
}

.wrapper
{
	z-index: 100;
	position: absolute; 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
	margin: 0 0;
}

#mainwrapper
{
	width: 100%;
}

#bg-images
{
	background-image: url(images/train_bg.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
}

.container
{
	width: 600px;
	margin: 0 auto 0 auto;
	padding: 100px 0 10px 0;
	text-align: center;
	position: relative;
	z-index: 100;
}

.containger img
{
	margin: 0 auto;
}

h2
{
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	color: #aaaaaa;
	font-size: 18px;
	padding: 20px 0;
	margin: 0 auto;
}

h1
{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #e7e7e8;
	font-size: 24px;
	padding: 60px 0 30px 0;
	text-decoration: none;
}

h1 .button a, h1 .button a:active, h1 .button a:visted, h1 .button a:focus
{
	color: #e7e7e8;
	text-decoration: none;
}

.button a
{
	color: #e7e7e8;
	padding: 10px 20px;
	border: 2px #daa527 solid;
	text-decoration: none;
	float: left;
	margin: -10px -45px 0 30px;
}

.button a:hover
{
	background-color: #daa527;
	color: #404041;
	text-decoration: none;
}

.button a:visited, .button a:active
{
	color: #e7e7e8;
}

h3
{
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	color: #daa527;
	font-size: 18px;
	padding: 0;
}

.ltgray
{
	color: #aaaaaa;
}

#footer
{
	background-image: url(images/footer-yellow.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 200px;
	margin: 0;
	text-align: center;
	position: absolute;
	z-index: 500;
}

h4
{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #404041;
	font-size: 14px;
	padding: 30px 0 10px 0;
	margin: 0 auto;
}

#footer img
{
	padding: 5px 10px;
	border: 0;
}

#footer img:hover
{
	opacity: 0.8;
}

#footer a
{
	text-decoration: none;
	color: #404041;
}

#footer a:hover
{
	text-decoration: underline;
	color: #404041;
}

#footer a:visited
{
	color: #404041;
}

.copyright
{
	font-size: 12px;
}




#slider-container
{
	width: 100%;
	height: 820px;
	background-color: #404041;
	margin: 0 auto;
}

#slider
{
	width: 100%;
	height: 820px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	z-index: 10;
	background-color: #404041;
}

#slider img
{
	width: 100%;
	height: auto;
}

#slider > div { 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
}