@charset "utf-8";
label {
	color: #FFF;
}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/* font-size: 100%; */
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}

.imgleft {
    float: left;
    padding: 2px;
    margin-right: 10px;
}

.imgright {
    float: right;
    padding: 2px;
    margin-right: 10px;
}

.oneColLiqCtrHdr #container #header #headermenu a {
	color: #FFF;
    text-decoration-thickness: 1px;
}


a {
	color: #F60;
}

.oneColLiqCtrHdr #container {
	width: 80%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
}
.oneColLiqCtrHdr #header {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	color: #FFF;
	/* font-size: 24px; */
	font-variant: small-caps;
	
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColLiqCtrHdr #headermenu {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	color: #FFF;
	/* font-size: 24px; */
	font-variant: small-caps;
	background-image: url(trans.png);
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: middle;
	line-height: 2.1rem;
}

.oneColLiqCtrHdr #mainContent {
	background-image: url(trans.png);
	color: #FFF;
	margin-top: -23px;
	padding:20px;
	padding-top: 2.5em;
}
.oneColLiqCtrHdr #container #header #headermenu table {
}
.oneColLiqCtrHdr #container #header #badges {
	float: right;
	margin-top: -38px;
	margin-right: 2px;
}
/* .oneColLiqCtrHdr #container #header #splitter div {
	margin-left: 80px;
} */

.oneColLiqCtrHdr #footer {
	padding: 0 10px;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
	font-size: 10px;
	color: #CCC;
}
.oneColLiqCtrHdr #container #mainContent #albumlist {
	text-align: center;
}
.oneColLiqCtrHdr #container #mainContent #merchlist h4 {
	color: #F00;
	font-weight: bold;
}
.oneColLiqCtrHdr #container #mainContent #albumlist p a {
	font-size: 24px;
	color: #F33;
}
.splash {
	width:805px;
	height:391px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-195px 0 0 -402px;
}
#content a .splash {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.linkbutton{
  width: fit-content;
  background: black;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
  padding: 1em;
  margin: 2em;
  font-size: 1.5em;
}

.linkbutton a{
	text-decoration: none;
}

.qrcontent h1 {
	font-size: 3em;
}

.qrcontent p {
	font-size: 1.5em;
}

.linkbutton a {
	font-size: 1rem;
}

#headermenu a {
	font-size: 2rem;
}

h1 {
	font-size: 2rem;
	margin-bottom: 0.5em;
	font-weight: bold;
}

p {
	font-size: 1rem;
	margin-bottom: 1.5em;
	line-height: normal;
}

h3 {
	font-size: 1.2rem;
  font-weight: bold;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

h2 {
	font-size: 1.8rem;
	padding-bottom: 0.8rem;
	text-decoration: underline;
}

h4 {
	padding-bottom: 2rem;
}