@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700');

html, body {
	margin:0;
	padding:0;
	font-size: 2em;
	padding-top: 5vmin;
}

h3{
	color: #fff;
	font-family: Ubuntu 700;
	text-decoration: underline;
	font-size: 4vmin;
	z-index: 2;
}

h2{
	color: #00539f;
	font-family: Ubuntu;
	font-size: 2.0625vmin;
	padding: 10vw 10vw 0 10vw;
	background:rgba(250, 250, 250, 0.725);
	
	/*text-shadow: 0 1px 4px #000,
		-1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;*/
}

h1{
	color: #fff;
	font-family: Ubuntu;
	font-size: 2.5vmin;
	text-align: right;
	padding-right: 5vmin;
}

Section {
	background-color: #990000;
	padding: 0 0 5vmin 0;
}

p{
	color: #fff;
	font-family: Ubuntu;
	font-size: 2.0625vmin;
	padding: 0 10vw 0 10vw;
}

#RaynaImage, #JoeImage, #TomImage, #JoanneImage, #JohnImage{
    /*float:left;*/
    margin:15px 15px 20px 15px;
    width:20%;
    text-align:left;
}
	
#RaynaImage div, #JoeImage div, #TomImage div, #JoanneImage div, #JohnImage div {
    margin:auto;
    display:table;
}
#RaynaImage p, #JoeImage p, #TomImage p, #JoanneImage p, #JohnImage p {
    display:table-cell;
    vertical-align:bottom;
    margin-left:20px;
	padding:0 10px 0 10px;
}
	#RaynaImage img, #JoeImage img, #TomImage img, #JoanneImage img, #JohnImage img{
		width:20vmin;
	}

.parallax{
	padding-top: 10vmin;
	padding-bottom: 10vmin;
	/* The image used */
    background-image: url("https://www.1894inc.com/Images/Steam-loco-wheels-01.jpg");

    /* Set a specific height */
    min-height: 25vmin; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#header{
	height: 15vh;
	width: 100%;
	border-bottom: 3px solid #555555;
	background-color: #E3E3E3;
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-box-shadow: 0px 8px 8px rgba(100, 100, 100, 0.49);
	-moz-box-shadow:    0px 8px 8px rgba(100, 100, 100, 0.49);
    box-shadow:         0px 8px 8px rgba(100, 100, 100, 0.49);

}

#header ul {
	font-family: Ubuntu;
	font-weight:700;
 	margin: 0;
 	padding: 6vmin 10vmin 0 0; 
	font-size: 2vmin;
	overflow:hidden;
}

#header li {
 	float: right;
	padding: 1vmin 3vmin;
	margin: 0 0 0 0;	
	color: #7d7d7d;
	list-style-type: none;
	
}

#header li a {
	color: #7d7d7d;  
	text-decoration: none;    
}

#header li a:hover {
	color: #990000;  
}

#header img{
	height: 5vw;
	position: absolute;
	top: 0.25em;
	left: 10%;
}

.container {
	width: 100%;
	padding: 0;
}

.container-fluid{
	width:95%;
	padding:0;
}

#myCarousel{
	z-index:1;
}
.carousel-inner{
	height: 80vmin;
}

.carousel-content {
  position: absolute;
  top: 2vw;
  z-index: 20;
  color: white;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
	text-align:center;
}

.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}

.divTableCell{
	display: table-cell;
	vertical-align: top;
}

.divTableBody {
	display: table-row-group;

}

a.anchor {
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
}

footer {
  background: #000;
  color: #7d7d7d;
  padding: .75vmin 0 .75vmin 10vmin;
  text-align: left;
  font-size: 20%;
}

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

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