<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.loading {
  overflow: hidden;
}

body {
  background-color: transparent;
  font-family: sans-serif;
}

body:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://s9.limitedrun.com/images/1335152/11jqymyz.jpg");
  background-size: cover;
  background-position: center;
  z-index: -10;
}

body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(143, 126, 115);
  opacity: 0.5;
  z-index: -5;
}

img {
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Basic', sans-serif;
}

.cornercart {
  background-color: rgb(143, 126, 115);
	position: fixed;
	right: 15px;
	top: 30px;
	font-size: 1.6rem;
	z-index: 101;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.cornercart:hover, .btn-floating:hover, .btn-floating:active, .btn-floating:focus {
	background-color: #2B2219;
  box-shadow: 0 2px 20px 5px rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
}

.btn-floating i {
  color: #2B2219;
	cursor: pointer;
}

.btn-floating:hover i {
  color: white;
}

.cornercart:hover .cart-count {
  width: 100%;
}

.cart-count {
  opacity: 1;
  position: absolute;
  right: 0;
  width: 50%;
  text-align:center;
  font-size: 1.25rem;
  color: white;
	background-color: #2B2219;	
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}

.container {
  -webkit-transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  -ms-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}

.loading .container {
  opacity: 0;
}

.title {
  min-height: 15vh;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.title.content-page img {
  width: 200px;
}

.event-row {
  color: white;
  background-color: #2B2219;
  border-radius: 25px;
  margin:15px auto;
  padding-top:15px;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
}

.event-row a {
  color: white;
}

.event-row:hover {
  background-color: #5F4F37;
  border-radius: 10px;
}

.event-row .row {
  margin-bottom: 0;
  padding: 10px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.event-date {
  position: relative;
}

.event-date:after {
  content: "";
  position: absolute;
  top: -100px;
  right: 0;
  height: 600px;
  width: 2px;
  background-color: white;
}

.event-buttons {
  text-align: right;
}

.event-block {
  color: white;
  background-color: rgba(43,34,25,0.9);
  padding: 15px !important;
  margin-top: 15px;
  border-radius: 15px;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
}

.event-block.copy {
  display: inline-block;
  margin-bottom: 50px;
}

.event-block.return {
  display: inline-block;
}

.event-block:hover {
  background-color: rgb(43,34,25,1);
}

.event-block h1 {
  text-align: center;
  margin: auto;
  font-size: 2rem;
}

.event-block .btn {
  display: block;
  margin: auto;
}

/* MOBILE BREAK */

@media only screen and (max-width: 600px) {
  .event-buttons {
    text-align: center;
  }
  
  .event-block {
    padding: 5px;
    margin-top: 5px;
  }
}
</pre></body></html>