﻿@import url('https://fonts.googleapis.com/css2?family=Lora&family=Quicksand&display=swap');

body {
	font-family: 'Quicksand', sans-serif;
	font-size: 15px;
	color: #000;
	background-color: #fff;
}
.bold {
	font-weight: bold;
}
.bu {
	font-weight: bold;
	text-transform: uppercase;
}

h1 {
	font-family: 'Lora', serif;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}

.ititle {
	background-color: #000000;
	color: #ffffff;
	padding: 2px;
	clear: both;
	text-align: left;
	font-weight: bold;
	margin: 0;
	text-transform: capitalize;
}

#logo {
}
.loc {
	padding: 0;
	padding-bottom: 15px;
}
#main {
	text-align: center;
}
.mobile-only {
	display: block;
}

.no-mobile {
	display: none;
}

.red {
	color: #ff0000;
}

.spacer {
	margin: 20px 0;
}

.thumbnail {
	display: inline;
	margin: 4px;
	height: 75px;
	width: 90px;
	padding: 2px;
	border-radius: 2px;
}

.u {
	text-decoration: underline;
}
.ucwords {
	text-transform: uppercase;
}

@media (min-width: 768px) {
	body {
		font-family: arial, sans-serif;
		font-size: 15px;
	}
	#bevel {
		border: outset 4px #b8553a;
		margin-bottom: 15px;
	}
	#details {
		border: solid 1px #000;
		margin: 2px;
		padding: 15px;
		background-color: #f9f5d1;
	}
	.fullHeight {
		height: 100%;
	}
	h1 {
		font-family: 'times new roman';
		font-size: 21px;
	}
	.loc {
		padding: 0 100px;
		padding-bottom: 15px;
	}
	#logo {
		margin: 0 auto;
		width: 50%;
	}
	#main {
		height: 100%;
	}
	.mobile-only {
		display: none;
	}
	.no-mobile {
		display: block;
	}
	.size18 {
		font-size: 18px;
	}
	.thumbnail {
		height: 85px;
		width: 103px;
	}
	#train {
		background-image: url('../final%20images/trainbk.jpg');
		background-repeat: repeat-y;
		background-position: left top;
	}
}
@media (min-width: 992px) {
	.loc {
		padding: 0 180px;
		padding-bottom: 15px;
	}
}
@media (min-width: 992px) {
	.loc {
		padding: 0 250px;
		padding-bottom: 15px;
	}
}
