﻿body {
	background-color: #000000;
	color:gold;
	text-align: center;
}
#TimsPlace{
	position: fixed;
	top: 1px;
	left: 1px;
	width: auto;
	height: auto;
	padding: 2px 5px;
	background-color:gold;
	font-size: 8px;
	border: 1px solid blue;
	z-index: 10;
}
#PageFrame{
	position: fixed;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	text-align: center;
	border: 5px solid blue;
    overflow-x: hidden;
	overflow-y: scroll;
}
.Text50{
	position: relative;
	left: 20px;
	right: 20px;
	height: auto;
	font-size: 50px;
	padding: 4px;
	text-align: center;
	background-color: transparent;
}
.Text40{
	position: relative;
	left: 20px;
	right: 20px;
	height: auto;
	font-size: 40px;
	padding: 4px;
	text-align: center;
	background-color: transparent;
}
.Text18{
	position: relative;
	left: 20px;
	right: 20px;
	height: auto;
	font-size: 18px;
	padding: 4px;
	text-align: center;
	background-color: transparent;
}
.Text25{
	position: relative;
	left: 20px;
	right: 20px;
	height: auto;
	font-size: 25px;
	padding: 4px;
	text-align: center;
	background-color: transparent;
}
.MainTitle{
	position: absolute;
	left: 20px;
	right: 20px;
	height: auto;
	font-size: 40px;
}

.MainDescription{
	position: absolute;
	left: 20px;
	right: 20px;
	height: auto;
	font-size: 25px;
}

.LocationTitle {
	position: static;
	width: auto;
	height: auto;
	padding: 0 14px;
	border: 3px ridge gold;
	background-color: rgba(225,215,195,0.5);
	color: #1e60e8;
	text-shadow: 1px 1px black, -1px -1px black, 1px -1px black, -1px 1px black, 0 0 15px gold;
	text-align: center;
	font-size: 40px;
	vertical-align: middle;
}

.ImageTitle {
	position: relative;
	width: auto;
	height: auto;
	padding: 0 14px;
	border: 3px ridge gold;
	background-color: rgb(128, 128, 128);
	color: gold;
	text-shadow: 1px 1px black, -1px -1px black, 1px -1px black, -1px 1px black, 0 0 15px gold;
	text-align: center;
	font-size: 20px;
	vertical-align: middle;
}
.ButtonsContainer{
	position: relative;
	left: 20px;
	right: 20px;
	height: auto;
	padding: 10px;
}
.Buttons{
	position: relative;
	background-color:cornflowerblue;
	color:cornsilk;

}
.ViewerCanvas {
	position: relative;
	width: 600px;
	height: 300px;
}

.Imagecontainer{
	position: relative;
	width: auto;
    height: 500px;
    text-align: center;
    overflow-y: hidden;
	overflow-x: scroll;
}
.ImageSlide{
	width: auto;
    height: 100%;

}

.MyLogo{
	position: relative;
	left: 20px;
	right: 20px;
	height: 700px;
	background-color:transparent;
	background-image: url(Images/UnicornPNG.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top;
}.MyLogoRed{
	position: relative;
	left: 20px;
	right: 20px;
	height: 1500px;
	background-color:transparent;
	background-image: url(Images/1280x800UnicornRed.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top;
}