@font-face {
    font-family: "grid-writing";
    font-style: normal;
    src: url(800cde0fe6353358edbe.ttf);
}

@font-face {
    font-family: "aesthetic";
    font-style: normal;
    src: url(f72da9eb74ae68c3fb7f.otf);
}

.grid-writing {
    font-family: grid-writing;
}

.aesthetic {
    font-family: aesthetic;
}


#base-container {
    background-image: url(8c6245204c816276735d.jpg);
    background-repeat: no-repeat;
    background-color: rgb(235, 240, 235);
    background-attachment: fixed;
}

/*
#banner {
    height: 115px;
}

*/

#the-nav {
    z-index: 1000;
    text-shadow: 0px 0px 1px black, 0px 0px 3px #8eeaff;
    -webkit-text-stroke: 0.03em black;
}

#the-nav .navbar-nav {
    color: #bfbfbf;
}

#the-nav .nav-link.active,
#the-nav .nav-link,
#the-nav .nav-link:hover,
#the-nav {
    color: #bfbfbf;
}

#main-image-at-top {
    z-index: 1;
    height: 375px;
}

#main-container {
    position: relative;
    z-index: 1000;
}

.text-post {
    border-right: 4px dashed #00bcb9;
    background-color: rgba(242, 255, 255, 0.8);
}

.subhead {
    font-size: 1.5em;
    font-weight: bold;
    color: #00bcb9;
    text-shadow: 0px 0px 1px black;
}

/* Ticket stub things */
.ticket-stub-container {
    position: relative;
}

.ticket-stub-container .ticket-stub-number {
	font-size: 1em;
	color: hsl(163, 100%, 15.9%);
	position: absolute;
	left: 340px;
	top: 154px;
	text-align: right;
}
.ticket-stub-front
{position: relative;}

.ticket-stub-container .band-names {
    font-size: .7em;
    color: #004f4d;
    position: absolute;
    left: 65px;
    top: 35px;
    width: 95px;
    line-height: 14px;
}
.ticket-stub-container .venue {
	font-size: .8em;
	color: #5c1700;
	position: absolute;
	left: 64px;
	top: 160px;
	width: 86px;
}

.ticket-stub-container .locality {
    width: 200px;
}

.single-printable-ticket-stub {
    border: 1px dotted rgb(116, 116, 116);
}

.ticket-stub-foldout {
    border-left: 3px dashed rgb(67, 0, 0);
}
.ticket-stub-datetime {
	font-size: 1em;
	color: #5c1700;
	position: absolute;
	left: 376px;
	top: 38px;
	width: 86px;
}

.ticket-stub-container .small {
    font-size: .7em;
    margin: auto;
}

.ticket-stub-container .qr-code-for-secret {
    position: absolute;
    right: 35px;
    top: 29px;
}

.ticket-stub-container .qr-code-for-secret-uri {
	position: absolute;
	right: 198px;
	top: 25px;
	height: 170px !important;
	width: 170px !important;
}

.ticket-stub-back {
    text-align: right;
}

.ticket-stub-container .ticket-stub-number-on-back {
	font-size: .9em;
	color: #004746;
	position: absolute;
	right: 17px;
	top: 6px;
	text-align: right;
}

.ticket-stub-container .rabbit-text {
	font-size: .8em;
	color: #00bcb9;
	position: absolute;
	right: 64px;
	top: 194px;
	text-align: right;
}

.ticket-stub-container .uri-text {
    font-size: .8em;
    color: #00bcb9;
    position: absolute;
    right: 205px;
    top: 188px;
    text-align: right;
}

.ticket-stub-claim-instructions {
    font-size: .8em;
}

.ticket-stub-claim-instructions h5 {
    font-size: 1em;
    color: #530007;
}
