@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	padding:2rem 1rem 1rem 1rem;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*End of Myers Reset*/
small {
	font-size: clamp(.75rem, .75vw, .75rem);
}
strong {
	font-weight:900;
}
body {
	font-family: montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:62.5%;
	line-height:1.25;
    text-align: center;
}
h1, h2 {
	font-size: clamp(1.5rem, 1.5vw, 2.5rem);
	font-weight:900;
	color:#323232;
}
h1 {
	margin-bottom:1rem;
}
svg {
    width: 100%;
    display: block;
}
#booth-info {
	font-size: clamp(.85rem, .85vw, 1.5rem);
	border:1px solid #323232;
	padding:2rem;
}
#booth-info p {
	margin-bottom:1rem;
}
#booth-info p:last-child {
	margin-bottom:0;
}
.sold-x {
    position: absolute;
    font-size:3rem;
    font-weight: bold;
    top: 50%;
    left: 50%;
	width:100%;
	height:100%;
    transform: translate(-50%, -50%);
    pointer-events: none;
	z-index:10000;
	opacity:.35;
	 background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCc+CiAgPHJlY3Qgd2lkdGg9JzEwJyBoZWlnaHQ9JzEwJyBmaWxsPSdub25lJy8+CiAgPHBhdGggZD0nTS0xLDEgbDIsLTIKICAgICAgICAgICBNMCwxMCBsMTAsLTEwCiAgICAgICAgICAgTTksMTEgbDIsLTIKICAgICAgICAgICBNMCwwIGwxMCwxMAogICAgICAgICAgIE0tMSw5IGwyLDEnIHN0cm9rZT0nYmxhY2snIHN0cm9rZS13aWR0aD0nMScvPgo8L3N2Zz4K"); background-repeat: repeat;	
}


.booth-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(.85rem, .85vw, 1.5rem);
    color: #323232;
    font-weight: bold;
    pointer-events: none;
}
#side-panel {
    flex:1;
    background-color: #f9f9f9;
    z-index: 9999;
    box-sizing: border-box;
	font-size: clamp(.85rem, .85vw, 1.5rem);
}
#side-panel-content {
    display: flex;
    flex-direction: column;
	position:sticky;
	top:0;
    padding:2rem;
}
#side-panel-body {
	
}
@media only screen and (max-width: 750px) {
	.poof {
		display:none;
	}
}
