*{
	margin:0;
	padding:0;
	font-size:100%;
}
body{
	font:80%/110% Verdana, Helvetica, sans-serif;
	color:#666;
	margin-top:20px;
	background:#d1b384;
	text-align:center;
}
a{
	color: #008000;
	text-decoration:none;
}
p,
h2{
	margin:15px 5px;
}
h2{
	color:#fff;
}
#wrapgal {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: grid;
  justify-content: center;
}
#header{
	margin-bottom:0px;
}
#header a{
	text-decoration:underline;
}
#main-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#main-content li {
  background: #FFF;
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 5px;
  border-radius: 30px;
  float: unset;
  overflow: hidden;
  width: 45vw !important;
  max-width: 200px !important;
}
#fullplate-navigation ul {
	clear: both;
}
#fullplate-navigation ul {
	list-style:none;
        width: 100%;
}
#fullplate-navigation ul li {
    display: block;
    float: left;
    width: 25vw;
}
#previous{
	text-align:left;
}
#next{
	text-align:right;
}
#fullplate-navigation ul li a {
    display: block;
    width: auto;
    padding: 1vw 0vw;
}
#fullplate-navigation ul li a:hover{
	color:#333;
}
#fullplate-photo {
  border-radius: 20px;
  margin: 0 auto;
  width: 90vw;
  display: inline-block;
  overflow: hidden;
  margin: 15px 5px;
}
#fullplate-photo h2 {
  margin:0px;
}
#fullplate-photo img:hover {
  scale:1;
}
#main-content a span {
/*\*/
	position:absolute;
	left:-9999px;

}
#main-content a:hover span {
	top:10px;
	left:10px;
	width:202px;
	font-weight:bold;
	background:#FFF;
	color:#999;
	padding:5px 0 5px 0;
	text-transform:uppercase;
	font-size:80%;
	border:1px solid #EEE;
	border-width:0 0 10px 0;
        opacity:0;
        z-index:-1;
}
img {
  border-radius: 30px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  vertical-align: middle;
    height: auto;
    width: auto;
    max-height: 80vh;
    max-width: 86vw;
}
img:hover {
  scale: 1.2;
}
#foot {
  padding-top: 10px;
  margin-bottom: 20px;
  clear: left;
  display: none;
  visibility: hidden;
}
#fullplate-navigation {
    display: grid;
    justify-content: center;
}
#fullplate-navigation img {
    max-width: 40px;
    border-radius: 0%;
    opacity: 0.9;
}
#fullplate-navigation-image ul {
	clear: both;
}
#fullplate-navigation-image ul {
	list-style:none;
        width: 100%;
}
#fullplate-navigation-image ul li {
    display: block;
    float: left;
    width: 25vw;
}
#fullplate-navigation-image ul li a {
    display: block;
    width: auto;
    padding: 1vw 0vw;
    height: 70vh;
}
#fullplate-navigation-image ul li a:hover{
	color:#333;
}
#fullplate-navigation-image {
    display: grid;
    justify-content: center;
    top: 90px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}
#fullplate-navigation-image img {
    max-width: 40px;
    border-radius: 0%;
    opacity: 0.8;
}
/******************************************************************************/
/* Added by Darrell Dudics */
/******************************************************************************/
#commentcontent {
	clear: both;
	padding-top: 20px;
	margin: 0 auto;
	width: 500px;
}
#commentcontent table {
text-align: left;
width: 400px;
margin: 0 auto;
}
/* Admin Toolbox
------------------------------ */
#admin,#admin_data {
	position: fixed;
	right: 0px;
	top: 0px;
	width: 130px;
	border-bottom: 1px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
	background: #fff;
	z-index: 1001;
	text-align: left;
	font-size: 13px;
}
#admin_data {
	top: 0px;
	padding-top: 20px;
	z-index: 1000;
	line-height: 20px;
}
#admin h3 {
	font-weight: normal;
	color: #999;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 15px;
}
#admin h3:hover {
	color: #036;
}
/*--------------------------------*/
#main-content a[title*="LOTS I"]:hover span,
#main-content a[title*="LOTS II"]:hover span,
#main-content a[title*="Drachenfest 2019"]:hover span,
#main-content a[title*="Shooting 2020"]:hover span, 
#main-content a[title*="Shooting 2023"]:hover span {
	top:-5px;
	left:0px;
	width:202px;
	font-weight:bold;
	background:#FFF;
	color:#999;
	padding:5px 0 5px 0;
	text-transform:uppercase;
	font-size:80%;
	border:1px solid #008000;
	border-width:0 0 10px 0;
        opacity:1;
        z-index:unset;
}
#pagebreakergal {
    background-image: url(/pagebreaker.png);
    height: 80px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
}

@media (max-width: 991px){
	#fullplate-navigation-image {
		display: grid;
		justify-content: center;
		position: static;
		transform: translateX(0%);
		width: auto;
	}
	#fullplate-photo img {
		border-radius: 30px;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-ms-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
		vertical-align: middle;
		height: auto;
		width: 100vw;
		max-height: 100vh;
		max-width: 86vw;
	}
	#fullplate-navigation-image ul li a {
		display: block;
		width: auto;
		padding: 1vw 0vw;
		height: auto;
	}
	#galleryimages img {
		border-radius: 30px;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-ms-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
		vertical-align: middle;
		height: auto;
		width: 45vw;
		max-height: 80vh;
		max-width: 200px !important;
	}
	#main-content a[title*="LOTS I"]:hover span, 
	#main-content a[title*="LOTS II"]:hover span, 
	#main-content a[title*="Drachenfest 2019"]:hover span, 
	#main-content a[title*="Shooting 2020"]:hover span, 
	#main-content a[title*="Shooting 2023"]:hover span {
		width: 45vw;
		max-width: 200px;
	}
}