body {
	font-family: 'Ubuntu', sans-serif;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}

h1 , h3 , h1 a , i.fa {
	color: #fff;
	text-transform: uppercase;
}

/* Menu
 * --------------------------------------- */
#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	 
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}

.main-logo {
	position: absolute;
	top:20px;
	left: 20px;
 
}
.section{
	text-align: center;

}
a {
	text-decoration: none;
}

i.fa {
	padding-top: 10px;
	padding-right: 10px;
	font-size: 20px	;
	cursor: pointer; cursor: hand; 
}
.section p{
	margin: 0 auto;
	font-size: 1em;
	text-align: justify;
	background-color: rgba(255,255,255, .8);
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	max-width: 800px;
	line-height: 20px;

}

#section1 p {
	max-width: 600px; 
}

.section-image  {
	text-align: center !important;

}

.section-map  {
	text-align: center !important;
	background-color: transparent !important;
}

.section-blurb p {
	text-align: left;
	display: inline;

}

 
.section-meta {
text-align: left;
font-style: italic;
color: #fff;
font-weight: 300;

}

.section-share {
text-align: right;

 display: inline;
}


.section-meta p { 
		background-color: transparent !important;
		padding-top: 10px;
		font-size: 14px;
}

.section-image img { 
max-height: 350px;
display: inline;
float: left;
padding-right: 20px;
padding-top:20px;
}

.section-blurb  {
	min-height: 350px;
 
}

#section1 { 
 background-repeat: no-repeat;
		 background-position: center; 
		 background-size: cover; 
		 background-image: url(imgs/rail.png);

}

#section1 p {
	 padding-top: 20px;
}

 
#section-arrow {
		padding-top: 50px;
}


#section10 p {
	text-align: center;
}
#section10 h1, #section10 h3, #section10 p{
color: #000;
}

#section10 img {
	height: 70px;
	padding: 20px;
}

.logos { 
margin-left: 150px}

.bounce {

  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}



/*#section1,
	#section2,
	#section3,
	#section4,
	#section5,
	#section6{
		 background-repeat: no-repeat;
		 background-position: center; 
		 background-size: cover; 
	}



#section2 {
		background-image: url(imgs/slide-1.jpg);
	 
}



#section3 {
		background-image: url(imgs/slide-2.jpg);
	 
}

#section4 {
		background-image: url(imgs/slide-3.jpg);
	 
}

#section5 {
		background-image: url(imgs/slide-4.jpg);
	 
}

#section6 {
		background-image: url(imgs/slide-5.jpg);
	 
}*/

