﻿/*!
 * Adapted from Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * which is Copyright 2013-2019 Start Bootstrap and
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
/*	body {
		padding-top: 56px;
	}
*/

	#container {
		clear: both;
		max-width: 61.25em;
		margin-right: auto;
		margin-left: auto;
	}

	#masthead {
		max-width: 61.25em;
		margin-right: auto;
		margin-left: auto;
		overflow: hidden;
		padding-top: 1em;
		padding-bottom: 1em;
		background-color: #ffffff; /* White */
	}

	#mastheadtopmenu {
		max-width: 61.25em;
		margin-right: auto;
		margin-left: auto;
		overflow: hidden;
		padding-top: 3.7em;
		padding-bottom: 1em;
		background-color: #ffffff; /* White */
	}

	#footer {
		max-width: 61.25em;
		border-top: .0625em double #228B22;
		margin-left: auto;
		margin-right: auto;
		padding-left:.5em;
		padding-right:.5em;
		padding-top:.5em;
	}

	#contact {
		clear: both;
		max-width: 61.25em;
		border-top: .0625em solid #228B22; /*Forest Green*/		
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	#copyright {
		clear: both;
		max-width: 61.25em;
		border-top: .0625em solid #228B22; /*Forest Green*/
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		padding-bottom:.5em;
	}

/* Start of Bootstrap items */
	.carousel-item {
		height: 65vh;
		min-height: 300px;
		background: no-repeat center center scroll;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	
	.portfolio-item {
		margin-bottom: 30px;
	}

	.btn-third {
		color: #FF6600; /* #fff; */
		background-color: #228B22; /* #6c757d; */
		border-color: #6c757d;
	}
	
	.btn-third:hover {
		color: #FF6600; /* #fff; */
		background-color: #E6E8FA; /* #5a6268; */
		border-color: #545b62;
	}

	.table-green {
		background-color: #228B22; /*Forest Green*/
	}

	.centerBlock {
		display: table;
		margin: auto;
	}

/* center an image */
	.center {
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 99%;
	}

/* Start of Align Text Classes*/
	.alignleft {
		text-align: left;
	}

	.aligncenter {
		text-align: center;
	}

	.alignright {
		text-align: right;
	}

/* Start of Text Classes*/
	.text-style1 {
		text-align: left;
		font-size: .75em; /* small */
	}

	.text-style2 {
		text-align: right;
		font-size: .60em; /* x-small */
	}

	.text-style3 {
		text-align: left;
		font-size: .8125em; /* small */
	}
	.text-style3 {
		text-align: center;
		font-size: .60em; /* x-small */
	}

	.text-style4 {
		text-align: center;
		font-size: .75em; /* small */
	}

	.text-style5 {
		text-align: center;
		font-size: .8125em;
	}

	.text-style6 /* Advertising Railroad index */ {
		text-align: center;
		font-size: .75em;
		background-color:silver;
	}

	.text-style8 /* CZ Movies index */ {
		text-align: left;
		font-size: .75em;
	}

	.text-style9 /* Post Cards index, CZ Consists, CZ Paper index, CZ Cardgames index, Archives Steam */ {
		text-align: center;
		font-size: .8125em;
		background-color: #C0C0C0; /* Silver */
	}

	.text-style10 /* Steam Class, Diesel Class, Trains Operated */{
		color: #FFFFFF; /* White */
		background-color: #556B2F; /*Dark Olive Green /* #9ACD32; YellowGreen */
	}

	.text-style10a /* Steam Rosters */{
		color: #FFFFFF; /* White */
		background-color: #000000; /*Black */
	}

	.text-style10b /* Diesel Rosters */{
		color: #FFFFFF; /* White */
		background-color: #C0C0C0; /*Silver */
	}

	.text-style10c /* Diesel Rosters */{
		color: #FFFFFF; /* White */
		background-color: #FFA500; /*Orange */
	}

	.text-style11 /* links, referances */ {
		text-align: center;
		color: #FFFFFF; /* White */
		background-color: #556B2F; /*Dark Olive Green /* #9ACD32; YellowGreen */
	}

	.text-style12 /* links, referances */ {
		text-align: center;
		color: #FFFFFF; /* White */
		background-color: #FF6600; /* Orange */
	}

	.text-style13 /* links, referances */ {
		text-align: center;
		color: #FFFFFF; /* White */
		background-color: #C0C0C0; /* Silver */
	}

	.text-style14 /* CZ index */ {
		text-align: center;
		border-bottom-style: solid;
		border-bottom-width: .0625em;
	}

	.text-style18 /* Archives Survivors */ {
		background-color: #9ACD32; /* YellowGreen */
	}

	.text-style19 /* Steam Rosters, Steam Class, Diesel Rosters, Diesel Class, Trains Operated */ {
		background-color: rgba(0, 0, 0, 0.05); /* Very Light Grey */
	}
/* End of Text Classes */

/* Carousel Media Queries */
	@media only screen and (max-width:2000px) {
	    .carousel-text {
	        padding-bottom: 2%;
	    }
	}
	
	@media only screen and (max-width:1199px) {
	    .carousel-text {
	        padding-bottom: 2%;
	    }
	}
	
	@media only screen and (max-width:991px) {
	    .carousel-text {
	        padding-bottom: 2%;
	    }
	}
	
	@media only screen and (max-width:767px) {
	    .carousel-text {
	        padding-bottom: 2%;
	    }
	}
	
	@media only screen and (max-width:575px) {
	    #carouselFull {
	        display:none;
	    }
	}
/* End Carousel Media Queries */
